diff --git a/.github/workflows/flutterWeb.yml b/.github/workflows/flutterWeb.yml index c83ffbcb0..43d0e0008 100644 --- a/.github/workflows/flutterWeb.yml +++ b/.github/workflows/flutterWeb.yml @@ -10,10 +10,8 @@ concurrency: group: 'pages' cancel-in-progress: true -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - on: + workflow_dispatch: push: branches: ['main'] @@ -25,10 +23,10 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v1 with: - channel: 'master' # or: 'beta', 'dev' or 'master' + channel: 'stable' # 'stable', 'beta', 'dev' or 'master' - name: Write env file env: @@ -39,7 +37,7 @@ jobs: - name: Enable web run: flutter config --enable-web - - name: Build release version + - name: Build Web release version run: flutter build web -t lib/prod.dart --release - name: Upload artifact diff --git a/.github/workflows/flutterWindows.yml b/.github/workflows/flutterWindows.yml index e8f6fe48a..f320cdca9 100644 --- a/.github/workflows/flutterWindows.yml +++ b/.github/workflows/flutterWindows.yml @@ -23,7 +23,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v1 with: channel: 'stable' # 'stable', 'beta', 'dev' or 'master' @@ -38,7 +38,7 @@ jobs: run: dart scripts\platform_type_on.dart - name: Build Windows release version - run: flutter build windows --release + run: flutter build windows -t lib/prod.dart --release - name: Building the installer shell: cmd diff --git a/assets/data/alphabetTranslations.json b/assets/data/alphabetTranslations.json index 1a411da1a..54cf7047c 100644 --- a/assets/data/alphabetTranslations.json +++ b/assets/data/alphabetTranslations.json @@ -234,5 +234,13 @@ { "AppId": "build1083", "Text": "starborn" + }, + { + "AppId": "build1117", + "Text": "Ship parts available every day" + }, + { + "AppId": "build1118", + "Text": "Bake sale" } ] \ No newline at end of file diff --git a/assets/data/developerDetails.json b/assets/data/developerDetails.json index 626bed927..44e55f88d 100644 --- a/assets/data/developerDetails.json +++ b/assets/data/developerDetails.json @@ -9429,7 +9429,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { @@ -73199,7 +73199,7 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -84944,7 +84944,7 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -86294,7 +86294,7 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -87529,6 +87529,141 @@ } ] }, + { + "Id": "cur103", + "Properties": [ + { + "Name": "GameId", + "Value": "PIRATE_PROD", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_PIRATE_PROD_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_PIRATE_PROD_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_PIRATE_PROD_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_PIRATE_PROD_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/PRODUCT.PIRATELOOT.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "1A2733", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "85000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "-0.1", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.1", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "5.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Component", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "True", + "Type": 3 + } + ] + }, { "Id": "conTech103", "Properties": [ @@ -120739,6 +120874,141 @@ } ] }, + { + "Id": "prod182", + "Properties": [ + { + "Name": "GameId", + "Value": "SHIP_CORE_C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SHIP_CORE_C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SHIP_CORE_C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SHIP_CORE_C_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SHIP_CORE_C_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.REACTOR.C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "311A49", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "300", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, { "Id": "cook183", "Properties": [ @@ -120875,76 +121145,76 @@ ] }, { - "Id": "cook184", + "Id": "prod183", "Properties": [ { "Name": "GameId", - "Value": "FOOD_EGGPIE_M", + "Value": "SHIP_CORE_B", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_EGGPIE_M_NAME", + "Value": "UI_SHIP_CORE_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_EGGPIE_M_NAME_L", + "Value": "UI_SHIP_CORE_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_SHIP_CORE_B_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_SHIP_CORE_B_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.OMLETTE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.REACTOR.B.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "311A49", "Type": 2 }, { "Name": "BaseValue", - "Value": "96000", + "Value": "3000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -120954,7 +121224,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "1", "Type": 1 }, { @@ -120989,12 +121259,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.65", + "Value": "0.0", "Type": 1 }, { @@ -121004,27 +121274,27 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "cook185", + "Id": "cook184", "Properties": [ { "Name": "GameId", - "Value": "FOOD_EGGPIE_G", + "Value": "FOOD_EGGPIE_M", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_EGGPIE_G_NAME", + "Value": "FOOD_EGGPIE_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_EGGPIE_G_NAME_L", + "Value": "FOOD_EGGPIE_M_NAME_L", "Type": 1 }, { @@ -121044,12 +121314,12 @@ }, { "Name": "Colour", - "Value": "F26D15", + "Value": "6AD01E", "Type": 2 }, { "Name": "BaseValue", - "Value": "24000", + "Value": "96000", "Type": 1 }, { @@ -121145,76 +121415,76 @@ ] }, { - "Id": "cook186", + "Id": "prod184", "Properties": [ { "Name": "GameId", - "Value": "FOOD_EGGPIE_GM", + "Value": "SHIP_CORE_A", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_EGGPIE_GM_NAME", + "Value": "UI_SHIP_CORE_A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_EGGPIE_GM_NAME_L", + "Value": "UI_SHIP_CORE_A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_SHIP_CORE_A_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_SHIP_CORE_A_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.OMLETTE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.REACTOR.A.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "311A49", "Type": 2 }, { "Name": "BaseValue", - "Value": "102000", + "Value": "6500", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -121224,7 +121494,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "1", "Type": 1 }, { @@ -121259,12 +121529,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.65", + "Value": "0.0", "Type": 1 }, { @@ -121274,27 +121544,27 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "cook187", + "Id": "cook185", "Properties": [ { "Name": "GameId", - "Value": "FOOD_R_BCAKEMIX", + "Value": "FOOD_EGGPIE_G", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_R_BCAKEMIX_NAME", + "Value": "FOOD_EGGPIE_G_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_R_BCAKEMIX_NAME_L", + "Value": "FOOD_EGGPIE_G_NAME_L", "Type": 1 }, { @@ -121304,22 +121574,22 @@ }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.BATTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.OMLETTE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "D35300", + "Value": "F26D15", "Type": 2 }, { "Name": "BaseValue", - "Value": "48000", + "Value": "24000", "Type": 1 }, { @@ -121399,7 +121669,7 @@ }, { "Name": "CookingValue", - "Value": "0.4", + "Value": "0.65", "Type": 1 }, { @@ -121415,76 +121685,76 @@ ] }, { - "Id": "cook188", + "Id": "prod185", "Properties": [ { "Name": "GameId", - "Value": "FOOD_R_MCAKEMIX", + "Value": "SHIP_CORE_S", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_R_MCAKEMIX_NAME", + "Value": "UI_SHIP_CORE_S_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_R_MCAKEMIX_NAME_L", + "Value": "UI_SHIP_CORE_S_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_SHIP_CORE_S_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC", + "Value": "UI_SHIP_CORE_S_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.BATTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.REACTOR.S.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "311A49", "Type": 2 }, { "Name": "BaseValue", - "Value": "120000", + "Value": "12000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -121494,7 +121764,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "1", "Type": 1 }, { @@ -121529,12 +121799,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.4", + "Value": "0.0", "Type": 1 }, { @@ -121544,27 +121814,27 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "cook189", + "Id": "cook186", "Properties": [ { "Name": "GameId", - "Value": "FOOD_R_MMERMIX", + "Value": "FOOD_EGGPIE_GM", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_R_MMERMIX_NAME", + "Value": "FOOD_EGGPIE_GM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_R_MMERMIX_NAME_L", + "Value": "FOOD_EGGPIE_GM_NAME_L", "Type": 1 }, { @@ -121574,12 +121844,12 @@ }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.BATTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.OMLETTE.DDS", "Type": 1 }, { @@ -121589,7 +121859,7 @@ }, { "Name": "BaseValue", - "Value": "100000", + "Value": "102000", "Type": 1 }, { @@ -121669,7 +121939,7 @@ }, { "Name": "CookingValue", - "Value": "0.4", + "Value": "0.65", "Type": 1 }, { @@ -121685,21 +121955,21 @@ ] }, { - "Id": "cook190", + "Id": "cook187", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CK_CARM", + "Value": "FOOD_R_BCAKEMIX", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CK_CARM_NAME", + "Value": "FOOD_R_BCAKEMIX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CK_CARM_NAME_L", + "Value": "FOOD_R_BCAKEMIX_NAME_L", "Type": 1 }, { @@ -121709,12 +121979,12 @@ }, { "Name": "Description", - "Value": "UI_CAKE_DESC_CK", + "Value": "FOOD_REFINED_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.CAKE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.BATTER.DDS", "Type": 1 }, { @@ -121724,7 +121994,7 @@ }, { "Name": "BaseValue", - "Value": "52800", + "Value": "48000", "Type": 1 }, { @@ -121804,7 +122074,7 @@ }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.4", "Type": 1 }, { @@ -121820,61 +122090,61 @@ ] }, { - "Id": "other191", + "Id": "cook188", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FIREPACK04", + "Value": "FOOD_R_MCAKEMIX", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PACK_EXPD_04_NAME", + "Value": "FOOD_R_MCAKEMIX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PACK_EXPD_04_NAME_L", + "Value": "FOOD_R_MCAKEMIX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_PACK_SUB", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PACK_EXPD_04_DESC", + "Value": "FOOD_REFINED_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORKPACK04.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.BATTER.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "6AD01E", "Type": 2 }, { "Name": "BaseValue", - "Value": "250", + "Value": "120000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { @@ -121884,7 +122154,7 @@ }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "Consumable", "Type": 1 }, { @@ -121899,7 +122169,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "10", "Type": 1 }, { @@ -121934,12 +122204,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "0.4", "Type": 1 }, { @@ -121949,27 +122219,27 @@ }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "cook191", + "Id": "cook189", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CK_JHOT", + "Value": "FOOD_R_MMERMIX", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CK_JHOT_NAME", + "Value": "FOOD_R_MMERMIX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CK_JHOT_NAME_L", + "Value": "FOOD_R_MMERMIX_NAME_L", "Type": 1 }, { @@ -121979,22 +122249,22 @@ }, { "Name": "Description", - "Value": "UI_CAKE_DESC_CK", + "Value": "FOOD_REFINED_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.CAKE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.BATTER.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "D35300", + "Value": "6AD01E", "Type": 2 }, { "Name": "BaseValue", - "Value": "64300", + "Value": "100000", "Type": 1 }, { @@ -122074,7 +122344,7 @@ }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.4", "Type": 1 }, { @@ -122090,61 +122360,61 @@ ] }, { - "Id": "other192", + "Id": "cook190", "Properties": [ { "Name": "GameId", - "Value": "EXPD_TITLE04", + "Value": "FOOD_CK_CARM", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_TITLE_04_NAME", + "Value": "FOOD_CK_CARM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_TITLE_04_NAME_L", + "Value": "FOOD_CK_CARM_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPEC_TITLE_SUB", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_TITLE_04_DESC", + "Value": "UI_CAKE_DESC_CK", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TITLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.CAKE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "D35300", "Type": 2 }, { "Name": "BaseValue", - "Value": "800", + "Value": "52800", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { @@ -122154,7 +122424,7 @@ }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "Consumable", "Type": 1 }, { @@ -122169,7 +122439,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "10", "Type": 1 }, { @@ -122204,12 +122474,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { @@ -122219,67 +122489,67 @@ }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "cook192", + "Id": "other191", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CK_MCUST", + "Value": "EXPD_FIREPACK04", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CK_MCUST_NAME", + "Value": "UI_FIREWORK_PACK_EXPD_04_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CK_MCUST_NAME_L", + "Value": "UI_FIREWORK_PACK_EXPD_04_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "BLD_FIREWORK_PACK_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_CAKE_DESC_CK", + "Value": "UI_FIREWORK_PACK_EXPD_04_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKEEVIL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORKPACK04.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "200000", + "Value": "250", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { @@ -122289,7 +122559,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "BuildingPart", "Type": 1 }, { @@ -122304,7 +122574,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "1", "Type": 1 }, { @@ -122339,12 +122609,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -122354,27 +122624,27 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "cook193", + "Id": "cook191", "Properties": [ { "Name": "GameId", - "Value": "FOOD_R_EYEICE", + "Value": "FOOD_CK_JHOT", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_R_EYEICE_NAME", + "Value": "FOOD_CK_JHOT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_R_EYEICE_NAME_L", + "Value": "FOOD_CK_JHOT_NAME_L", "Type": 1 }, { @@ -122384,22 +122654,22 @@ }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_CAKE_DESC_CK", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.CAKE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "D35300", "Type": 2 }, { "Name": "BaseValue", - "Value": "90000", + "Value": "64300", "Type": 1 }, { @@ -122495,36 +122765,36 @@ ] }, { - "Id": "other194", + "Id": "other192", "Properties": [ { "Name": "GameId", - "Value": "EXPD_BANNER04", + "Value": "EXPD_TITLE04", "Type": 1 }, { "Name": "Name", - "Value": "UI_BANNER_EXPD_04_NAME", + "Value": "UI_EXPD_TITLE_04_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_BANNER_EXPD_04_NAME_L", + "Value": "UI_EXPD_TITLE_04_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BANNER_SUB", + "Value": "UI_SPEC_TITLE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BANNER_EXPD_04_DESC", + "Value": "UI_EXPD_TITLE_04_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.BANNER04.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TITLE.DDS", "Type": 1 }, { @@ -122534,7 +122804,7 @@ }, { "Name": "BaseValue", - "Value": "220", + "Value": "800", "Type": 1 }, { @@ -122630,21 +122900,21 @@ ] }, { - "Id": "cook194", + "Id": "cook192", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE", + "Value": "FOOD_CK_MCUST", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_NAME", + "Value": "FOOD_CK_MCUST_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_NAME_L", + "Value": "FOOD_CK_MCUST_NAME_L", "Type": 1 }, { @@ -122654,22 +122924,22 @@ }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_CAKE_DESC_CK", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKEEVIL.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8A7F72", + "Value": "6AD01E", "Type": 2 }, { "Name": "BaseValue", - "Value": "48000", + "Value": "200000", "Type": 1 }, { @@ -122765,21 +123035,21 @@ ] }, { - "Id": "cook195", + "Id": "cook193", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_FISH", + "Value": "FOOD_R_EYEICE", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_FISH_NAME", + "Value": "FOOD_R_EYEICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_FISH_NAME_L", + "Value": "FOOD_R_EYEICE_NAME_L", "Type": 1 }, { @@ -122799,12 +123069,12 @@ }, { "Name": "Colour", - "Value": "1EA3EE", + "Value": "6AD01E", "Type": 2 }, { "Name": "BaseValue", - "Value": "36000", + "Value": "90000", "Type": 1 }, { @@ -122900,46 +123170,46 @@ ] }, { - "Id": "other195", + "Id": "other194", "Properties": [ { "Name": "GameId", - "Value": "JETS_WORM", + "Value": "EXPD_BANNER04", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMTRAIL_NAME", + "Value": "UI_BANNER_EXPD_04_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMTRAIL_NAME_L", + "Value": "UI_BANNER_EXPD_04_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_JETTRAIL_SUB", + "Value": "UI_BANNER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_WORMTRAIL_DESC", + "Value": "UI_BANNER_EXPD_04_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.JETS.WORMPARTY.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.BANNER04.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "2C7C9F", + "Value": "007951", "Type": 2 }, { "Name": "BaseValue", - "Value": "800", + "Value": "220", "Type": 1 }, { @@ -123035,156 +123305,21 @@ ] }, { - "Id": "other196", - "Properties": [ - { - "Name": "GameId", - "Value": "EXPD_EGG_04", - "Type": 1 - }, - { - "Name": "Name", - "Value": "UI_EXPD_EGG_04_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "UI_EXPD_EGG_04_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "UI_EXPD_EGG_04_SUB", - "Type": 1 - }, - { - "Name": "Description", - "Value": "UI_EXPD_EGG_04_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.WORMPET.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "4D2957", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "3200", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "Exotic", - "Type": 1 - }, - { - "Name": "Type", - "Value": "Curiosity", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "False", - "Type": 3 - }, - { - "Name": "IsConsumable", - "Value": "False", - "Type": 3 - } - ] - }, - { - "Id": "cook196", + "Id": "cook194", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_FIEND", + "Value": "FOOD_ICE", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_FIEND_NAME", + "Value": "FOOD_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_FIEND_NAME_L", + "Value": "FOOD_ICE_NAME_L", "Type": 1 }, { @@ -123204,12 +123339,12 @@ }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "8A7F72", "Type": 2 }, { "Name": "BaseValue", - "Value": "128000", + "Value": "48000", "Type": 1 }, { @@ -123305,21 +123440,21 @@ ] }, { - "Id": "cook197", + "Id": "cook195", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_STAR", + "Value": "FOOD_ICE_FISH", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_STAR_NAME", + "Value": "FOOD_ICE_FISH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_STAR_NAME_L", + "Value": "FOOD_ICE_FISH_NAME_L", "Type": 1 }, { @@ -123339,7 +123474,7 @@ }, { "Name": "Colour", - "Value": "095C77", + "Value": "1EA3EE", "Type": 2 }, { @@ -123440,46 +123575,46 @@ ] }, { - "Id": "other198", + "Id": "other195", "Properties": [ { "Name": "GameId", - "Value": "EXPD_WORMHAT", + "Value": "JETS_WORM", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMHAT_NAME", + "Value": "UI_WORMTRAIL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMHAT_NAME_L", + "Value": "UI_WORMTRAIL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_HAT_SUB", + "Value": "UI_JETTRAIL_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_WORMHAT_DESC", + "Value": "UI_WORMTRAIL_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.WORMHEAD.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.JETS.WORMPARTY.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "3000", + "Value": "800", "Type": 1 }, { @@ -123575,61 +123710,61 @@ ] }, { - "Id": "cook198", + "Id": "other196", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_CHOC", + "Value": "EXPD_EGG_04", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_CHOC_NAME", + "Value": "UI_EXPD_EGG_04_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_CHOC_NAME_L", + "Value": "UI_EXPD_EGG_04_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_EXPD_EGG_04_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_EXPD_EGG_04_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.WORMPET.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "79502E", + "Value": "4D2957", "Type": 2 }, { "Name": "BaseValue", - "Value": "44000", + "Value": "3200", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { @@ -123639,7 +123774,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "Curiosity", "Type": 1 }, { @@ -123654,7 +123789,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "1", "Type": 1 }, { @@ -123689,12 +123824,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -123704,27 +123839,27 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "cook199", + "Id": "cook196", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_CARM", + "Value": "FOOD_ICE_FIEND", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_CARM_NAME", + "Value": "FOOD_ICE_FIEND_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_CARM_NAME_L", + "Value": "FOOD_ICE_FIEND_NAME_L", "Type": 1 }, { @@ -123744,12 +123879,12 @@ }, { "Name": "Colour", - "Value": "F26D15", + "Value": "6AD01E", "Type": 2 }, { "Name": "BaseValue", - "Value": "56000", + "Value": "128000", "Type": 1 }, { @@ -123845,21 +123980,21 @@ ] }, { - "Id": "cook200", + "Id": "cook197", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_FRUIT", + "Value": "FOOD_ICE_STAR", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_FRUIT_NAME", + "Value": "FOOD_ICE_STAR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_FRUIT_NAME_L", + "Value": "FOOD_ICE_STAR_NAME_L", "Type": 1 }, { @@ -123879,12 +124014,12 @@ }, { "Name": "Colour", - "Value": "BB3830", + "Value": "095C77", "Type": 2 }, { "Name": "BaseValue", - "Value": "44000", + "Value": "36000", "Type": 1 }, { @@ -123980,76 +124115,76 @@ ] }, { - "Id": "other200", + "Id": "other198", "Properties": [ { "Name": "GameId", - "Value": "WORMSCROLL1", + "Value": "EXPD_WORMHAT", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMSCROLL1_NAME", + "Value": "UI_WORMHAT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMSCROLL1_NAME_L", + "Value": "UI_WORMHAT_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_WORMSCROLL_SUB", + "Value": "UI_SPECIAL_HAT_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_WORMSCROLL1_DESC", + "Value": "UI_WORMHAT_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.WORMHEAD.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "4D2957", + "Value": "007951", "Type": 2 }, { "Name": "BaseValue", - "Value": "1616", + "Value": "3000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { "Name": "Category", - "Value": "Special", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -124059,7 +124194,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -124115,21 +124250,21 @@ ] }, { - "Id": "cook201", + "Id": "cook198", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_APPLE", + "Value": "FOOD_ICE_CHOC", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_APPLE_NAME", + "Value": "FOOD_ICE_CHOC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_APPLE_NAME_L", + "Value": "FOOD_ICE_CHOC_NAME_L", "Type": 1 }, { @@ -124149,12 +124284,12 @@ }, { "Name": "Colour", - "Value": "BB3830", + "Value": "79502E", "Type": 2 }, { "Name": "BaseValue", - "Value": "56000", + "Value": "44000", "Type": 1 }, { @@ -124250,46 +124385,46 @@ ] }, { - "Id": "other201", + "Id": "cook199", "Properties": [ { "Name": "GameId", - "Value": "WORMSCROLL2", + "Value": "FOOD_ICE_CARM", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMSCROLL2_NAME", + "Value": "FOOD_ICE_CARM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMSCROLL2_NAME_L", + "Value": "FOOD_ICE_CARM_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_WORMSCROLL_SUB", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_WORMSCROLL2_DESC", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "4D2957", + "Value": "F26D15", "Type": 2 }, { "Name": "BaseValue", - "Value": "1616", + "Value": "56000", "Type": 1 }, { @@ -124309,17 +124444,17 @@ }, { "Name": "Category", - "Value": "Special", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "Consumable", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -124329,9 +124464,144 @@ }, { "Name": "StackMultiplier", + "Value": "10", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", "Value": "0", "Type": 1 }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "True", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "1.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "True", + "Type": 3 + } + ] + }, + { + "Id": "cook200", + "Properties": [ + { + "Name": "GameId", + "Value": "FOOD_ICE_FRUIT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "FOOD_ICE_FRUIT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "FOOD_ICE_FRUIT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "FOOD_COOKED_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "FOOD_REFINED_DESC_FINAL", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "BB3830", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "44000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "-0.1", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.1", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.2", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Consumable", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "10", + "Type": 1 + }, { "Name": "BlueprintCost", "Value": "1", @@ -124364,12 +124634,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { @@ -124379,52 +124649,52 @@ }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "cook202", + "Id": "other200", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_HONEY", + "Value": "WORMSCROLL1", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_HONEY_NAME", + "Value": "UI_WORMSCROLL1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_HONEY_NAME_L", + "Value": "UI_WORMSCROLL1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_WORMSCROLL_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_WORMSCROLL1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "F26D15", + "Value": "4D2957", "Type": 2 }, { "Name": "BaseValue", - "Value": "56000", + "Value": "1616", "Type": 1 }, { @@ -124444,17 +124714,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "Curiosity", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -124464,7 +124734,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "0", "Type": 1 }, { @@ -124499,12 +124769,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -124514,52 +124784,52 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "other202", + "Id": "cook201", "Properties": [ { "Name": "GameId", - "Value": "WORMSCROLL3", + "Value": "FOOD_ICE_APPLE", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMSCROLL3_NAME", + "Value": "FOOD_ICE_APPLE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMSCROLL3_NAME_L", + "Value": "FOOD_ICE_APPLE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_WORMSCROLL_SUB", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_WORMSCROLL3_DESC", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "4D2957", + "Value": "BB3830", "Type": 2 }, { "Name": "BaseValue", - "Value": "1616", + "Value": "56000", "Type": 1 }, { @@ -124579,17 +124849,17 @@ }, { "Name": "Category", - "Value": "Special", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "Consumable", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -124599,7 +124869,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "10", "Type": 1 }, { @@ -124634,12 +124904,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { @@ -124649,52 +124919,52 @@ }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "cook203", + "Id": "other201", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_GLITCH", + "Value": "WORMSCROLL2", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_GLITCH_NAME", + "Value": "UI_WORMSCROLL2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_GLITCH_NAME_L", + "Value": "UI_WORMSCROLL2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_WORMSCROLL_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_WORMSCROLL2_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8A7F72", + "Value": "4D2957", "Type": 2 }, { "Name": "BaseValue", - "Value": "44000", + "Value": "1616", "Type": 1 }, { @@ -124714,17 +124984,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "Curiosity", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -124734,7 +125004,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "0", "Type": 1 }, { @@ -124769,12 +125039,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -124784,52 +125054,52 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "other203", + "Id": "cook202", "Properties": [ { "Name": "GameId", - "Value": "WORMSCROLL4", + "Value": "FOOD_ICE_HONEY", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMSCROLL4_NAME", + "Value": "FOOD_ICE_HONEY_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMSCROLL4_NAME_L", + "Value": "FOOD_ICE_HONEY_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_WORMSCROLL_SUB", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_WORMSCROLL4_DESC", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "4D2957", + "Value": "F26D15", "Type": 2 }, { "Name": "BaseValue", - "Value": "1616", + "Value": "56000", "Type": 1 }, { @@ -124849,17 +125119,17 @@ }, { "Name": "Category", - "Value": "Special", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "Consumable", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -124869,7 +125139,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "10", "Type": 1 }, { @@ -124904,12 +125174,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { @@ -124919,52 +125189,52 @@ }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "cook204", + "Id": "other202", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_GRAH", + "Value": "WORMSCROLL3", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_GRAH_NAME", + "Value": "UI_WORMSCROLL3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_GRAH_NAME_L", + "Value": "UI_WORMSCROLL3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_WORMSCROLL_SUB", "Type": 1 }, { "Name": "Description", - "Value": "FOOD_REFINED_DESC_FINAL", + "Value": "UI_WORMSCROLL3_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "6AD01E", + "Value": "4D2957", "Type": 2 }, { "Name": "BaseValue", - "Value": "44000", + "Value": "1616", "Type": 1 }, { @@ -124984,17 +125254,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "Curiosity", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -125004,7 +125274,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "0", "Type": 1 }, { @@ -125039,12 +125309,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -125054,77 +125324,77 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "build204", + "Id": "cook203", "Properties": [ { "Name": "GameId", - "Value": "FOUNDLEG4", + "Value": "FOOD_ICE_GLITCH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FOUNDLEG4_NAME", + "Value": "FOOD_ICE_GLITCH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FOUNDLEG4_NAME_L", + "Value": "FOOD_ICE_GLITCH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FOUNDLEG4_SUBTITLE", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FOUNDLEG4_DESCRIPTION", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.FOUNDLEG4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "2C7C9F", + "Value": "8A7F72", "Type": 2 }, { "Name": "BaseValue", - "Value": "1", + "Value": "44000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "Consumable", "Type": 1 }, { @@ -125139,7 +125409,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "10", "Type": 1 }, { @@ -125174,42 +125444,42 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "other204", + "Id": "other203", "Properties": [ { "Name": "GameId", - "Value": "WORMSCROLL5", + "Value": "WORMSCROLL4", "Type": 1 }, { "Name": "Name", - "Value": "UI_WORMSCROLL5_NAME", + "Value": "UI_WORMSCROLL4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_WORMSCROLL5_NAME_L", + "Value": "UI_WORMSCROLL4_NAME_L", "Type": 1 }, { @@ -125219,7 +125489,7 @@ }, { "Name": "Description", - "Value": "UI_WORMSCROLL5_DESC", + "Value": "UI_WORMSCROLL4_DESC", "Type": 1 }, { @@ -125330,21 +125600,21 @@ ] }, { - "Id": "cook205", + "Id": "cook204", "Properties": [ { "Name": "GameId", - "Value": "FOOD_ICE_HOT", + "Value": "FOOD_ICE_GRAH", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_ICE_HOT_NAME", + "Value": "FOOD_ICE_GRAH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_ICE_HOT_NAME_L", + "Value": "FOOD_ICE_GRAH_NAME_L", "Type": 1 }, { @@ -125364,7 +125634,7 @@ }, { "Name": "Colour", - "Value": "BB3830", + "Value": "6AD01E", "Type": 2 }, { @@ -125465,36 +125735,36 @@ ] }, { - "Id": "build205", + "Id": "build204", "Properties": [ { "Name": "GameId", - "Value": "FOUNDLEG", + "Value": "FOUNDLEG4", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FOUNDLEG_NAME", + "Value": "BLD_FOUNDLEG4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FOUNDLEG_NAME_L", + "Value": "BLD_FOUNDLEG4_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FOUNDLEG_SUBTITLE", + "Value": "BLD_FOUNDLEG4_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FOUNDLEG_DESCRIPTION", + "Value": "BLD_FOUNDLEG4_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.FOUNDLEG.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.FOUNDLEG4.DDS", "Type": 1 }, { @@ -125600,61 +125870,61 @@ ] }, { - "Id": "other205", + "Id": "other204", "Properties": [ { "Name": "GameId", - "Value": "STARCHART_A", + "Value": "WORMSCROLL5", "Type": 1 }, { "Name": "Name", - "Value": "UI_STARCHART_NAME", + "Value": "UI_WORMSCROLL5_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_STARCHART_NAME_L", + "Value": "UI_WORMSCROLL5_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_STARCHART_SUB_SECURE", + "Value": "UI_WORMSCROLL_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_STARCHART_DESC_SECURE", + "Value": "UI_WORMSCROLL5_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.FACTORY.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/PRODUCTS/WORMSCROLL.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "1A2733", + "Value": "4D2957", "Type": 2 }, { "Name": "BaseValue", - "Value": "3200", + "Value": "1616", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { @@ -125679,7 +125949,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "0", "Type": 1 }, { @@ -125729,77 +125999,77 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "build206", + "Id": "cook205", "Properties": [ { "Name": "GameId", - "Value": "CUBEROOF", + "Value": "FOOD_ICE_HOT", "Type": 1 }, { "Name": "Name", - "Value": "BLD_CUBEROOFCAP_NAME", + "Value": "FOOD_ICE_HOT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_CUBEROOFCAP_NAME_L", + "Value": "FOOD_ICE_HOT_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_CUBEROOFCAP_SUBTITLE", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_CUBEROOFCAP_DESCRIPTION", + "Value": "FOOD_REFINED_DESC_FINAL", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.CUBEROOFCAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.ICECREAM.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "2C7C9F", + "Value": "BB3830", "Type": 2 }, { "Name": "BaseValue", - "Value": "2", + "Value": "44000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "Consumable", "Type": 1 }, { @@ -125814,12 +126084,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "10", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -125849,92 +126119,92 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "IsConsumable", - "Value": "False", + "Value": "True", "Type": 3 } ] }, { - "Id": "cook206", + "Id": "build205", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_BLOB", + "Value": "FOUNDLEG", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_BLOB_NAME", + "Value": "BLD_FOUNDLEG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_BLOB_NAME_L", + "Value": "BLD_FOUNDLEG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "BLD_FOUNDLEG_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_CAKE_DESC_CG", + "Value": "BLD_FOUNDLEG_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.CAKEGEK.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.FOUNDLEG.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "D35300", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "79700", + "Value": "1", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "BuildingPart", "Type": 1 }, { @@ -125949,7 +126219,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "0", "Type": 1 }, { @@ -125984,32 +126254,32 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "other206", + "Id": "other205", "Properties": [ { "Name": "GameId", - "Value": "STARCHART_B", + "Value": "STARCHART_A", "Type": 1 }, { @@ -126024,17 +126294,17 @@ }, { "Name": "Subtitle", - "Value": "UI_STARCHART_SUB_DISTRESS", + "Value": "UI_STARCHART_SUB_SECURE", "Type": 1 }, { "Name": "Description", - "Value": "UI_STARCHART_DESC_DISTRESS", + "Value": "UI_STARCHART_DESC_SECURE", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.DISTRESSSIGNAL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.FACTORY.DDS", "Type": 1 }, { @@ -126140,36 +126410,36 @@ ] }, { - "Id": "build207", + "Id": "build206", "Properties": [ { "Name": "GameId", - "Value": "DOOR2", + "Value": "CUBEROOF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DOORVARIANT_NAME", + "Value": "BLD_CUBEROOFCAP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DOORVARIANT_NAME_L", + "Value": "BLD_CUBEROOFCAP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DOORVARIANT_SUBTITLE", + "Value": "BLD_CUBEROOFCAP_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DOORVARIANT_DESCRIPTION", + "Value": "BLD_CUBEROOFCAP_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.HOLODOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.CUBEROOFCAP.DDS", "Type": 1 }, { @@ -126179,7 +126449,7 @@ }, { "Name": "BaseValue", - "Value": "8", + "Value": "2", "Type": 1 }, { @@ -126224,7 +126494,7 @@ }, { "Name": "BlueprintCost", - "Value": "8", + "Value": "2", "Type": 1 }, { @@ -126275,21 +126545,21 @@ ] }, { - "Id": "cook207", + "Id": "cook206", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_CREAM", + "Value": "FOOD_CG_BLOB", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_CREAM_NAME", + "Value": "FOOD_CG_BLOB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_CREAM_NAME_L", + "Value": "FOOD_CG_BLOB_NAME_L", "Type": 1 }, { @@ -126304,7 +126574,7 @@ }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.REFINED.CAKEGEK.DDS", "Type": 1 }, { @@ -126314,7 +126584,7 @@ }, { "Name": "BaseValue", - "Value": "64900", + "Value": "79700", "Type": 1 }, { @@ -126410,76 +126680,76 @@ ] }, { - "Id": "cook208", + "Id": "other206", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_CARM", + "Value": "STARCHART_B", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_CARM_NAME", + "Value": "UI_STARCHART_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_CARM_NAME_L", + "Value": "UI_STARCHART_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_STARCHART_SUB_DISTRESS", "Type": 1 }, { "Name": "Description", - "Value": "UI_CAKE_DESC_CG", + "Value": "UI_STARCHART_DESC_DISTRESS", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.DISTRESSSIGNAL.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "D35300", + "Value": "1A2733", "Type": 2 }, { "Name": "BaseValue", - "Value": "64900", + "Value": "3200", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Consumable", + "Value": "Curiosity", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -126489,7 +126759,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "4", "Type": 1 }, { @@ -126524,12 +126794,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -126545,46 +126815,46 @@ ] }, { - "Id": "other208", + "Id": "build207", "Properties": [ { "Name": "GameId", - "Value": "STARCHART_D", + "Value": "DOOR2", "Type": 1 }, { "Name": "Name", - "Value": "UI_STARCHART_NAME", + "Value": "BLD_DOORVARIANT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_STARCHART_NAME_L", + "Value": "BLD_DOORVARIANT_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_STARCHART_SUB_ALIEN", + "Value": "BLD_DOORVARIANT_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_STARCHART_DESC_ALIEN", + "Value": "BLD_DOORVARIANT_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.RUNE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.HOLODOOR.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "1A2733", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "3200", + "Value": "8", "Type": 1 }, { @@ -126604,17 +126874,17 @@ }, { "Name": "Category", - "Value": "Special", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -126624,12 +126894,12 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "8", "Type": 1 }, { @@ -126669,87 +126939,87 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "other209", + "Id": "cook207", "Properties": [ { "Name": "GameId", - "Value": "A1S6_STARMAP", + "Value": "FOOD_CG_CREAM", "Type": 1 }, { "Name": "Name", - "Value": "UI_STARCHART_NAME", + "Value": "FOOD_CG_CREAM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_STARCHART_NAME_L", + "Value": "FOOD_CG_CREAM_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_STARCHART_SUB", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_STARCHART_DESC_ALIEN", + "Value": "UI_CAKE_DESC_CG", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "1A2733", + "Value": "D35300", "Type": 2 }, { "Name": "BaseValue", - "Value": "3200", + "Value": "64900", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { "Name": "Category", - "Value": "Special", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "Consumable", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -126759,7 +127029,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "10", "Type": 1 }, { @@ -126794,12 +127064,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "False", + "Value": "True", "Type": 3 }, { "Name": "CookingValue", - "Value": "0.0", + "Value": "1.0", "Type": 1 }, { @@ -126815,21 +127085,21 @@ ] }, { - "Id": "cook209", + "Id": "cook208", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_APPLE", + "Value": "FOOD_CG_CARM", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_APPLE_NAME", + "Value": "FOOD_CG_CARM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_APPLE_NAME_L", + "Value": "FOOD_CG_CARM_NAME_L", "Type": 1 }, { @@ -126854,7 +127124,7 @@ }, { "Name": "BaseValue", - "Value": "78000", + "Value": "64900", "Type": 1 }, { @@ -126950,46 +127220,46 @@ ] }, { - "Id": "other210", + "Id": "other208", "Properties": [ { "Name": "GameId", - "Value": "EXPD_PETCUST05", + "Value": "STARCHART_D", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_PET_CUSTOM_05_NAME", + "Value": "UI_STARCHART_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_PET_CUSTOM_05_NAME_L", + "Value": "UI_STARCHART_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_PET_CUSTOM_SUB", + "Value": "UI_STARCHART_SUB_ALIEN", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_PET_CUSTOM_05_DESC", + "Value": "UI_STARCHART_DESC_ALIEN", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.PETCUSTOM05.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.RUNE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "1A2733", "Type": 2 }, { "Name": "BaseValue", - "Value": "1600", + "Value": "3200", "Type": 1 }, { @@ -127009,17 +127279,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "Curiosity", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -127029,7 +127299,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -127079,27 +127349,162 @@ }, { "Name": "IsConsumable", + "Value": "True", + "Type": 3 + } + ] + }, + { + "Id": "other209", + "Properties": [ + { + "Name": "GameId", + "Value": "A1S6_STARMAP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_STARCHART_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_STARCHART_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_STARCHART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_STARCHART_DESC_ALIEN", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/U4PRODUCTS/PRODUCT.STARCHART.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "1A2733", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "3200", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Curiosity", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", "Value": "False", "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "True", + "Type": 3 } ] }, { - "Id": "cook210", + "Id": "cook209", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_CACTUS", + "Value": "FOOD_CG_APPLE", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_CACTUS_NAME", + "Value": "FOOD_CG_APPLE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_CACTUS_NAME_L", + "Value": "FOOD_CG_APPLE_NAME_L", "Type": 1 }, { @@ -127124,7 +127529,7 @@ }, { "Name": "BaseValue", - "Value": "71500", + "Value": "78000", "Type": 1 }, { @@ -127220,36 +127625,36 @@ ] }, { - "Id": "other211", + "Id": "other210", "Properties": [ { "Name": "GameId", - "Value": "EXPD_BACKPACK05", + "Value": "EXPD_PETCUST05", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_BACKPACK_05_NAME", + "Value": "UI_EXPD_PET_CUSTOM_05_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_BACKPACK_05_NAME_L", + "Value": "UI_EXPD_PET_CUSTOM_05_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BACKPACK2_SUB", + "Value": "UI_SPECIAL_PET_CUSTOM_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_BACKPACK_05_DESC", + "Value": "UI_EXPD_PET_CUSTOM_05_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.BACKPACK05.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.PETCUSTOM05.DDS", "Type": 1 }, { @@ -127259,7 +127664,7 @@ }, { "Name": "BaseValue", - "Value": "3500", + "Value": "1600", "Type": 1 }, { @@ -127355,21 +127760,21 @@ ] }, { - "Id": "cook211", + "Id": "cook210", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_JAM", + "Value": "FOOD_CG_CACTUS", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_JAM_NAME", + "Value": "FOOD_CG_CACTUS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_JAM_NAME_L", + "Value": "FOOD_CG_CACTUS_NAME_L", "Type": 1 }, { @@ -127394,7 +127799,7 @@ }, { "Name": "BaseValue", - "Value": "81900", + "Value": "71500", "Type": 1 }, { @@ -127490,36 +127895,36 @@ ] }, { - "Id": "other212", + "Id": "other211", "Properties": [ { "Name": "GameId", - "Value": "EXPD_TITLE05", + "Value": "EXPD_BACKPACK05", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_TITLE_05_NAME", + "Value": "UI_EXPD_BACKPACK_05_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_TITLE_05_NAME_L", + "Value": "UI_EXPD_BACKPACK_05_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPEC_TITLE_SUB", + "Value": "UI_BACKPACK2_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_TITLE_05_DESC", + "Value": "UI_EXPD_BACKPACK_05_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TITLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.BACKPACK05.DDS", "Type": 1 }, { @@ -127529,7 +127934,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "3500", "Type": 1 }, { @@ -127625,21 +128030,21 @@ ] }, { - "Id": "cook212", + "Id": "cook211", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_JHOT", + "Value": "FOOD_CG_JAM", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_JHOT_NAME", + "Value": "FOOD_CG_JAM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_JHOT_NAME_L", + "Value": "FOOD_CG_JAM_NAME_L", "Type": 1 }, { @@ -127664,7 +128069,7 @@ }, { "Name": "BaseValue", - "Value": "78000", + "Value": "81900", "Type": 1 }, { @@ -127760,61 +128165,61 @@ ] }, { - "Id": "cook213", + "Id": "other212", "Properties": [ { "Name": "GameId", - "Value": "FOOD_CG_JGLITCH", + "Value": "EXPD_TITLE05", "Type": 1 }, { "Name": "Name", - "Value": "FOOD_CG_JGLITCH_NAME", + "Value": "UI_EXPD_TITLE_05_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "FOOD_CG_JGLITCH_NAME_L", + "Value": "UI_EXPD_TITLE_05_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "FOOD_COOKED_SUB", + "Value": "UI_SPEC_TITLE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_CAKE_DESC_CG", + "Value": "UI_EXPD_TITLE_05_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TITLE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "D35300", + "Value": "007951", "Type": 2 }, { "Name": "BaseValue", - "Value": "80800", + "Value": "800", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "-0.1", + "Value": "0.0", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.1", + "Value": "0.0", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.2", + "Value": "0.0", "Type": 1 }, { @@ -127824,7 +128229,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { @@ -127839,7 +128244,7 @@ }, { "Name": "StackMultiplier", - "Value": "10", + "Value": "1", "Type": 1 }, { @@ -127874,12 +128279,12 @@ }, { "Name": "EggModifierIngredient", - "Value": "True", + "Value": "False", "Type": 3 }, { "Name": "CookingValue", - "Value": "1.0", + "Value": "0.0", "Type": 1 }, { @@ -127889,77 +128294,77 @@ }, { "Name": "IsConsumable", - "Value": "True", + "Value": "False", "Type": 3 } ] }, { - "Id": "build213", + "Id": "cook212", "Properties": [ { "Name": "GameId", - "Value": "WALLLIGHTWHITE", + "Value": "FOOD_CG_JHOT", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WHITELIGHT_NAME", + "Value": "FOOD_CG_JHOT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WHITELIGHT_NAME_L", + "Value": "FOOD_CG_JHOT_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_COLOURLIGHT_SUBTITLE", + "Value": "FOOD_COOKED_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_COLOURLIGHT_DESCRIPTION", + "Value": "UI_CAKE_DESC_CG", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHTWHITE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "2C7C9F", + "Value": "D35300", "Type": 2 }, { "Name": "BaseValue", - "Value": "1", + "Value": "78000", "Type": 1 }, { "Name": "LowPriceMod", - "Value": "0.0", + "Value": "-0.1", "Type": 1 }, { "Name": "HighPriceMod", - "Value": "0.0", + "Value": "0.1", "Type": 1 }, { "Name": "BuyBaseMarkup", - "Value": "0.0", + "Value": "0.2", "Type": 1 }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "Consumable", "Type": 1 }, { @@ -127974,7 +128379,277 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "10", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "True", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "1.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "True", + "Type": 3 + } + ] + }, + { + "Id": "cook213", + "Properties": [ + { + "Name": "GameId", + "Value": "FOOD_CG_JGLITCH", + "Type": 1 + }, + { + "Name": "Name", + "Value": "FOOD_CG_JGLITCH_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "FOOD_CG_JGLITCH_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "FOOD_COOKED_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_CAKE_DESC_CG", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/COOKINGPRODUCTS/PRODUCT.CUPCAKE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "D35300", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "80800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "-0.1", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.1", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.2", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Consumable", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "10", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "True", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "1.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "True", + "Type": 3 + } + ] + }, + { + "Id": "build213", + "Properties": [ + { + "Name": "GameId", + "Value": "WALLLIGHTWHITE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_WHITELIGHT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_WHITELIGHT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_COLOURLIGHT_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_COLOURLIGHT_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHTWHITE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", "Type": 1 }, { @@ -133494,7 +134169,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { @@ -146319,7 +146994,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { @@ -171834,7 +172509,7 @@ }, { "Name": "Type", - "Value": "Consumable", + "Value": "CustomisationPart", "Type": 1 }, { @@ -198095,36 +198770,36 @@ ] }, { - "Id": "build461", + "Id": "other461", "Properties": [ { "Name": "GameId", - "Value": "S_BURNER0", + "Value": "FIGHT_COCKAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BURNER0_NAME", + "Value": "UI_FIGHTER_COCK_AA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BURNER0_NAME_L", + "Value": "UI_FIGHTER_COCK_AA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_BURNER0_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BURNER0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.AA.DDS", "Type": 1 }, { @@ -198134,7 +198809,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -198154,17 +198829,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -198219,7 +198894,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -198230,21 +198905,21 @@ ] }, { - "Id": "build462", + "Id": "build461", "Properties": [ { "Name": "GameId", - "Value": "S_PAN0", + "Value": "S_BURNER0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_PAN0_NAME", + "Value": "BLD_S_BURNER0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_PAN0_NAME_L", + "Value": "BLD_S_BURNER0_NAME_L", "Type": 1 }, { @@ -198254,12 +198929,12 @@ }, { "Name": "Description", - "Value": "BLD_S_PAN0_DESC", + "Value": "BLD_S_BURNER0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PAN0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BURNER0.DDS", "Type": 1 }, { @@ -198365,36 +199040,36 @@ ] }, { - "Id": "build463", + "Id": "other462", "Properties": [ { "Name": "GameId", - "Value": "S_BARSTOOL0", + "Value": "FIGHT_COCKAB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BARSTOOL0_NAME", + "Value": "UI_FIGHTER_COCK_AB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BARSTOOL0_NAME_L", + "Value": "UI_FIGHTER_COCK_AB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_BARSTOOL0_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARSTOOL0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.AB.DDS", "Type": 1 }, { @@ -198404,7 +199079,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -198424,17 +199099,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -198489,7 +199164,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -198500,21 +199175,21 @@ ] }, { - "Id": "build464", + "Id": "build462", "Properties": [ { "Name": "GameId", - "Value": "S_CANISTER0", + "Value": "S_PAN0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CANISTER0_NAME", + "Value": "BLD_S_PAN0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CANISTER0_NAME_L", + "Value": "BLD_S_PAN0_NAME_L", "Type": 1 }, { @@ -198524,12 +199199,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CANISTER0_DESC", + "Value": "BLD_S_PAN0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CANISTER0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PAN0.DDS", "Type": 1 }, { @@ -198635,36 +199310,36 @@ ] }, { - "Id": "build465", + "Id": "other463", "Properties": [ { "Name": "GameId", - "Value": "S_BARTAPS0", + "Value": "FIGHT_COCKAC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BARTAPS0_NAME", + "Value": "UI_FIGHTER_COCK_AC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BARTAPS0_NAME_L", + "Value": "UI_FIGHTER_COCK_AC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_BARTAPS0_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.DRINKTAPS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.AC.DDS", "Type": 1 }, { @@ -198674,7 +199349,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -198694,17 +199369,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -198759,7 +199434,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -198770,21 +199445,21 @@ ] }, { - "Id": "build466", + "Id": "build463", "Properties": [ { "Name": "GameId", - "Value": "S_WALLHANGING1", + "Value": "S_BARSTOOL0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLHANGING1_NAME", + "Value": "BLD_S_BARSTOOL0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLHANGING1_NAME_L", + "Value": "BLD_S_BARSTOOL0_NAME_L", "Type": 1 }, { @@ -198794,12 +199469,12 @@ }, { "Name": "Description", - "Value": "BLD_S_WALLHANGING1_DESC", + "Value": "BLD_S_BARSTOOL0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WALLHANGING01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARSTOOL0.DDS", "Type": 1 }, { @@ -198905,36 +199580,36 @@ ] }, { - "Id": "build467", + "Id": "other464", "Properties": [ { "Name": "GameId", - "Value": "S_WALLHANGING2", + "Value": "FIGHT_COCKAD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLHANGING2_NAME", + "Value": "UI_FIGHTER_COCK_AD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLHANGING2_NAME_L", + "Value": "UI_FIGHTER_COCK_AD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_WALLHANGING2_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WALLHANGING02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.AD.DDS", "Type": 1 }, { @@ -198944,7 +199619,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -198964,17 +199639,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -199029,7 +199704,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -199040,21 +199715,21 @@ ] }, { - "Id": "build468", + "Id": "build464", "Properties": [ { "Name": "GameId", - "Value": "S_WALLHANGING3", + "Value": "S_CANISTER0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLHANGING3_NAME", + "Value": "BLD_S_CANISTER0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLHANGING3_NAME_L", + "Value": "BLD_S_CANISTER0_NAME_L", "Type": 1 }, { @@ -199064,12 +199739,12 @@ }, { "Name": "Description", - "Value": "BLD_S_WALLHANGING3_DESC", + "Value": "BLD_S_CANISTER0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WALLHANGING03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CANISTER0.DDS", "Type": 1 }, { @@ -199175,36 +199850,36 @@ ] }, { - "Id": "build469", + "Id": "other465", "Properties": [ { "Name": "GameId", - "Value": "S_PLANTER_M", + "Value": "FIGHT_COCKAE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_PLANTER_M_NAME", + "Value": "UI_FIGHTER_COCK_AE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_PLANTER_M_NAME_L", + "Value": "UI_FIGHTER_COCK_AE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_PLANTER_M_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PLANTER_MIDDLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.AE.DDS", "Type": 1 }, { @@ -199214,7 +199889,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -199234,17 +199909,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -199299,7 +199974,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -199310,21 +199985,21 @@ ] }, { - "Id": "build470", + "Id": "build465", "Properties": [ { "Name": "GameId", - "Value": "S_SIGN_BAR0", + "Value": "S_BARTAPS0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SIGN_BAR0_NAME", + "Value": "BLD_S_BARTAPS0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SIGN_BAR0_NAME_L", + "Value": "BLD_S_BARTAPS0_NAME_L", "Type": 1 }, { @@ -199334,12 +200009,12 @@ }, { "Name": "Description", - "Value": "BLD_S_SIGN_BAR0_DESC", + "Value": "BLD_S_BARTAPS0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARSIGN0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.DRINKTAPS.DDS", "Type": 1 }, { @@ -199445,36 +200120,36 @@ ] }, { - "Id": "build471", + "Id": "other466", "Properties": [ { "Name": "GameId", - "Value": "S_STEPLADDER", + "Value": "FIGHT_COCKB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_STEPLADDER_NAME", + "Value": "UI_FIGHTER_COCK_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_STEPLADDER_NAME_L", + "Value": "UI_FIGHTER_COCK_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_STEPLADDER_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.STEPLADDER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.B.DDS", "Type": 1 }, { @@ -199484,7 +200159,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -199504,17 +200179,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -199569,7 +200244,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -199580,21 +200255,21 @@ ] }, { - "Id": "build472", + "Id": "build466", "Properties": [ { "Name": "GameId", - "Value": "S_SCAFFOLD_M", + "Value": "S_WALLHANGING1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SCAFFOLD_M_NAME", + "Value": "BLD_S_WALLHANGING1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SCAFFOLD_M_NAME_L", + "Value": "BLD_S_WALLHANGING1_NAME_L", "Type": 1 }, { @@ -199604,12 +200279,12 @@ }, { "Name": "Description", - "Value": "BLD_S_SCAFFOLD_M_DESC", + "Value": "BLD_S_WALLHANGING1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SCAFFOLD_MEDIUM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WALLHANGING01.DDS", "Type": 1 }, { @@ -199715,36 +200390,36 @@ ] }, { - "Id": "build473", + "Id": "other467", "Properties": [ { "Name": "GameId", - "Value": "S_SCAFFOLD_L", + "Value": "FIGHT_COCKD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SCAFFOLD_L_NAME", + "Value": "UI_FIGHTER_COCK_D_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SCAFFOLD_L_NAME_L", + "Value": "UI_FIGHTER_COCK_D_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SCAFFOLD_L_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SCAFFOLD_LARGE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.D.DDS", "Type": 1 }, { @@ -199754,7 +200429,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -199774,17 +200449,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -199839,7 +200514,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -199850,21 +200525,21 @@ ] }, { - "Id": "build474", + "Id": "build467", "Properties": [ { "Name": "GameId", - "Value": "S_BUCKET_S", + "Value": "S_WALLHANGING2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BUCKET_S_NAME", + "Value": "BLD_S_WALLHANGING2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BUCKET_S_NAME_L", + "Value": "BLD_S_WALLHANGING2_NAME_L", "Type": 1 }, { @@ -199874,12 +200549,12 @@ }, { "Name": "Description", - "Value": "BLD_S_BUCKET_S_DESC", + "Value": "BLD_S_WALLHANGING2_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BUCKET_SMALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WALLHANGING02.DDS", "Type": 1 }, { @@ -199985,36 +200660,36 @@ ] }, { - "Id": "build475", + "Id": "other468", "Properties": [ { "Name": "GameId", - "Value": "S_BUCKET_M", + "Value": "FIGHT_COCKE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BUCKET_M_NAME", + "Value": "UI_FIGHTER_COCK_E_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BUCKET_M_NAME_L", + "Value": "UI_FIGHTER_COCK_E_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_BUCKET_M_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BUCKET_MEDIUM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.E.DDS", "Type": 1 }, { @@ -200024,7 +200699,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -200044,17 +200719,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -200109,7 +200784,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -200120,21 +200795,21 @@ ] }, { - "Id": "build476", + "Id": "build468", "Properties": [ { "Name": "GameId", - "Value": "S_PALLET", + "Value": "S_WALLHANGING3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_PALLET_NAME", + "Value": "BLD_S_WALLHANGING3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_PALLET_NAME_L", + "Value": "BLD_S_WALLHANGING3_NAME_L", "Type": 1 }, { @@ -200144,12 +200819,12 @@ }, { "Name": "Description", - "Value": "BLD_S_PALLET_DESC", + "Value": "BLD_S_WALLHANGING3_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PALLET.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WALLHANGING03.DDS", "Type": 1 }, { @@ -200255,36 +200930,36 @@ ] }, { - "Id": "build477", + "Id": "other469", "Properties": [ { "Name": "GameId", - "Value": "S_PALLET_BRICK", + "Value": "FIGHT_COCKF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_PALLET_BRICK_NAME", + "Value": "UI_FIGHTER_COCK_F_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_PALLET_BRICK_NAME_L", + "Value": "UI_FIGHTER_COCK_F_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_PALLET_BRICK_DESC", + "Value": "UI_FIGHTER_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PALLETBRICK.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERCOCKPIT.F.DDS", "Type": 1 }, { @@ -200294,7 +200969,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -200314,17 +200989,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -200379,7 +201054,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -200390,21 +201065,21 @@ ] }, { - "Id": "build478", + "Id": "build469", "Properties": [ { "Name": "GameId", - "Value": "S_CEMENTBAG", + "Value": "S_PLANTER_M", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CEMENTBAG_NAME", + "Value": "BLD_S_PLANTER_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CEMENTBAG_NAME_L", + "Value": "BLD_S_PLANTER_M_NAME_L", "Type": 1 }, { @@ -200414,12 +201089,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CEMENTBAG_DESC", + "Value": "BLD_S_PLANTER_M_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CEMENTBAG.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PLANTER_MIDDLE.DDS", "Type": 1 }, { @@ -200525,36 +201200,36 @@ ] }, { - "Id": "build479", + "Id": "other470", "Properties": [ { "Name": "GameId", - "Value": "S_BARRIER", + "Value": "FIGHT_WINGA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BARRIER_NAME", + "Value": "UI_FIGHTER_WING_A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BARRIER_NAME_L", + "Value": "UI_FIGHTER_WING_A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_BARRIER_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARRIER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.A.DDS", "Type": 1 }, { @@ -200564,7 +201239,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -200584,17 +201259,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -200649,143 +201324,8 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", "Value": "False", "Type": 3 - } - ] - }, - { - "Id": "build480", - "Properties": [ - { - "Name": "GameId", - "Value": "S_RSJSTACK", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_S_RSJSTACK_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_S_RSJSTACK_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_S_RSJSTACK_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.RSJSTACK.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 }, { "Name": "IsConsumable", @@ -200795,21 +201335,21 @@ ] }, { - "Id": "build481", + "Id": "build470", "Properties": [ { "Name": "GameId", - "Value": "S_CEMENTMIXER", + "Value": "S_SIGN_BAR0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CEMENTMIXER_NAME", + "Value": "BLD_S_SIGN_BAR0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CEMENTMIXER_NAME_L", + "Value": "BLD_S_SIGN_BAR0_NAME_L", "Type": 1 }, { @@ -200819,12 +201359,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CEMENTMIXER_DESC", + "Value": "BLD_S_SIGN_BAR0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CEMENTMIXER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARSIGN0.DDS", "Type": 1 }, { @@ -200930,36 +201470,36 @@ ] }, { - "Id": "build482", + "Id": "other471", "Properties": [ { "Name": "GameId", - "Value": "S_SHOVEL", + "Value": "FIGHT_WINGA_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SHOVEL_NAME", + "Value": "UI_FIGHTER_WING_A_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SHOVEL_NAME_L", + "Value": "UI_FIGHTER_WING_A_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SHOVEL_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SHOVEL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.A.DDS", "Type": 1 }, { @@ -200969,7 +201509,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -200989,17 +201529,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -201054,7 +201594,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -201065,21 +201605,21 @@ ] }, { - "Id": "build483", + "Id": "build471", "Properties": [ { "Name": "GameId", - "Value": "S_BRICKSWRAPPED", + "Value": "S_STEPLADDER", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BRICKSWRAPPED_NAME", + "Value": "BLD_S_STEPLADDER_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BRICKSWRAPPED_NAME_L", + "Value": "BLD_S_STEPLADDER_NAME_L", "Type": 1 }, { @@ -201089,12 +201629,12 @@ }, { "Name": "Description", - "Value": "BLD_S_BRICKSWRAPPED_DESC", + "Value": "BLD_S_STEPLADDER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BRICKSWRAPPED.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.STEPLADDER.DDS", "Type": 1 }, { @@ -201200,36 +201740,36 @@ ] }, { - "Id": "build484", + "Id": "other472", "Properties": [ { "Name": "GameId", - "Value": "S_LARGETRYE0", + "Value": "FIGHT_WINGB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_LARGETRYE0_NAME", + "Value": "UI_FIGHTER_WING_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_LARGETRYE0_NAME_L", + "Value": "UI_FIGHTER_WING_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_LARGETRYE0_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.LARGETRYE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.B.DDS", "Type": 1 }, { @@ -201239,7 +201779,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -201259,17 +201799,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -201324,7 +201864,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -201335,21 +201875,21 @@ ] }, { - "Id": "build485", + "Id": "build472", "Properties": [ { "Name": "GameId", - "Value": "S_COMPOSTBIN", + "Value": "S_SCAFFOLD_M", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_COMPOSTBIN_NAME", + "Value": "BLD_S_SCAFFOLD_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_COMPOSTBIN_NAME_L", + "Value": "BLD_S_SCAFFOLD_M_NAME_L", "Type": 1 }, { @@ -201359,12 +201899,12 @@ }, { "Name": "Description", - "Value": "BLD_S_COMPOSTBIN_DESC", + "Value": "BLD_S_SCAFFOLD_M_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.COMPOSTBIN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SCAFFOLD_MEDIUM.DDS", "Type": 1 }, { @@ -201470,36 +202010,36 @@ ] }, { - "Id": "build486", + "Id": "other473", "Properties": [ { "Name": "GameId", - "Value": "S_FURNACE", + "Value": "FIGHT_WINGB_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FURNACE_NAME", + "Value": "UI_FIGHTER_WING_B_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FURNACE_NAME_L", + "Value": "UI_FIGHTER_WING_B_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_FURNACE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.FURNACE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.B.DDS", "Type": 1 }, { @@ -201509,7 +202049,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -201529,17 +202069,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -201594,7 +202134,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -201605,21 +202145,21 @@ ] }, { - "Id": "build487", + "Id": "build473", "Properties": [ { "Name": "GameId", - "Value": "S_WHEELBARROW", + "Value": "S_SCAFFOLD_L", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WHEELBARROW_NAME", + "Value": "BLD_S_SCAFFOLD_L_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WHEELBARROW_NAME_L", + "Value": "BLD_S_SCAFFOLD_L_NAME_L", "Type": 1 }, { @@ -201629,12 +202169,12 @@ }, { "Name": "Description", - "Value": "BLD_S_WHEELBARROW_DESC", + "Value": "BLD_S_SCAFFOLD_L_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WHEELBARROW.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SCAFFOLD_LARGE.DDS", "Type": 1 }, { @@ -201740,36 +202280,36 @@ ] }, { - "Id": "build488", + "Id": "other474", "Properties": [ { "Name": "GameId", - "Value": "S_EXCBUCKET", + "Value": "FIGHT_WINGBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_EXCBUCKET_NAME", + "Value": "UI_FIGHTER_WING_BA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_EXCBUCKET_NAME_L", + "Value": "UI_FIGHTER_WING_BA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_EXCBUCKET_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.EXCAVATORBUCKET.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BA.DDS", "Type": 1 }, { @@ -201779,7 +202319,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -201799,17 +202339,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -201864,144 +202404,9 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", - "Value": "False", - "Type": 3 - } - ] - }, - { - "Id": "build489", - "Properties": [ - { - "Name": "GameId", - "Value": "S_TROUGH0", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_S_TROUGH0_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_S_TROUGH0_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_S_TROUGH0_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.TROUGH0.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", "Value": "False", "Type": 3 }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, { "Name": "IsConsumable", "Value": "False", @@ -202010,21 +202415,21 @@ ] }, { - "Id": "build490", + "Id": "build474", "Properties": [ { "Name": "GameId", - "Value": "S_MILKCRATE", + "Value": "S_BUCKET_S", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_MILKCRATE_NAME", + "Value": "BLD_S_BUCKET_S_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_MILKCRATE_NAME_L", + "Value": "BLD_S_BUCKET_S_NAME_L", "Type": 1 }, { @@ -202034,12 +202439,12 @@ }, { "Name": "Description", - "Value": "BLD_S_MILKCRATE_DESC", + "Value": "BLD_S_BUCKET_S_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.MILKCRATE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BUCKET_SMALL.DDS", "Type": 1 }, { @@ -202145,36 +202550,36 @@ ] }, { - "Id": "build491", + "Id": "other475", "Properties": [ { "Name": "GameId", - "Value": "S_MILKBOTTLE", + "Value": "FIGHT_WINGBA_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_MILKBOTTLE_NAME", + "Value": "UI_FIGHTER_WING_BA_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_MILKBOTTLE_NAME_L", + "Value": "UI_FIGHTER_WING_BA_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_MILKBOTTLE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.MILKBOTTLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BA.DDS", "Type": 1 }, { @@ -202184,7 +202589,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -202204,17 +202609,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -202269,7 +202674,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -202280,21 +202685,21 @@ ] }, { - "Id": "build492", + "Id": "build475", "Properties": [ { "Name": "GameId", - "Value": "S_BARREL1", + "Value": "S_BUCKET_M", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_BARREL1_NAME", + "Value": "BLD_S_BUCKET_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_BARREL1_NAME_L", + "Value": "BLD_S_BUCKET_M_NAME_L", "Type": 1 }, { @@ -202304,12 +202709,12 @@ }, { "Name": "Description", - "Value": "BLD_S_BARREL1_DESC", + "Value": "BLD_S_BUCKET_M_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARREL1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BUCKET_MEDIUM.DDS", "Type": 1 }, { @@ -202415,36 +202820,36 @@ ] }, { - "Id": "build493", + "Id": "other476", "Properties": [ { "Name": "GameId", - "Value": "S_SPARKPLUG", + "Value": "FIGHT_WINGBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SPARKPLUG_NAME", + "Value": "UI_FIGHTER_WING_BB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SPARKPLUG_NAME_L", + "Value": "UI_FIGHTER_WING_BB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SPARKPLUG_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SPARKPLUG.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BB.DDS", "Type": 1 }, { @@ -202454,7 +202859,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -202474,17 +202879,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -202539,7 +202944,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -202550,21 +202955,21 @@ ] }, { - "Id": "build494", + "Id": "build476", "Properties": [ { "Name": "GameId", - "Value": "S_CARRIAGE", + "Value": "S_PALLET", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CARRIAGE_NAME", + "Value": "BLD_S_PALLET_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CARRIAGE_NAME_L", + "Value": "BLD_S_PALLET_NAME_L", "Type": 1 }, { @@ -202574,12 +202979,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CARRIAGE_DESC", + "Value": "BLD_S_PALLET_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CARRIAGE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PALLET.DDS", "Type": 1 }, { @@ -202685,36 +203090,36 @@ ] }, { - "Id": "build495", + "Id": "other477", "Properties": [ { "Name": "GameId", - "Value": "S_CARRIAGEWHEEL", + "Value": "FIGHT_WINGBB_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CARRIAGEWHEEL_NAME", + "Value": "UI_FIGHTER_WING_BB_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CARRIAGEWHEEL_NAME_L", + "Value": "UI_FIGHTER_WING_BB_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_CARRIAGEWHEEL_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CARRIAGEWHEEL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BB.DDS", "Type": 1 }, { @@ -202724,7 +203129,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -202744,17 +203149,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -202809,7 +203214,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -202820,21 +203225,21 @@ ] }, { - "Id": "build496", + "Id": "build477", "Properties": [ { "Name": "GameId", - "Value": "S_SCISSORLIFT", + "Value": "S_PALLET_BRICK", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SCISSORLIFT_NAME", + "Value": "BLD_S_PALLET_BRICK_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SCISSORLIFT_NAME_L", + "Value": "BLD_S_PALLET_BRICK_NAME_L", "Type": 1 }, { @@ -202844,12 +203249,12 @@ }, { "Name": "Description", - "Value": "BLD_S_SCISSORLIFT_DESC", + "Value": "BLD_S_PALLET_BRICK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SCISSORLIFT.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PALLETBRICK.DDS", "Type": 1 }, { @@ -202955,36 +203360,36 @@ ] }, { - "Id": "build497", + "Id": "other478", "Properties": [ { "Name": "GameId", - "Value": "S_PUMP", + "Value": "FIGHT_WINGBC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_PUMP_NAME", + "Value": "UI_FIGHTER_WING_BC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_PUMP_NAME_L", + "Value": "UI_FIGHTER_WING_BC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_PUMP_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PUMP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BC.DDS", "Type": 1 }, { @@ -202994,7 +203399,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -203014,17 +203419,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -203079,7 +203484,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -203090,21 +203495,21 @@ ] }, { - "Id": "build498", + "Id": "build478", "Properties": [ { "Name": "GameId", - "Value": "S_GENERATOR", + "Value": "S_CEMENTBAG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_GENERATOR_NAME", + "Value": "BLD_S_CEMENTBAG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_GENERATOR_NAME_L", + "Value": "BLD_S_CEMENTBAG_NAME_L", "Type": 1 }, { @@ -203114,12 +203519,12 @@ }, { "Name": "Description", - "Value": "BLD_S_GENERATOR_DESC", + "Value": "BLD_S_CEMENTBAG_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.GENERATOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CEMENTBAG.DDS", "Type": 1 }, { @@ -203225,36 +203630,36 @@ ] }, { - "Id": "build499", + "Id": "other479", "Properties": [ { "Name": "GameId", - "Value": "S_CRATE1", + "Value": "FIGHT_WINGBC_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CRATE1_NAME", + "Value": "UI_FIGHTER_WING_BC_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CRATE1_NAME_L", + "Value": "UI_FIGHTER_WING_BC_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_CRATE1_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BC.DDS", "Type": 1 }, { @@ -203264,7 +203669,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -203284,17 +203689,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -203349,143 +203754,8 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", "Value": "False", "Type": 3 - } - ] - }, - { - "Id": "build500", - "Properties": [ - { - "Name": "GameId", - "Value": "S_CRATE2", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_S_CRATE2_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_S_CRATE2_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_S_CRATE2_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE2.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 }, { "Name": "IsConsumable", @@ -203495,21 +203765,21 @@ ] }, { - "Id": "build501", + "Id": "build479", "Properties": [ { "Name": "GameId", - "Value": "S_CANISTER1", + "Value": "S_BARRIER", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CANISTER1_NAME", + "Value": "BLD_S_BARRIER_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CANISTER1_NAME_L", + "Value": "BLD_S_BARRIER_NAME_L", "Type": 1 }, { @@ -203519,12 +203789,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CANISTER1_DESC", + "Value": "BLD_S_BARRIER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CANISTER1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARRIER.DDS", "Type": 1 }, { @@ -203630,36 +203900,36 @@ ] }, { - "Id": "build502", + "Id": "other480", "Properties": [ { "Name": "GameId", - "Value": "S_FENCE0", + "Value": "FIGHT_WINGBD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FENCE0_NAME", + "Value": "UI_FIGHTER_WING_BD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FENCE0_NAME_L", + "Value": "UI_FIGHTER_WING_BD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_FENCE0_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BD.DDS", "Type": 1 }, { @@ -203669,7 +203939,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -203689,17 +203959,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -203754,7 +204024,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -203765,21 +204035,21 @@ ] }, { - "Id": "build503", + "Id": "build480", "Properties": [ { "Name": "GameId", - "Value": "S_FENCE1", + "Value": "S_RSJSTACK", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FENCE1_NAME", + "Value": "BLD_S_RSJSTACK_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FENCE1_NAME_L", + "Value": "BLD_S_RSJSTACK_NAME_L", "Type": 1 }, { @@ -203789,12 +204059,12 @@ }, { "Name": "Description", - "Value": "BLD_S_FENCE1_DESC", + "Value": "BLD_S_RSJSTACK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.RSJSTACK.DDS", "Type": 1 }, { @@ -203900,36 +204170,36 @@ ] }, { - "Id": "build504", + "Id": "other481", "Properties": [ { "Name": "GameId", - "Value": "S_FENCE2", + "Value": "FIGHT_WINGBD_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FENCE2_NAME", + "Value": "UI_FIGHTER_WING_BD_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FENCE2_NAME_L", + "Value": "UI_FIGHTER_WING_BD_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_FENCE2_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.BD.DDS", "Type": 1 }, { @@ -203939,7 +204209,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -203959,17 +204229,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -204024,7 +204294,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -204035,21 +204305,21 @@ ] }, { - "Id": "build505", + "Id": "build481", "Properties": [ { "Name": "GameId", - "Value": "S_FENCE3", + "Value": "S_CEMENTMIXER", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FENCE3_NAME", + "Value": "BLD_S_CEMENTMIXER_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FENCE3_NAME_L", + "Value": "BLD_S_CEMENTMIXER_NAME_L", "Type": 1 }, { @@ -204059,12 +204329,12 @@ }, { "Name": "Description", - "Value": "BLD_S_FENCE3_DESC", + "Value": "BLD_S_CEMENTMIXER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CEMENTMIXER.DDS", "Type": 1 }, { @@ -204170,36 +204440,36 @@ ] }, { - "Id": "build506", + "Id": "other482", "Properties": [ { "Name": "GameId", - "Value": "S_HANGLAMP0", + "Value": "FIGHT_WINGD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_HANGLAMP0_NAME", + "Value": "UI_FIGHTER_WING_D_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_HANGLAMP0_NAME_L", + "Value": "UI_FIGHTER_WING_D_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.D.DDS", "Type": 1 }, { @@ -204209,7 +204479,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -204229,17 +204499,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -204294,7 +204564,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -204305,21 +204575,21 @@ ] }, { - "Id": "build507", + "Id": "build482", "Properties": [ { "Name": "GameId", - "Value": "S_CURTAIN0", + "Value": "S_SHOVEL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CURTAIN0_NAME", + "Value": "BLD_S_SHOVEL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CURTAIN0_NAME_L", + "Value": "BLD_S_SHOVEL_NAME_L", "Type": 1 }, { @@ -204329,12 +204599,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CURTAIN0_DESC", + "Value": "BLD_S_SHOVEL_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CURTAIN0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SHOVEL.DDS", "Type": 1 }, { @@ -204440,36 +204710,36 @@ ] }, { - "Id": "build508", + "Id": "other483", "Properties": [ { "Name": "GameId", - "Value": "S_GLOWGLOBE", + "Value": "FIGHT_WINGEA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_GLOWGLOBE_NAME", + "Value": "UI_FIGHTER_WING_EA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_GLOWGLOBE_NAME_L", + "Value": "UI_FIGHTER_WING_EA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_GLOWGLOBE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.GLOWGLOBE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EA.DDS", "Type": 1 }, { @@ -204479,7 +204749,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -204499,17 +204769,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -204564,144 +204834,9 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", - "Value": "False", - "Type": 3 - } - ] - }, - { - "Id": "build509", - "Properties": [ - { - "Name": "GameId", - "Value": "S_DRAPE0", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_S_DRAPE0_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_S_DRAPE0_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_S_DRAPE0_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.DRAPE0.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", "Value": "False", "Type": 3 }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, { "Name": "IsConsumable", "Value": "False", @@ -204710,21 +204845,21 @@ ] }, { - "Id": "build510", + "Id": "build483", "Properties": [ { "Name": "GameId", - "Value": "S_RUG1", + "Value": "S_BRICKSWRAPPED", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_RUG1_NAME", + "Value": "BLD_S_BRICKSWRAPPED_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_RUG1_NAME_L", + "Value": "BLD_S_BRICKSWRAPPED_NAME_L", "Type": 1 }, { @@ -204734,12 +204869,12 @@ }, { "Name": "Description", - "Value": "BLD_S_RUG1_DESC", + "Value": "BLD_S_BRICKSWRAPPED_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.RUG1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BRICKSWRAPPED.DDS", "Type": 1 }, { @@ -204845,36 +204980,36 @@ ] }, { - "Id": "build511", + "Id": "other484", "Properties": [ { "Name": "GameId", - "Value": "S_STREETLAMP0", + "Value": "FIGHT_WINGEA_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_STREETLAMP0_NAME", + "Value": "UI_FIGHTER_WING_EA_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_STREETLAMP0_NAME_L", + "Value": "UI_FIGHTER_WING_EA_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_STREETLAMP0_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.LIGHTOUTDOORSTANDING.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EA.DDS", "Type": 1 }, { @@ -204884,7 +205019,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -204904,17 +205039,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -204969,7 +205104,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -204980,21 +205115,21 @@ ] }, { - "Id": "build512", + "Id": "build484", "Properties": [ { "Name": "GameId", - "Value": "S_LIGHTSTRIP0", + "Value": "S_LARGETRYE0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_LIGHTSTRIP0_NAME", + "Value": "BLD_S_LARGETRYE0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_LIGHTSTRIP0_NAME_L", + "Value": "BLD_S_LARGETRYE0_NAME_L", "Type": 1 }, { @@ -205004,12 +205139,12 @@ }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "BLD_S_LARGETRYE0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.LIGHTHANGINGSTRIP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.LARGETRYE0.DDS", "Type": 1 }, { @@ -205115,36 +205250,36 @@ ] }, { - "Id": "build513", + "Id": "other485", "Properties": [ { "Name": "GameId", - "Value": "S_SHELVINGUNIT0", + "Value": "FIGHT_WINGEB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SHELVINGUNIT0_NAME", + "Value": "UI_FIGHTER_WING_EB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SHELVINGUNIT0_NAME_L", + "Value": "UI_FIGHTER_WING_EB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SHELVINGUNIT0_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SHELVINGUNIT.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EB.DDS", "Type": 1 }, { @@ -205154,7 +205289,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -205174,17 +205309,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -205239,7 +205374,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -205250,21 +205385,21 @@ ] }, { - "Id": "build514", + "Id": "build485", "Properties": [ { "Name": "GameId", - "Value": "S_GAZEBO0", + "Value": "S_COMPOSTBIN", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_GAZEBO0_NAME", + "Value": "BLD_S_COMPOSTBIN_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_GAZEBO0_NAME_L", + "Value": "BLD_S_COMPOSTBIN_NAME_L", "Type": 1 }, { @@ -205274,12 +205409,12 @@ }, { "Name": "Description", - "Value": "BLD_S_GAZEBO0_DESC", + "Value": "BLD_S_COMPOSTBIN_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.GAZEBO0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.COMPOSTBIN.DDS", "Type": 1 }, { @@ -205385,36 +205520,36 @@ ] }, { - "Id": "build515", + "Id": "other486", "Properties": [ { "Name": "GameId", - "Value": "S_CRATE3", + "Value": "FIGHT_WINGEB_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CRATE3_NAME", + "Value": "UI_FIGHTER_WING_EB_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CRATE3_NAME_L", + "Value": "UI_FIGHTER_WING_EB_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_CRATE3_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EB.DDS", "Type": 1 }, { @@ -205424,7 +205559,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -205444,17 +205579,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -205509,7 +205644,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -205520,21 +205655,21 @@ ] }, { - "Id": "build516", + "Id": "build486", "Properties": [ { "Name": "GameId", - "Value": "S_CRATE3OPEN", + "Value": "S_FURNACE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CRATE3OPEN_NAME", + "Value": "BLD_S_FURNACE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CRATE3OPEN_NAME_L", + "Value": "BLD_S_FURNACE_NAME_L", "Type": 1 }, { @@ -205544,12 +205679,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CRATE3OPEN_DESC", + "Value": "BLD_S_FURNACE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE3OPEN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.FURNACE.DDS", "Type": 1 }, { @@ -205655,36 +205790,36 @@ ] }, { - "Id": "build517", + "Id": "other487", "Properties": [ { "Name": "GameId", - "Value": "S_CRATE4", + "Value": "FIGHT_WINGEC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CRATE4_NAME", + "Value": "UI_FIGHTER_WING_EC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CRATE4_NAME_L", + "Value": "UI_FIGHTER_WING_EC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_CRATE4_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EC.DDS", "Type": 1 }, { @@ -205694,7 +205829,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -205714,17 +205849,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -205779,7 +205914,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -205790,21 +205925,21 @@ ] }, { - "Id": "build518", + "Id": "build487", "Properties": [ { "Name": "GameId", - "Value": "S_CRATE4OPEN", + "Value": "S_WHEELBARROW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CRATE4OPEN_NAME", + "Value": "BLD_S_WHEELBARROW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CRATE4OPEN_NAME_L", + "Value": "BLD_S_WHEELBARROW_NAME_L", "Type": 1 }, { @@ -205814,12 +205949,12 @@ }, { "Name": "Description", - "Value": "BLD_S_CRATE4OPEN_DESC", + "Value": "BLD_S_WHEELBARROW_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE4OPEN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WHEELBARROW.DDS", "Type": 1 }, { @@ -205925,36 +206060,36 @@ ] }, { - "Id": "build519", + "Id": "other488", "Properties": [ { "Name": "GameId", - "Value": "S_FABROLL0", + "Value": "FIGHT_WINGEC_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FABROLL0_NAME", + "Value": "UI_FIGHTER_WING_EC_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FABROLL0_NAME_L", + "Value": "UI_FIGHTER_WING_EC_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_FABROLL0_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.FABRICROLL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EC.DDS", "Type": 1 }, { @@ -205964,7 +206099,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -205984,17 +206119,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -206049,143 +206184,8 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", "Value": "False", "Type": 3 - } - ] - }, - { - "Id": "build520", - "Properties": [ - { - "Name": "GameId", - "Value": "S_FABROLLPILE0", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_S_FABROLLPILE0_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_S_FABROLLPILE0_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_S_FABROLLPILE0_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.FABRICROLLPILE.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 }, { "Name": "IsConsumable", @@ -206195,21 +206195,21 @@ ] }, { - "Id": "build521", + "Id": "build488", "Properties": [ { "Name": "GameId", - "Value": "S_WATERVALVE0", + "Value": "S_EXCBUCKET", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WATERVALVE0_NAME", + "Value": "BLD_S_EXCBUCKET_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WATERVALVE0_NAME_L", + "Value": "BLD_S_EXCBUCKET_NAME_L", "Type": 1 }, { @@ -206219,12 +206219,12 @@ }, { "Name": "Description", - "Value": "BLD_S_WATERVALVE0_DESC", + "Value": "BLD_S_EXCBUCKET_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WATERVALVE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.EXCAVATORBUCKET.DDS", "Type": 1 }, { @@ -206330,36 +206330,36 @@ ] }, { - "Id": "build522", + "Id": "other489", "Properties": [ { "Name": "GameId", - "Value": "S_MACHINE0", + "Value": "FIGHT_WINGED", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_MACHINE0_NAME", + "Value": "UI_FIGHTER_WING_ED_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_MACHINE0_NAME_L", + "Value": "UI_FIGHTER_WING_ED_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_MACHINE0_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.MACHINE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.ED.DDS", "Type": 1 }, { @@ -206369,7 +206369,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -206389,17 +206389,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -206454,7 +206454,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -206465,21 +206465,21 @@ ] }, { - "Id": "build523", + "Id": "build489", "Properties": [ { "Name": "GameId", - "Value": "S_ANTENNA3", + "Value": "S_TROUGH0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ANTENNA3_NAME", + "Value": "BLD_S_TROUGH0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ANTENNA3_NAME_L", + "Value": "BLD_S_TROUGH0_NAME_L", "Type": 1 }, { @@ -206489,12 +206489,12 @@ }, { "Name": "Description", - "Value": "BLD_S_ANTENNA3_DESC", + "Value": "BLD_S_TROUGH0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.ANTENNA3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.TROUGH0.DDS", "Type": 1 }, { @@ -206600,36 +206600,36 @@ ] }, { - "Id": "build524", + "Id": "other490", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER0", + "Value": "FIGHT_WINGED_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER0_NAME", + "Value": "UI_FIGHTER_WING_ED_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER0_NAME_L", + "Value": "UI_FIGHTER_WING_ED_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.ED.DDS", "Type": 1 }, { @@ -206639,7 +206639,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -206659,17 +206659,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -206724,7 +206724,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -206735,21 +206735,21 @@ ] }, { - "Id": "build525", + "Id": "build490", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER1", + "Value": "S_MILKCRATE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER1_NAME", + "Value": "BLD_S_MILKCRATE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER1_NAME_L", + "Value": "BLD_S_MILKCRATE_NAME_L", "Type": 1 }, { @@ -206759,12 +206759,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_MILKCRATE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.MILKCRATE.DDS", "Type": 1 }, { @@ -206870,36 +206870,36 @@ ] }, { - "Id": "build526", + "Id": "other491", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER2", + "Value": "FIGHT_WINGEF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER2_NAME", + "Value": "UI_FIGHTER_WING_EF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER2_NAME_L", + "Value": "UI_FIGHTER_WING_EF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EF.DDS", "Type": 1 }, { @@ -206909,7 +206909,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -206929,17 +206929,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -206994,7 +206994,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -207005,21 +207005,21 @@ ] }, { - "Id": "build527", + "Id": "build491", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER3", + "Value": "S_MILKBOTTLE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER3_NAME", + "Value": "BLD_S_MILKBOTTLE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER3_NAME_L", + "Value": "BLD_S_MILKBOTTLE_NAME_L", "Type": 1 }, { @@ -207029,12 +207029,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_MILKBOTTLE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.MILKBOTTLE.DDS", "Type": 1 }, { @@ -207140,36 +207140,36 @@ ] }, { - "Id": "build528", + "Id": "other492", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER4", + "Value": "FIGHT_WINGEF_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER4_NAME", + "Value": "UI_FIGHTER_WING_EF_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER4_NAME_L", + "Value": "UI_FIGHTER_WING_EF_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.EF.DDS", "Type": 1 }, { @@ -207179,7 +207179,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -207199,17 +207199,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -207264,7 +207264,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -207275,21 +207275,21 @@ ] }, { - "Id": "build529", + "Id": "build492", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER5", + "Value": "S_BARREL1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER5_NAME", + "Value": "BLD_S_BARREL1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER5_NAME_L", + "Value": "BLD_S_BARREL1_NAME_L", "Type": 1 }, { @@ -207299,12 +207299,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_BARREL1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.BARREL1.DDS", "Type": 1 }, { @@ -207410,36 +207410,36 @@ ] }, { - "Id": "build530", + "Id": "other493", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER6", + "Value": "FIGHT_WINGFC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER6_NAME", + "Value": "UI_FIGHTER_WING_FC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER6_NAME_L", + "Value": "UI_FIGHTER_WING_FC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER6.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.FC.DDS", "Type": 1 }, { @@ -207449,7 +207449,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -207469,17 +207469,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -207534,7 +207534,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -207545,21 +207545,21 @@ ] }, { - "Id": "build531", + "Id": "build493", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER7", + "Value": "S_SPARKPLUG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER7_NAME", + "Value": "BLD_S_SPARKPLUG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER7_NAME_L", + "Value": "BLD_S_SPARKPLUG_NAME_L", "Type": 1 }, { @@ -207569,12 +207569,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_SPARKPLUG_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER7.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SPARKPLUG.DDS", "Type": 1 }, { @@ -207680,36 +207680,36 @@ ] }, { - "Id": "build532", + "Id": "other494", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER8", + "Value": "FIGHT_WINGFC_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER8_NAME", + "Value": "UI_FIGHTER_WING_FC_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER8_NAME_L", + "Value": "UI_FIGHTER_WING_FC_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER8.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.FC.DDS", "Type": 1 }, { @@ -207719,7 +207719,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -207739,17 +207739,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -207804,7 +207804,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -207815,21 +207815,21 @@ ] }, { - "Id": "build533", + "Id": "build494", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER9", + "Value": "S_CARRIAGE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER9_NAME", + "Value": "BLD_S_CARRIAGE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER9_NAME_L", + "Value": "BLD_S_CARRIAGE_NAME_L", "Type": 1 }, { @@ -207839,12 +207839,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_CARRIAGE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER9.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CARRIAGE.DDS", "Type": 1 }, { @@ -207950,36 +207950,36 @@ ] }, { - "Id": "build534", + "Id": "other495", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER10", + "Value": "FIGHT_WINGFD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER10_NAME", + "Value": "UI_FIGHTER_WING_FD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER10_NAME_L", + "Value": "UI_FIGHTER_WING_FD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER10.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.FD.DDS", "Type": 1 }, { @@ -207989,7 +207989,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -208009,17 +208009,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -208074,7 +208074,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -208085,21 +208085,21 @@ ] }, { - "Id": "build535", + "Id": "build495", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER11", + "Value": "S_CARRIAGEWHEEL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER11_NAME", + "Value": "BLD_S_CARRIAGEWHEEL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER11_NAME_L", + "Value": "BLD_S_CARRIAGEWHEEL_NAME_L", "Type": 1 }, { @@ -208109,12 +208109,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_CARRIAGEWHEEL_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER11.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CARRIAGEWHEEL.DDS", "Type": 1 }, { @@ -208220,36 +208220,36 @@ ] }, { - "Id": "build536", + "Id": "other496", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER13", + "Value": "FIGHT_WINGFD_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER13_NAME", + "Value": "UI_FIGHTER_WING_FD_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER13_NAME_L", + "Value": "UI_FIGHTER_WING_FD_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER13.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.FD.DDS", "Type": 1 }, { @@ -208259,7 +208259,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -208279,17 +208279,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -208344,7 +208344,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -208355,21 +208355,21 @@ ] }, { - "Id": "build537", + "Id": "build496", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER15", + "Value": "S_SCISSORLIFT", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER15_NAME", + "Value": "BLD_S_SCISSORLIFT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER15_NAME_L", + "Value": "BLD_S_SCISSORLIFT_NAME_L", "Type": 1 }, { @@ -208379,12 +208379,12 @@ }, { "Name": "Description", - "Value": "BLD_POSTER_DESCRIPTION", + "Value": "BLD_S_SCISSORLIFT_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER15.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SCISSORLIFT.DDS", "Type": 1 }, { @@ -208490,36 +208490,36 @@ ] }, { - "Id": "build538", + "Id": "other497", "Properties": [ { "Name": "GameId", - "Value": "S_HANGLAMP1", + "Value": "FIGHT_WINGFE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_HANGLAMP1_NAME", + "Value": "UI_FIGHTER_WING_FE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_HANGLAMP1_NAME_L", + "Value": "UI_FIGHTER_WING_FE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.FE.DDS", "Type": 1 }, { @@ -208529,7 +208529,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -208549,17 +208549,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -208614,7 +208614,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -208625,21 +208625,21 @@ ] }, { - "Id": "build539", + "Id": "build497", "Properties": [ { "Name": "GameId", - "Value": "S_HANGLAMP2", + "Value": "S_PUMP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_HANGLAMP2_NAME", + "Value": "BLD_S_PUMP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_HANGLAMP2_NAME_L", + "Value": "BLD_S_PUMP_NAME_L", "Type": 1 }, { @@ -208649,12 +208649,12 @@ }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "BLD_S_PUMP_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.PUMP.DDS", "Type": 1 }, { @@ -208760,36 +208760,36 @@ ] }, { - "Id": "build540", + "Id": "other498", "Properties": [ { "Name": "GameId", - "Value": "S_HANGLAMP3", + "Value": "FIGHT_WINGFE_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_HANGLAMP3_NAME", + "Value": "UI_FIGHTER_WING_FE_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_HANGLAMP3_NAME_L", + "Value": "UI_FIGHTER_WING_FE_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.FE.DDS", "Type": 1 }, { @@ -208799,7 +208799,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -208819,17 +208819,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -208884,7 +208884,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -208895,36 +208895,36 @@ ] }, { - "Id": "build541", + "Id": "build498", "Properties": [ { "Name": "GameId", - "Value": "S_WALL", + "Value": "S_GENERATOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_NAME", + "Value": "BLD_S_GENERATOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_NAME_L", + "Value": "BLD_S_GENERATOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_GENERATOR_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.GENERATOR.DDS", "Type": 1 }, { @@ -209030,36 +209030,36 @@ ] }, { - "Id": "build545", + "Id": "other499", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_H", + "Value": "FIGHT_WINGG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_H_NAME", + "Value": "UI_FIGHTER_WING_G_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_H_NAME_L", + "Value": "UI_FIGHTER_WING_G_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.G.DDS", "Type": 1 }, { @@ -209069,7 +209069,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -209089,17 +209089,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -209154,7 +209154,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -209165,36 +209165,36 @@ ] }, { - "Id": "build549", + "Id": "build499", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_Q", + "Value": "S_CRATE1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_Q_NAME", + "Value": "BLD_S_CRATE1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_Q_NAME_L", + "Value": "BLD_S_CRATE1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CRATE1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE1.DDS", "Type": 1 }, { @@ -209300,36 +209300,36 @@ ] }, { - "Id": "build550", + "Id": "other500", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_Q1", + "Value": "FIGHT_WINGG_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_Q1_NAME", + "Value": "UI_FIGHTER_WING_G_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_Q1_NAME_L", + "Value": "UI_FIGHTER_WING_G_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.G.DDS", "Type": 1 }, { @@ -209339,7 +209339,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -209359,17 +209359,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -209424,7 +209424,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -209435,36 +209435,36 @@ ] }, { - "Id": "build551", + "Id": "build500", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_Q_H", + "Value": "S_CRATE2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_Q_H_NAME", + "Value": "BLD_S_CRATE2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_Q_H_NAME_L", + "Value": "BLD_S_CRATE2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CRATE2_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE2.DDS", "Type": 1 }, { @@ -209570,36 +209570,36 @@ ] }, { - "Id": "build552", + "Id": "other501", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_Q_H1", + "Value": "FIGHT_WINGH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_Q_H1_NAME", + "Value": "UI_FIGHTER_WING_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_Q_H1_NAME_L", + "Value": "UI_FIGHTER_WING_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL_HALF1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.H.DDS", "Type": 1 }, { @@ -209609,7 +209609,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -209629,17 +209629,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -209694,7 +209694,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -209705,36 +209705,36 @@ ] }, { - "Id": "build553", + "Id": "build501", "Properties": [ { "Name": "GameId", - "Value": "S_WALLDIAGONAL", + "Value": "S_CANISTER1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLDIAGONAL_NAME", + "Value": "BLD_S_CANISTER1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLDIAGONAL_NAME_L", + "Value": "BLD_S_CANISTER1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CANISTER1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CANISTER1.DDS", "Type": 1 }, { @@ -209840,36 +209840,36 @@ ] }, { - "Id": "build557", + "Id": "other502", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_WINDOW", + "Value": "FIGHT_WINGH_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_WINDOW_NAME", + "Value": "UI_FIGHTER_WING_H_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_WINDOW_NAME_L", + "Value": "UI_FIGHTER_WING_H_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.H.DDS", "Type": 1 }, { @@ -209879,7 +209879,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -209899,17 +209899,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -209964,7 +209964,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -209975,36 +209975,36 @@ ] }, { - "Id": "build561", + "Id": "build502", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_WIN1", + "Value": "S_FENCE0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_WIN1_NAME", + "Value": "BLD_S_FENCE0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_WIN1_NAME_L", + "Value": "BLD_S_FENCE0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_FENCE0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE0.DDS", "Type": 1 }, { @@ -210110,36 +210110,36 @@ ] }, { - "Id": "build565", + "Id": "other503", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_WIN2", + "Value": "FIGHT_WINGHA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_WIN2_NAME", + "Value": "UI_FIGHTER_WING_HA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_WIN2_NAME_L", + "Value": "UI_FIGHTER_WING_HA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HA.DDS", "Type": 1 }, { @@ -210149,7 +210149,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -210169,17 +210169,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -210234,7 +210234,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -210245,36 +210245,36 @@ ] }, { - "Id": "build569", + "Id": "build503", "Properties": [ { "Name": "GameId", - "Value": "S_WALL_WIN3", + "Value": "S_FENCE1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALL_WIN3_NAME", + "Value": "BLD_S_FENCE1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALL_WIN3_NAME_L", + "Value": "BLD_S_FENCE1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_FENCE1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE1.DDS", "Type": 1 }, { @@ -210380,36 +210380,36 @@ ] }, { - "Id": "build573", + "Id": "other504", "Properties": [ { "Name": "GameId", - "Value": "S_DOOR", + "Value": "FIGHT_WINGHA_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_DOOR_NAME", + "Value": "UI_FIGHTER_WING_HA_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_DOOR_NAME_L", + "Value": "UI_FIGHTER_WING_HA_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOOR0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HA.DDS", "Type": 1 }, { @@ -210419,7 +210419,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -210439,17 +210439,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -210464,7 +210464,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -210504,7 +210504,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -210515,36 +210515,36 @@ ] }, { - "Id": "build577", + "Id": "build504", "Properties": [ { "Name": "GameId", - "Value": "S_DOOR1", + "Value": "S_FENCE2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_DOOR1_NAME", + "Value": "BLD_S_FENCE2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_DOOR1_NAME_L", + "Value": "BLD_S_FENCE2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_FENCE2_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOOR1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE2.DDS", "Type": 1 }, { @@ -210554,7 +210554,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -210599,7 +210599,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -210650,36 +210650,171 @@ ] }, { - "Id": "build581", + "Id": "other505", "Properties": [ { "Name": "GameId", - "Value": "S_FLOOR", + "Value": "FIGHT_WINGHB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FLOOR_NAME", + "Value": "UI_FIGHTER_WING_HB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FLOOR_NAME_L", + "Value": "UI_FIGHTER_WING_HB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HB.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "360000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build505", + "Properties": [ + { + "Name": "GameId", + "Value": "S_FENCE3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_FENCE3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_FENCE3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_FENCE3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FENCE3.DDS", "Type": 1 }, { @@ -210785,36 +210920,36 @@ ] }, { - "Id": "build582", + "Id": "other506", "Properties": [ { "Name": "GameId", - "Value": "S_FLOOR_Q", + "Value": "FIGHT_WINGHB_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_FLOOR_Q_NAME", + "Value": "UI_FIGHTER_WING_HB_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_FLOOR_Q_NAME_L", + "Value": "UI_FIGHTER_WING_HB_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HB.DDS", "Type": 1 }, { @@ -210824,7 +210959,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -210844,17 +210979,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -210909,7 +211044,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -210920,36 +211055,36 @@ ] }, { - "Id": "build583", + "Id": "build506", "Properties": [ { "Name": "GameId", - "Value": "S_TRIFLOOR", + "Value": "S_HANGLAMP0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_TRIFLOOR_NAME", + "Value": "BLD_S_HANGLAMP0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_TRIFLOOR_NAME_L", + "Value": "BLD_S_HANGLAMP0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_LIGHT_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP0.DDS", "Type": 1 }, { @@ -211055,36 +211190,171 @@ ] }, { - "Id": "build584", + "Id": "other507", "Properties": [ { "Name": "GameId", - "Value": "S_TRIFLOOR_Q", + "Value": "FIGHT_WINGHC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_TRIFLOOR_Q_NAME", + "Value": "UI_FIGHTER_WING_HC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_TRIFLOOR_Q_NAME_L", + "Value": "UI_FIGHTER_WING_HC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR_TRI_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HC.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "360000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build507", + "Properties": [ + { + "Name": "GameId", + "Value": "S_CURTAIN0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_CURTAIN0_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_CURTAIN0_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_CURTAIN0_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CURTAIN0.DDS", "Type": 1 }, { @@ -211190,36 +211460,36 @@ ] }, { - "Id": "build585", + "Id": "other508", "Properties": [ { "Name": "GameId", - "Value": "S_GFLOOR", + "Value": "FIGHT_WINGHC_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_GFLOOR_NAME", + "Value": "UI_FIGHTER_WING_HC_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_GFLOOR_NAME_L", + "Value": "UI_FIGHTER_WING_HC_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_GFLOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HC.DDS", "Type": 1 }, { @@ -211229,7 +211499,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "360000", "Type": 1 }, { @@ -211249,17 +211519,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -211274,7 +211544,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -211314,7 +211584,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -211325,36 +211595,36 @@ ] }, { - "Id": "build586", + "Id": "build508", "Properties": [ { "Name": "GameId", - "Value": "S_RAMP", + "Value": "S_GLOWGLOBE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_RAMP_NAME", + "Value": "BLD_S_GLOWGLOBE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_RAMP_NAME_L", + "Value": "BLD_S_GLOWGLOBE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_GLOWGLOBE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_RAMP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.GLOWGLOBE.DDS", "Type": 1 }, { @@ -211460,36 +211730,36 @@ ] }, { - "Id": "build587", + "Id": "other509", "Properties": [ { "Name": "GameId", - "Value": "S_RAMP_H", + "Value": "FIGHT_WINGHD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_RAMP_H_NAME", + "Value": "UI_FIGHTER_WING_HD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_RAMP_H_NAME_L", + "Value": "UI_FIGHTER_WING_HD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_RAMP_THIN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HD.DDS", "Type": 1 }, { @@ -211499,7 +211769,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -211519,17 +211789,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -211584,7 +211854,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -211595,36 +211865,36 @@ ] }, { - "Id": "build588", + "Id": "build509", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF0", + "Value": "S_DRAPE0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF0_NAME", + "Value": "BLD_S_DRAPE0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF0_NAME_L", + "Value": "BLD_S_DRAPE0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_DRAPE0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.DRAPE0.DDS", "Type": 1 }, { @@ -211634,7 +211904,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -211679,7 +211949,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -211730,36 +212000,36 @@ ] }, { - "Id": "build589", + "Id": "other510", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF1", + "Value": "FIGHT_WINGHD_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF1_NAME", + "Value": "UI_FIGHTER_WING_HD_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF1_NAME_L", + "Value": "UI_FIGHTER_WING_HD_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.HD.DDS", "Type": 1 }, { @@ -211769,7 +212039,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -211789,17 +212059,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -211814,7 +212084,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -211854,7 +212124,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -211865,36 +212135,36 @@ ] }, { - "Id": "build590", + "Id": "build510", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF2", + "Value": "S_RUG1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF2_NAME", + "Value": "BLD_S_RUG1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF2_NAME_L", + "Value": "BLD_S_RUG1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_RUG1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.RUG1.DDS", "Type": 1 }, { @@ -211904,7 +212174,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -211949,7 +212219,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -212000,36 +212270,36 @@ ] }, { - "Id": "build591", + "Id": "other511", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF3", + "Value": "FIGHT_WINGI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF3_NAME", + "Value": "UI_FIGHTER_WING_I_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF3_NAME_L", + "Value": "UI_FIGHTER_WING_I_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.I.DDS", "Type": 1 }, { @@ -212039,7 +212309,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -212059,17 +212329,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -212084,7 +212354,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -212124,7 +212394,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -212135,36 +212405,36 @@ ] }, { - "Id": "build592", + "Id": "build511", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF4", + "Value": "S_STREETLAMP0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF4_NAME", + "Value": "BLD_S_STREETLAMP0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF4_NAME_L", + "Value": "BLD_S_STREETLAMP0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_STREETLAMP0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.LIGHTOUTDOORSTANDING.DDS", "Type": 1 }, { @@ -212174,7 +212444,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -212219,7 +212489,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -212270,36 +212540,36 @@ ] }, { - "Id": "build593", + "Id": "other512", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF5", + "Value": "FIGHT_WINGI_FI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF5_NAME", + "Value": "UI_FIGHTER_WING_I_FI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF5_NAME_L", + "Value": "UI_FIGHTER_WING_I_FI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.I.DDS", "Type": 1 }, { @@ -212309,7 +212579,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -212329,17 +212599,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -212354,7 +212624,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -212394,7 +212664,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -212405,36 +212675,36 @@ ] }, { - "Id": "build594", + "Id": "build512", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_M", + "Value": "S_LIGHTSTRIP0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_M_NAME", + "Value": "BLD_S_LIGHTSTRIP0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_M_NAME_L", + "Value": "BLD_S_LIGHTSTRIP0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_LIGHT_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_MIDDLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.LIGHTHANGINGSTRIP.DDS", "Type": 1 }, { @@ -212540,36 +212810,36 @@ ] }, { - "Id": "build595", + "Id": "other513", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_C", + "Value": "FIGHT_WINGJLOW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_C_NAME", + "Value": "UI_FIGHTER_WING_JLOW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_C_NAME_L", + "Value": "UI_FIGHTER_WING_JLOW_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_CORNER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.JLOW.DDS", "Type": 1 }, { @@ -212579,7 +212849,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -212599,17 +212869,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -212664,7 +212934,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -212675,36 +212945,36 @@ ] }, { - "Id": "build596", + "Id": "build513", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_IC", + "Value": "S_SHELVINGUNIT0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_IC_NAME", + "Value": "BLD_S_SHELVINGUNIT0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_IC_NAME_L", + "Value": "BLD_S_SHELVINGUNIT0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_SHELVINGUNIT0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_CORNERINNER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.SHELVINGUNIT.DDS", "Type": 1 }, { @@ -212810,36 +213080,171 @@ ] }, { - "Id": "build597", + "Id": "other514", "Properties": [ { "Name": "GameId", - "Value": "S_CHEV_WALL", + "Value": "FIGHT_WINGJMID", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CHEV_WALL_NAME", + "Value": "UI_FIGHTER_WING_JMID_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CHEV_WALL_NAME_L", + "Value": "UI_FIGHTER_WING_JMID_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.JMID.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "360000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build514", + "Properties": [ + { + "Name": "GameId", + "Value": "S_GAZEBO0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_GAZEBO0_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_GAZEBO0_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_GAZEBO0_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.GAZEBO0.DDS", "Type": 1 }, { @@ -212945,36 +213350,36 @@ ] }, { - "Id": "build598", + "Id": "other515", "Properties": [ { "Name": "GameId", - "Value": "S_CHEV_DOOR", + "Value": "FIGHT_WINGJFULL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CHEV_DOOR_NAME", + "Value": "UI_FIGHTER_WING_JFULL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CHEV_DOOR_NAME_L", + "Value": "UI_FIGHTER_WING_JFULL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_DOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.JFULL.DDS", "Type": 1 }, { @@ -212984,7 +213389,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -213004,17 +213409,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -213029,7 +213434,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -213069,7 +213474,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -213080,36 +213485,36 @@ ] }, { - "Id": "build599", + "Id": "build515", "Properties": [ { "Name": "GameId", - "Value": "S_CHEV_WALL_H_C", + "Value": "S_CRATE3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CHEV_WALL_H_C_NAME", + "Value": "BLD_S_CRATE3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CHEV_WALL_H_C_NAME_L", + "Value": "BLD_S_CRATE3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CRATE3_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_CORNER_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE3.DDS", "Type": 1 }, { @@ -213119,7 +213524,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -213164,7 +213569,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -213215,36 +213620,36 @@ ] }, { - "Id": "build600", + "Id": "other516", "Properties": [ { "Name": "GameId", - "Value": "S_CHEV_WIN0", + "Value": "FIGHT_WINGKA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CHEV_WIN0_NAME", + "Value": "UI_FIGHTER_WING_KA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CHEV_WIN0_NAME_L", + "Value": "UI_FIGHTER_WING_KA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_WINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.KA.DDS", "Type": 1 }, { @@ -213254,7 +213659,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -213274,17 +213679,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -213339,7 +213744,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -213350,36 +213755,36 @@ ] }, { - "Id": "build601", + "Id": "build516", "Properties": [ { "Name": "GameId", - "Value": "S_CHEV_WIN1", + "Value": "S_CRATE3OPEN", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CHEV_WIN1_NAME", + "Value": "BLD_S_CRATE3OPEN_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CHEV_WIN1_NAME_L", + "Value": "BLD_S_CRATE3OPEN_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CRATE3OPEN_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_WINDOW1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE3OPEN.DDS", "Type": 1 }, { @@ -213485,36 +213890,36 @@ ] }, { - "Id": "build602", + "Id": "other517", "Properties": [ { "Name": "GameId", - "Value": "S_CHEV_WIN2", + "Value": "FIGHT_WINGKAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_CHEV_WIN2_NAME", + "Value": "UI_FIGHTER_WING_KAA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_CHEV_WIN2_NAME_L", + "Value": "UI_FIGHTER_WING_KAA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_WINDOW2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.KAA.DDS", "Type": 1 }, { @@ -213524,7 +213929,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -213544,17 +213949,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -213609,7 +214014,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -213620,36 +214025,36 @@ ] }, { - "Id": "build603", + "Id": "build517", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_M_Q", + "Value": "S_CRATE4", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_M_Q_NAME", + "Value": "BLD_S_CRATE4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_M_Q_NAME_L", + "Value": "BLD_S_CRATE4_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CRATE4_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_MIDDLE_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE4.DDS", "Type": 1 }, { @@ -213755,36 +214160,36 @@ ] }, { - "Id": "build604", + "Id": "other518", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_E_Q", + "Value": "FIGHT_WINGKBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_E_Q_NAME", + "Value": "UI_FIGHTER_WING_KBA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_E_Q_NAME_L", + "Value": "UI_FIGHTER_WING_KBA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_END_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.KBA.DDS", "Type": 1 }, { @@ -213794,7 +214199,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -213814,17 +214219,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -213879,7 +214284,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -213890,36 +214295,36 @@ ] }, { - "Id": "build605", + "Id": "build518", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_M_CAP", + "Value": "S_CRATE4OPEN", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_M_CAP_NAME", + "Value": "BLD_S_CRATE4OPEN_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_M_CAP_NAME_L", + "Value": "BLD_S_CRATE4OPEN_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_CRATE4OPEN_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_MIDDLE_CAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.CRATE4OPEN.DDS", "Type": 1 }, { @@ -214025,36 +214430,36 @@ ] }, { - "Id": "build606", + "Id": "other519", "Properties": [ { "Name": "GameId", - "Value": "S_ROOF_E_CAP", + "Value": "FIGHT_WINGKBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ROOF_E_CAP_NAME", + "Value": "UI_FIGHTER_WING_KBB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ROOF_E_CAP_NAME_L", + "Value": "UI_FIGHTER_WING_KBB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_END_CAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.KBB.DDS", "Type": 1 }, { @@ -214064,7 +214469,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -214084,17 +214489,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -214149,7 +214554,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -214160,36 +214565,36 @@ ] }, { - "Id": "build607", + "Id": "build519", "Properties": [ { "Name": "GameId", - "Value": "S_DOOR_H", + "Value": "S_FABROLL0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_DOOR_H_NAME", + "Value": "BLD_S_FABROLL0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_DOOR_H_NAME_L", + "Value": "BLD_S_FABROLL0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_FABROLL0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOOR_HALF0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.FABRICROLL.DDS", "Type": 1 }, { @@ -214199,7 +214604,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -214244,7 +214649,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -214295,36 +214700,36 @@ ] }, { - "Id": "build611", + "Id": "other520", "Properties": [ { "Name": "GameId", - "Value": "S_DOORWINDOW", + "Value": "FIGHT_WINGKBC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_DOORWINDOW_NAME", + "Value": "UI_FIGHTER_WING_KBC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_DOORWINDOW_NAME_L", + "Value": "UI_FIGHTER_WING_KBC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOORWINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERWINGS.KBC.DDS", "Type": 1 }, { @@ -214334,7 +214739,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -214354,17 +214759,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -214379,7 +214784,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -214419,7 +214824,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -214430,36 +214835,36 @@ ] }, { - "Id": "build615", + "Id": "build520", "Properties": [ { "Name": "GameId", - "Value": "S_GDOOR", + "Value": "S_FABROLLPILE0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_GDOOR_NAME", + "Value": "BLD_S_FABROLLPILE0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_GDOOR_NAME_L", + "Value": "BLD_S_FABROLLPILE0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_FABROLLPILE0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOORGARAGE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.FABRICROLLPILE.DDS", "Type": 1 }, { @@ -214469,7 +214874,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -214514,7 +214919,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -214565,36 +214970,36 @@ ] }, { - "Id": "build619", + "Id": "other521", "Properties": [ { "Name": "GameId", - "Value": "S_ARCH", + "Value": "FIGHT_ENGIB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ARCH_NAME", + "Value": "UI_FIGHTER_ENGI_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ARCH_NAME_L", + "Value": "UI_FIGHTER_ENGI_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_ARCH.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERENGINE.B.DDS", "Type": 1 }, { @@ -214604,7 +215009,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "520000", "Type": 1 }, { @@ -214624,17 +215029,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -214689,7 +215094,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -214700,36 +215105,36 @@ ] }, { - "Id": "build623", + "Id": "build521", "Properties": [ { "Name": "GameId", - "Value": "S_ARCH_H", + "Value": "S_WATERVALVE0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_ARCH_H_NAME", + "Value": "BLD_S_WATERVALVE0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_ARCH_H_NAME_L", + "Value": "BLD_S_WATERVALVE0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_S_WATERVALVE0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_ARCHHALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.WATERVALVE.DDS", "Type": 1 }, { @@ -214835,36 +215240,36 @@ ] }, { - "Id": "build627", + "Id": "other522", "Properties": [ { "Name": "GameId", - "Value": "S_RAMP_Q_TOP", + "Value": "FIGHT_ENGIC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_RAMP_Q_TOP_NAME", + "Value": "UI_FIGHTER_ENGI_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_RAMP_Q_TOP_NAME_L", + "Value": "UI_FIGHTER_ENGI_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_FIGHTER_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_RAMP_QUARTERTOP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERENGINE.C.DDS", "Type": 1 }, { @@ -214874,7 +215279,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "520000", "Type": 1 }, { @@ -214894,17 +215299,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -214919,7 +215324,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -214959,7 +215364,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -214970,36 +215375,36 @@ ] }, { - "Id": "build628", + "Id": "build522", "Properties": [ { "Name": "GameId", - "Value": "T_WALL", + "Value": "S_MACHINE0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_NAME", + "Value": "BLD_S_MACHINE0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_NAME_L", + "Value": "BLD_S_MACHINE0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_S_MACHINE0_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.MACHINE0.DDS", "Type": 1 }, { @@ -215105,36 +215510,36 @@ ] }, { - "Id": "build632", + "Id": "other523", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_H", + "Value": "FIGHT_ENGID", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_H_NAME", + "Value": "UI_FIGHTER_ENGI_D_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_H_NAME_L", + "Value": "UI_FIGHTER_ENGI_D_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_FIGHTER_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_FIGHTER_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.FIGHTERENGINE.D.DDS", "Type": 1 }, { @@ -215144,7 +215549,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "520000", "Type": 1 }, { @@ -215164,17 +215569,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -215229,7 +215634,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -215240,36 +215645,36 @@ ] }, { - "Id": "build636", + "Id": "build523", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_Q", + "Value": "S_ANTENNA3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_Q_NAME", + "Value": "BLD_S_ANTENNA3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_Q_NAME_L", + "Value": "BLD_S_ANTENNA3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_S_ANTENNA3_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.ANTENNA3.DDS", "Type": 1 }, { @@ -215375,36 +215780,36 @@ ] }, { - "Id": "build637", + "Id": "other524", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_Q1", + "Value": "DROPS_COCKA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_Q1_NAME", + "Value": "UI_DROPSHIP_COCK_A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_Q1_NAME_L", + "Value": "UI_DROPSHIP_COCK_A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.A.DDS", "Type": 1 }, { @@ -215414,7 +215819,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -215434,17 +215839,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -215499,7 +215904,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -215510,36 +215915,36 @@ ] }, { - "Id": "build638", + "Id": "build524", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_Q_H", + "Value": "S_POSTER0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_Q_H_NAME", + "Value": "BLD_S_POSTER0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_Q_H_NAME_L", + "Value": "BLD_S_POSTER0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER0.DDS", "Type": 1 }, { @@ -215645,36 +216050,36 @@ ] }, { - "Id": "build639", + "Id": "other525", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_Q_H1", + "Value": "DROPS_COCKB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_Q_H1_NAME", + "Value": "UI_DROPSHIP_COCK_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_Q_H1_NAME_L", + "Value": "UI_DROPSHIP_COCK_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL_HALF1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.B.DDS", "Type": 1 }, { @@ -215684,7 +216089,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -215704,17 +216109,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -215769,7 +216174,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -215780,36 +216185,36 @@ ] }, { - "Id": "build640", + "Id": "build525", "Properties": [ { "Name": "GameId", - "Value": "T_WALLDIAGONAL", + "Value": "S_POSTER1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALLDIAGONAL_NAME", + "Value": "BLD_S_POSTER1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALLDIAGONAL_NAME_L", + "Value": "BLD_S_POSTER1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER1.DDS", "Type": 1 }, { @@ -215915,36 +216320,36 @@ ] }, { - "Id": "build644", + "Id": "other526", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_WINDOW", + "Value": "DROPS_COCKC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_WINDOW_NAME", + "Value": "UI_DROPSHIP_COCK_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_WINDOW_NAME_L", + "Value": "UI_DROPSHIP_COCK_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.C.DDS", "Type": 1 }, { @@ -215954,7 +216359,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -215974,17 +216379,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -216039,7 +216444,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -216050,36 +216455,36 @@ ] }, { - "Id": "build648", + "Id": "build526", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_WIN1", + "Value": "S_POSTER2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_WIN1_NAME", + "Value": "BLD_S_POSTER2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_WIN1_NAME_L", + "Value": "BLD_S_POSTER2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER2.DDS", "Type": 1 }, { @@ -216185,36 +216590,171 @@ ] }, { - "Id": "build652", + "Id": "other527", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_WIN2", + "Value": "DROPS_COCKD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_WIN2_NAME", + "Value": "UI_DROPSHIP_COCK_D_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_WIN2_NAME_L", + "Value": "UI_DROPSHIP_COCK_D_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.D.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "360000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build527", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_POSTER_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER3.DDS", "Type": 1 }, { @@ -216320,36 +216860,36 @@ ] }, { - "Id": "build656", + "Id": "other528", "Properties": [ { "Name": "GameId", - "Value": "T_WALL_WIN3", + "Value": "DROPS_COCKE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALL_WIN3_NAME", + "Value": "UI_DROPSHIP_COCK_E_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALL_WIN3_NAME_L", + "Value": "UI_DROPSHIP_COCK_E_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.E.DDS", "Type": 1 }, { @@ -216359,7 +216899,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -216379,17 +216919,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -216444,7 +216984,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -216455,36 +216995,36 @@ ] }, { - "Id": "build660", + "Id": "build528", "Properties": [ { "Name": "GameId", - "Value": "T_DOOR", + "Value": "S_POSTER4", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_DOOR_NAME", + "Value": "BLD_S_POSTER4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_DOOR_NAME_L", + "Value": "BLD_S_POSTER4_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER4.DDS", "Type": 1 }, { @@ -216494,7 +217034,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -216539,7 +217079,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -216590,36 +217130,36 @@ ] }, { - "Id": "build664", + "Id": "other529", "Properties": [ { "Name": "GameId", - "Value": "T_DOOR1", + "Value": "DROPS_COCKF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_DOOR1_NAME", + "Value": "UI_DROPSHIP_COCK_F_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_DOOR1_NAME_L", + "Value": "UI_DROPSHIP_COCK_F_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOOR1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.F.DDS", "Type": 1 }, { @@ -216629,7 +217169,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "360000", "Type": 1 }, { @@ -216649,17 +217189,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -216674,7 +217214,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -216714,7 +217254,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -216725,36 +217265,36 @@ ] }, { - "Id": "build668", + "Id": "build529", "Properties": [ { "Name": "GameId", - "Value": "T_FLOOR", + "Value": "S_POSTER5", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_FLOOR_NAME", + "Value": "BLD_S_POSTER5_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_FLOOR_NAME_L", + "Value": "BLD_S_POSTER5_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.TIMBER.BASIC_FLOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER5.DDS", "Type": 1 }, { @@ -216860,36 +217400,36 @@ ] }, { - "Id": "build669", + "Id": "other530", "Properties": [ { "Name": "GameId", - "Value": "T_FLOOR_Q", + "Value": "DROPS_COCKG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_FLOOR_Q_NAME", + "Value": "UI_DROPSHIP_COCK_G_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_FLOOR_Q_NAME_L", + "Value": "UI_DROPSHIP_COCK_G_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_FLOOR_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.G.DDS", "Type": 1 }, { @@ -216899,7 +217439,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -216919,17 +217459,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -216984,7 +217524,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -216995,36 +217535,36 @@ ] }, { - "Id": "build670", + "Id": "build530", "Properties": [ { "Name": "GameId", - "Value": "T_TRIFLOOR", + "Value": "S_POSTER6", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_TRIFLOOR_NAME", + "Value": "BLD_S_POSTER6_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_TRIFLOOR_NAME_L", + "Value": "BLD_S_POSTER6_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_FLOOR_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER6.DDS", "Type": 1 }, { @@ -217130,36 +217670,36 @@ ] }, { - "Id": "build671", + "Id": "other531", "Properties": [ { "Name": "GameId", - "Value": "T_TRIFLOOR_Q", + "Value": "DROPS_COCKH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_TRIFLOOR_Q_NAME", + "Value": "UI_DROPSHIP_COCK_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_TRIFLOOR_Q_NAME_L", + "Value": "UI_DROPSHIP_COCK_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_FLOOR_TRI_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPCOCKPIT.H.DDS", "Type": 1 }, { @@ -217169,7 +217709,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "360000", "Type": 1 }, { @@ -217189,17 +217729,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -217254,7 +217794,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -217265,36 +217805,36 @@ ] }, { - "Id": "build672", + "Id": "build531", "Properties": [ { "Name": "GameId", - "Value": "T_GFLOOR", + "Value": "S_POSTER7", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_GFLOOR_NAME", + "Value": "BLD_S_POSTER7_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_GFLOOR_NAME_L", + "Value": "BLD_S_POSTER7_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_GFLOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER7.DDS", "Type": 1 }, { @@ -217304,7 +217844,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -217349,7 +217889,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -217400,36 +217940,36 @@ ] }, { - "Id": "build673", + "Id": "other532", "Properties": [ { "Name": "GameId", - "Value": "T_RAMP", + "Value": "DROPS_ENGIA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_RAMP_NAME", + "Value": "UI_DROPSHIP_ENGI_A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_RAMP_NAME_L", + "Value": "UI_DROPSHIP_ENGI_A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_RAMP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.A.DDS", "Type": 1 }, { @@ -217439,7 +217979,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "520000", "Type": 1 }, { @@ -217459,17 +217999,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -217524,7 +218064,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -217535,36 +218075,36 @@ ] }, { - "Id": "build674", + "Id": "build532", "Properties": [ { "Name": "GameId", - "Value": "T_RAMP_H", + "Value": "S_POSTER8", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_RAMP_H_NAME", + "Value": "BLD_S_POSTER8_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_RAMP_H_NAME_L", + "Value": "BLD_S_POSTER8_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_RAMP_THIN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER8.DDS", "Type": 1 }, { @@ -217670,36 +218210,36 @@ ] }, { - "Id": "build675", + "Id": "other533", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF0", + "Value": "DROPS_ENGIAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF0_NAME", + "Value": "UI_DROPSHIP_ENGI_AA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF0_NAME_L", + "Value": "UI_DROPSHIP_ENGI_AA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.A.DDS", "Type": 1 }, { @@ -217709,7 +218249,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "520000", "Type": 1 }, { @@ -217729,17 +218269,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -217754,7 +218294,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -217794,7 +218334,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -217805,36 +218345,36 @@ ] }, { - "Id": "build676", + "Id": "build533", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF1", + "Value": "S_POSTER9", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF1_NAME", + "Value": "BLD_S_POSTER9_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF1_NAME_L", + "Value": "BLD_S_POSTER9_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER9.DDS", "Type": 1 }, { @@ -217844,7 +218384,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -217889,7 +218429,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -217940,36 +218480,36 @@ ] }, { - "Id": "build677", + "Id": "other534", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF2", + "Value": "DROPS_ENGIAB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF2_NAME", + "Value": "UI_DROPSHIP_ENGI_AB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF2_NAME_L", + "Value": "UI_DROPSHIP_ENGI_AA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.A.DDS", "Type": 1 }, { @@ -217979,7 +218519,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "520000", "Type": 1 }, { @@ -217999,17 +218539,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -218024,7 +218564,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218064,7 +218604,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -218075,36 +218615,36 @@ ] }, { - "Id": "build678", + "Id": "build534", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF3", + "Value": "S_POSTER10", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF3_NAME", + "Value": "BLD_S_POSTER10_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF3_NAME_L", + "Value": "BLD_S_POSTER10_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER10.DDS", "Type": 1 }, { @@ -218114,7 +218654,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218159,7 +218699,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218210,36 +218750,36 @@ ] }, { - "Id": "build679", + "Id": "other535", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF4", + "Value": "DROPS_ENGIB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF4_NAME", + "Value": "UI_DROPSHIP_ENGI_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF4_NAME_L", + "Value": "UI_DROPSHIP_ENGI_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.B.DDS", "Type": 1 }, { @@ -218249,7 +218789,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "520000", "Type": 1 }, { @@ -218269,17 +218809,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -218294,7 +218834,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218334,7 +218874,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -218345,36 +218885,36 @@ ] }, { - "Id": "build680", + "Id": "build535", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF5", + "Value": "S_POSTER11", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF5_NAME", + "Value": "BLD_S_POSTER11_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF5_NAME_L", + "Value": "BLD_S_POSTER11_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER11.DDS", "Type": 1 }, { @@ -218384,7 +218924,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218429,7 +218969,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218480,36 +219020,36 @@ ] }, { - "Id": "build681", + "Id": "other536", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF6", + "Value": "DROPS_ENGIBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF6_NAME", + "Value": "UI_DROPSHIP_ENGI_BA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF6_NAME_L", + "Value": "UI_DROPSHIP_ENGI_BA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP6.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.B.DDS", "Type": 1 }, { @@ -218519,7 +219059,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "520000", "Type": 1 }, { @@ -218539,17 +219079,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -218564,7 +219104,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218604,7 +219144,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -218615,36 +219155,36 @@ ] }, { - "Id": "build682", + "Id": "build536", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF7", + "Value": "S_POSTER13", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF7_NAME", + "Value": "BLD_S_POSTER13_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF7_NAME_L", + "Value": "BLD_S_POSTER13_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP7.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER13.DDS", "Type": 1 }, { @@ -218654,7 +219194,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218699,7 +219239,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -218750,36 +219290,36 @@ ] }, { - "Id": "build683", + "Id": "other537", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_M", + "Value": "DROPS_ENGIBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_M_NAME", + "Value": "UI_DROPSHIP_ENGI_BB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_M_NAME_L", + "Value": "UI_DROPSHIP_ENGI_BB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_MIDDLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.B.DDS", "Type": 1 }, { @@ -218789,7 +219329,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "520000", "Type": 1 }, { @@ -218809,17 +219349,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -218874,7 +219414,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -218885,36 +219425,36 @@ ] }, { - "Id": "build684", + "Id": "build537", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_C", + "Value": "S_POSTER15", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_C_NAME", + "Value": "BLD_S_POSTER15_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_C_NAME_L", + "Value": "BLD_S_POSTER15_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_POSTER_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_CORNER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/WALL.POSTER15.DDS", "Type": 1 }, { @@ -219020,36 +219560,36 @@ ] }, { - "Id": "build685", + "Id": "other538", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_IC", + "Value": "DROPS_ENGIC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_IC_NAME", + "Value": "UI_DROPSHIP_ENGI_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_IC_NAME_L", + "Value": "UI_DROPSHIP_ENGI_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_ENGI_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_CORNERINNER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPENGINE.C.DDS", "Type": 1 }, { @@ -219059,7 +219599,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "520000", "Type": 1 }, { @@ -219079,17 +219619,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -219144,7 +219684,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -219155,36 +219695,36 @@ ] }, { - "Id": "build686", + "Id": "build538", "Properties": [ { "Name": "GameId", - "Value": "T_CHEV_WALL", + "Value": "S_HANGLAMP1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_CHEV_WALL_NAME", + "Value": "BLD_S_HANGLAMP1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_CHEV_WALL_NAME_L", + "Value": "BLD_S_HANGLAMP1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_LIGHT_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP1.DDS", "Type": 1 }, { @@ -219290,36 +219830,36 @@ ] }, { - "Id": "build687", + "Id": "other539", "Properties": [ { "Name": "GameId", - "Value": "T_CHEV_DOOR", + "Value": "DROPS_WINGEMP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_CHEV_DOOR_NAME", + "Value": "UI_DROPSHIP_WING_EMP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_CHEV_DOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_EMP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_DOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.EMPTY.DDS", "Type": 1 }, { @@ -219329,7 +219869,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -219349,17 +219889,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -219374,7 +219914,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -219414,7 +219954,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -219425,36 +219965,36 @@ ] }, { - "Id": "build688", + "Id": "build539", "Properties": [ { "Name": "GameId", - "Value": "T_CHEV_WALL_H_C", + "Value": "S_HANGLAMP2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_CHEV_WALL_H_C_NAME", + "Value": "BLD_S_HANGLAMP2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_CHEV_WALL_H_C_NAME_L", + "Value": "BLD_S_HANGLAMP2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_LIGHT_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_CORNER_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP2.DDS", "Type": 1 }, { @@ -219464,7 +220004,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -219509,7 +220049,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -219560,36 +220100,36 @@ ] }, { - "Id": "build689", + "Id": "other540", "Properties": [ { "Name": "GameId", - "Value": "T_CHEV_WIN0", + "Value": "DROPS_WINGAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_CHEV_WIN0_NAME", + "Value": "UI_DROPSHIP_WING_AA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_CHEV_WIN0_NAME_L", + "Value": "UI_DROPSHIP_WING_AA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_WINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AA.DDS", "Type": 1 }, { @@ -219599,7 +220139,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -219619,17 +220159,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -219684,7 +220224,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -219695,36 +220235,36 @@ ] }, { - "Id": "build690", + "Id": "build540", "Properties": [ { "Name": "GameId", - "Value": "T_CHEV_WIN1", + "Value": "S_HANGLAMP3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_CHEV_WIN1_NAME", + "Value": "BLD_S_HANGLAMP3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_CHEV_WIN1_NAME_L", + "Value": "BLD_S_HANGLAMP3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_LIGHT_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_WINDOW1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BAZAAR.HANGLAMP3.DDS", "Type": 1 }, { @@ -219830,36 +220370,36 @@ ] }, { - "Id": "build691", + "Id": "other541", "Properties": [ { "Name": "GameId", - "Value": "T_CHEV_WIN2", + "Value": "DROPS_WINGAAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_CHEV_WIN2_NAME", + "Value": "UI_DROPSHIP_WING_AAA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_CHEV_WIN2_NAME_L", + "Value": "UI_DROPSHIP_WING_AAA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_WINDOW2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAA.DDS", "Type": 1 }, { @@ -219869,7 +220409,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -219889,17 +220429,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -219954,7 +220494,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -219965,36 +220505,36 @@ ] }, { - "Id": "build692", + "Id": "build541", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_M_Q", + "Value": "S_WALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_M_Q_NAME", + "Value": "BLD_S_WALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_M_Q_NAME_L", + "Value": "BLD_S_WALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_MIDDLE_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL.DDS", "Type": 1 }, { @@ -220100,36 +220640,36 @@ ] }, { - "Id": "build693", + "Id": "other542", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_E_Q", + "Value": "DROPS_WINGAAB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_E_Q_NAME", + "Value": "UI_DROPSHIP_WING_AAB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_E_Q_NAME_L", + "Value": "UI_DROPSHIP_WING_AAB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_END_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAB.DDS", "Type": 1 }, { @@ -220139,7 +220679,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -220159,17 +220699,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -220224,7 +220764,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -220235,36 +220775,36 @@ ] }, { - "Id": "build694", + "Id": "other543", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_M_CAP", + "Value": "DROPS_WINGAAC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_M_CAP_NAME", + "Value": "UI_DROPSHIP_WING_AAC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_M_CAP_NAME_L", + "Value": "UI_DROPSHIP_WING_AAC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_MIDDLE_CAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAC.DDS", "Type": 1 }, { @@ -220274,7 +220814,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -220294,17 +220834,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -220359,7 +220899,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -220370,36 +220910,36 @@ ] }, { - "Id": "build695", + "Id": "other544", "Properties": [ { "Name": "GameId", - "Value": "T_ROOF_E_CAP", + "Value": "DROPS_WINGAAD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ROOF_E_CAP_NAME", + "Value": "UI_DROPSHIP_WING_AAD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ROOF_E_CAP_NAME_L", + "Value": "UI_DROPSHIP_WING_AAD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_END_CAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAD.DDS", "Type": 1 }, { @@ -220409,7 +220949,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -220429,17 +220969,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -220494,7 +221034,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -220505,36 +221045,36 @@ ] }, { - "Id": "build696", + "Id": "other545", "Properties": [ { "Name": "GameId", - "Value": "T_DOOR_H", + "Value": "DROPS_WINGAAE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_DOOR_H_NAME", + "Value": "UI_DROPSHIP_WING_AAE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_DOOR_H_NAME_L", + "Value": "UI_DROPSHIP_WING_AAE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOOR_HALF0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAE.DDS", "Type": 1 }, { @@ -220544,7 +221084,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -220564,17 +221104,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -220589,7 +221129,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -220629,7 +221169,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -220640,36 +221180,36 @@ ] }, { - "Id": "build700", + "Id": "build545", "Properties": [ { "Name": "GameId", - "Value": "T_DOORWINDOW", + "Value": "S_WALL_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_DOORWINDOW_NAME", + "Value": "BLD_S_WALL_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_DOORWINDOW_NAME_L", + "Value": "BLD_S_WALL_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOORWINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_HALF.DDS", "Type": 1 }, { @@ -220679,7 +221219,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -220724,7 +221264,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -220775,36 +221315,36 @@ ] }, { - "Id": "build704", + "Id": "other546", "Properties": [ { "Name": "GameId", - "Value": "T_GDOOR", + "Value": "DROPS_WINGAAF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_GDOOR_NAME", + "Value": "UI_DROPSHIP_WING_AAF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_GDOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_AAF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOORGARAGE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAF.DDS", "Type": 1 }, { @@ -220814,7 +221354,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -220834,17 +221374,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -220859,7 +221399,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -220899,7 +221439,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -220910,36 +221450,36 @@ ] }, { - "Id": "build708", + "Id": "other547", "Properties": [ { "Name": "GameId", - "Value": "T_ARCH", + "Value": "DROPS_WINGAAG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ARCH_NAME", + "Value": "UI_DROPSHIP_WING_AAG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ARCH_NAME_L", + "Value": "UI_DROPSHIP_WING_AAG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_ARCH.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAG.DDS", "Type": 1 }, { @@ -220949,7 +221489,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -220969,17 +221509,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -221034,7 +221574,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -221045,36 +221585,36 @@ ] }, { - "Id": "build712", + "Id": "other548", "Properties": [ { "Name": "GameId", - "Value": "T_ARCH_H", + "Value": "DROPS_WINGAAH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_ARCH_H_NAME", + "Value": "UI_DROPSHIP_WING_AAH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_ARCH_H_NAME_L", + "Value": "UI_DROPSHIP_WING_AAH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_ARCHHALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAH.DDS", "Type": 1 }, { @@ -221084,7 +221624,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -221104,17 +221644,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -221169,7 +221709,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -221180,36 +221720,36 @@ ] }, { - "Id": "build716", + "Id": "other549", "Properties": [ { "Name": "GameId", - "Value": "T_RAMP_Q_TOP", + "Value": "DROPS_WINGAAI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_RAMP_Q_TOP_NAME", + "Value": "UI_DROPSHIP_WING_AAI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_RAMP_Q_TOP_NAME_L", + "Value": "UI_DROPSHIP_WING_AAI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_RAMP_QUARTERTOP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AAI.DDS", "Type": 1 }, { @@ -221219,7 +221759,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "310000", "Type": 1 }, { @@ -221239,17 +221779,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -221264,7 +221804,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -221304,7 +221844,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -221315,36 +221855,36 @@ ] }, { - "Id": "build717", + "Id": "build549", "Properties": [ { "Name": "GameId", - "Value": "F_WALL", + "Value": "S_WALL_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_NAME", + "Value": "BLD_S_WALL_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_NAME_L", + "Value": "BLD_S_WALL_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL.DDS", "Type": 1 }, { @@ -221450,36 +221990,171 @@ ] }, { - "Id": "build721", + "Id": "other550", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_H", + "Value": "DROPS_WINGAB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_H_NAME", + "Value": "UI_DROPSHIP_WING_AB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_H_NAME_L", + "Value": "UI_DROPSHIP_WING_AB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AB.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build550", + "Properties": [ + { + "Name": "GameId", + "Value": "S_WALL_Q1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_WALL_Q1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_WALL_Q1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_STONE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_STONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL1.DDS", "Type": 1 }, { @@ -221585,36 +222260,36 @@ ] }, { - "Id": "build725", + "Id": "other551", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_Q", + "Value": "DROPS_WINGABA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_Q_NAME", + "Value": "UI_DROPSHIP_WING_ABA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_Q_NAME_L", + "Value": "UI_DROPSHIP_WING_ABA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABA.DDS", "Type": 1 }, { @@ -221624,7 +222299,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -221644,17 +222319,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -221709,7 +222384,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -221720,36 +222395,36 @@ ] }, { - "Id": "build726", + "Id": "build551", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_Q1", + "Value": "S_WALL_Q_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_Q1_NAME", + "Value": "BLD_S_WALL_Q_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_Q1_NAME_L", + "Value": "BLD_S_WALL_Q_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL_HALF.DDS", "Type": 1 }, { @@ -221855,36 +222530,36 @@ ] }, { - "Id": "build727", + "Id": "other552", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_Q_H", + "Value": "DROPS_WINGABB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_Q_H_NAME", + "Value": "UI_DROPSHIP_WING_ABB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_Q_H_NAME_L", + "Value": "UI_DROPSHIP_WING_ABB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABB.DDS", "Type": 1 }, { @@ -221894,7 +222569,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -221914,17 +222589,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -221979,7 +222654,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -221990,36 +222665,36 @@ ] }, { - "Id": "build728", + "Id": "build552", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_Q_H1", + "Value": "S_WALL_Q_H1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_Q_H1_NAME", + "Value": "BLD_S_WALL_Q_H1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_Q_H1_NAME_L", + "Value": "BLD_S_WALL_Q_H1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL_HALF1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_SMALL_HALF1.DDS", "Type": 1 }, { @@ -222125,36 +222800,36 @@ ] }, { - "Id": "build729", + "Id": "other553", "Properties": [ { "Name": "GameId", - "Value": "F_WALLDIAGONAL", + "Value": "DROPS_WINGABC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALLDIAGONAL_NAME", + "Value": "UI_DROPSHIP_WING_ABC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALLDIAGONAL_NAME_L", + "Value": "UI_DROPSHIP_WING_ABC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABC.DDS", "Type": 1 }, { @@ -222164,7 +222839,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -222184,17 +222859,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -222249,7 +222924,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -222260,36 +222935,36 @@ ] }, { - "Id": "build733", + "Id": "build553", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_WINDOW", + "Value": "S_WALLDIAGONAL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_WINDOW_NAME", + "Value": "BLD_S_WALLDIAGONAL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_WINDOW_NAME_L", + "Value": "BLD_S_WALLDIAGONAL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_TRI.DDS", "Type": 1 }, { @@ -222395,36 +223070,36 @@ ] }, { - "Id": "build737", + "Id": "other554", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_WIN1", + "Value": "DROPS_WINGABD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_WIN1_NAME", + "Value": "UI_DROPSHIP_WING_ABD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_WIN1_NAME_L", + "Value": "UI_DROPSHIP_WING_ABD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABD.DDS", "Type": 1 }, { @@ -222434,7 +223109,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -222454,17 +223129,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -222519,7 +223194,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -222530,36 +223205,36 @@ ] }, { - "Id": "build741", + "Id": "other555", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_WIN2", + "Value": "DROPS_WINGABE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_WIN2_NAME", + "Value": "UI_DROPSHIP_WING_ABE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_WIN2_NAME_L", + "Value": "UI_DROPSHIP_WING_ABE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABE.DDS", "Type": 1 }, { @@ -222569,7 +223244,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -222589,17 +223264,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -222654,7 +223329,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -222665,36 +223340,36 @@ ] }, { - "Id": "build745", + "Id": "other556", "Properties": [ { "Name": "GameId", - "Value": "F_WALL_WIN3", + "Value": "DROPS_WINGABF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALL_WIN3_NAME", + "Value": "UI_DROPSHIP_WING_ABF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALL_WIN3_NAME_L", + "Value": "UI_DROPSHIP_WING_ABF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABF.DDS", "Type": 1 }, { @@ -222704,9 +223379,144 @@ }, { "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", "Value": "1", "Type": 1 }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "other557", + "Properties": [ + { + "Name": "GameId", + "Value": "DROPS_WINGABG", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_DROPSHIP_WING_ABG_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_DROPSHIP_WING_ABG_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_DROPSHIP_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_DROPSHIP_WING_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABG.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, { "Name": "LowPriceMod", "Value": "0.0", @@ -222724,17 +223534,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -222789,7 +223599,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -222800,36 +223610,36 @@ ] }, { - "Id": "build749", + "Id": "build557", "Properties": [ { "Name": "GameId", - "Value": "F_DOOR", + "Value": "S_WALL_WINDOW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_DOOR_NAME", + "Value": "BLD_S_WALL_WINDOW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_DOOR_NAME_L", + "Value": "BLD_S_WALL_WINDOW_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOOR0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW0.DDS", "Type": 1 }, { @@ -222839,7 +223649,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -222884,7 +223694,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -222935,36 +223745,36 @@ ] }, { - "Id": "build753", + "Id": "other558", "Properties": [ { "Name": "GameId", - "Value": "F_DOOR1", + "Value": "DROPS_WINGABH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_DOOR1_NAME", + "Value": "UI_DROPSHIP_WING_ABH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_DOOR1_NAME_L", + "Value": "UI_DROPSHIP_WING_ABH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOOR1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABH.DDS", "Type": 1 }, { @@ -222974,7 +223784,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -222994,17 +223804,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -223019,7 +223829,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -223059,7 +223869,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -223070,36 +223880,36 @@ ] }, { - "Id": "build757", + "Id": "other559", "Properties": [ { "Name": "GameId", - "Value": "F_FLOOR", + "Value": "DROPS_WINGABI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_FLOOR_NAME", + "Value": "UI_DROPSHIP_WING_ABI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_FLOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_ABI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ABI.DDS", "Type": 1 }, { @@ -223109,7 +223919,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -223129,17 +223939,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -223194,7 +224004,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -223205,36 +224015,36 @@ ] }, { - "Id": "build758", + "Id": "other560", "Properties": [ { "Name": "GameId", - "Value": "F_FLOOR_Q", + "Value": "DROPS_WINGAC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_FLOOR_Q_NAME", + "Value": "UI_DROPSHIP_WING_AC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_FLOOR_Q_NAME_L", + "Value": "UI_DROPSHIP_WING_AC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.AC.DDS", "Type": 1 }, { @@ -223244,7 +224054,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -223264,17 +224074,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -223329,7 +224139,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -223340,36 +224150,36 @@ ] }, { - "Id": "build759", + "Id": "other561", "Properties": [ { "Name": "GameId", - "Value": "F_TRIFLOOR", + "Value": "DROPS_WINGACA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_TRIFLOOR_NAME", + "Value": "UI_DROPSHIP_WING_ACA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_TRIFLOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_ACA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACA.DDS", "Type": 1 }, { @@ -223379,7 +224189,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -223399,17 +224209,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -223464,7 +224274,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -223475,36 +224285,36 @@ ] }, { - "Id": "build760", + "Id": "build561", "Properties": [ { "Name": "GameId", - "Value": "F_TRIFLOOR_Q", + "Value": "S_WALL_WIN1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_TRIFLOOR_Q_NAME", + "Value": "BLD_S_WALL_WIN1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_TRIFLOOR_Q_NAME_L", + "Value": "BLD_S_WALL_WIN1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR_TRI_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW1.DDS", "Type": 1 }, { @@ -223610,36 +224420,36 @@ ] }, { - "Id": "build761", + "Id": "other562", "Properties": [ { "Name": "GameId", - "Value": "F_GFLOOR", + "Value": "DROPS_WINGACB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_GFLOOR_NAME", + "Value": "UI_DROPSHIP_WING_ACB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_GFLOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_ACB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_GFLOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACB.DDS", "Type": 1 }, { @@ -223649,7 +224459,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "310000", "Type": 1 }, { @@ -223669,17 +224479,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -223694,7 +224504,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -223734,7 +224544,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -223745,36 +224555,36 @@ ] }, { - "Id": "build762", + "Id": "other563", "Properties": [ { "Name": "GameId", - "Value": "F_RAMP", + "Value": "DROPS_WINGACC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_RAMP_NAME", + "Value": "UI_DROPSHIP_WING_ACC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_RAMP_NAME_L", + "Value": "UI_DROPSHIP_WING_ACC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_RAMP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACC.DDS", "Type": 1 }, { @@ -223784,7 +224594,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -223804,17 +224614,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -223869,7 +224679,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -223880,36 +224690,36 @@ ] }, { - "Id": "build763", + "Id": "other564", "Properties": [ { "Name": "GameId", - "Value": "F_RAMP_H", + "Value": "DROPS_WINGACD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_RAMP_H_NAME", + "Value": "UI_DROPSHIP_WING_ACD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_RAMP_H_NAME_L", + "Value": "UI_DROPSHIP_WING_ACD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_RAMP_THIN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACD.DDS", "Type": 1 }, { @@ -223919,7 +224729,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -223939,17 +224749,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -224004,7 +224814,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -224015,36 +224825,36 @@ ] }, { - "Id": "build764", + "Id": "other565", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF0", + "Value": "DROPS_WINGACE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF0_NAME", + "Value": "UI_DROPSHIP_WING_ACE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF0_NAME_L", + "Value": "UI_DROPSHIP_WING_ACE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACE.DDS", "Type": 1 }, { @@ -224054,7 +224864,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -224074,17 +224884,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -224099,7 +224909,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224139,7 +224949,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -224150,36 +224960,36 @@ ] }, { - "Id": "build765", + "Id": "build565", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF1", + "Value": "S_WALL_WIN2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF1_NAME", + "Value": "BLD_S_WALL_WIN2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF1_NAME_L", + "Value": "BLD_S_WALL_WIN2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW2.DDS", "Type": 1 }, { @@ -224189,7 +224999,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224234,7 +225044,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224285,36 +225095,36 @@ ] }, { - "Id": "build766", + "Id": "other566", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF2", + "Value": "DROPS_WINGACF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF2_NAME", + "Value": "UI_DROPSHIP_WING_ACF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF2_NAME_L", + "Value": "UI_DROPSHIP_WING_ACF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACF.DDS", "Type": 1 }, { @@ -224324,7 +225134,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -224344,17 +225154,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -224369,7 +225179,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224409,7 +225219,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -224420,36 +225230,36 @@ ] }, { - "Id": "build767", + "Id": "other567", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF3", + "Value": "DROPS_WINGACG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF3_NAME", + "Value": "UI_DROPSHIP_WING_ACG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF3_NAME_L", + "Value": "UI_DROPSHIP_WING_ACG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACG.DDS", "Type": 1 }, { @@ -224459,7 +225269,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -224479,17 +225289,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -224504,7 +225314,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224544,7 +225354,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -224555,36 +225365,36 @@ ] }, { - "Id": "build768", + "Id": "other568", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF4", + "Value": "DROPS_WINGACH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF4_NAME", + "Value": "UI_DROPSHIP_WING_ACH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF4_NAME_L", + "Value": "UI_DROPSHIP_WING_ACH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACH.DDS", "Type": 1 }, { @@ -224594,7 +225404,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -224614,17 +225424,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -224639,7 +225449,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224679,7 +225489,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -224690,36 +225500,36 @@ ] }, { - "Id": "build769", + "Id": "other569", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF5", + "Value": "DROPS_WINGACI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF5_NAME", + "Value": "UI_DROPSHIP_WING_ACI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF5_NAME_L", + "Value": "UI_DROPSHIP_WING_ACI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.ACI.DDS", "Type": 1 }, { @@ -224729,7 +225539,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -224749,17 +225559,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -224774,7 +225584,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224814,7 +225624,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -224825,36 +225635,36 @@ ] }, { - "Id": "build770", + "Id": "build569", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF6", + "Value": "S_WALL_WIN3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF6_NAME", + "Value": "BLD_S_WALL_WIN3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF6_NAME_L", + "Value": "BLD_S_WALL_WIN3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP6.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_WINDOW3.DDS", "Type": 1 }, { @@ -224864,7 +225674,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224909,7 +225719,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -224960,36 +225770,36 @@ ] }, { - "Id": "build771", + "Id": "other570", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF7", + "Value": "DROPS_WINGBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF7_NAME", + "Value": "UI_DROPSHIP_WING_BA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF7_NAME_L", + "Value": "UI_DROPSHIP_WING_BA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP7.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BA.DDS", "Type": 1 }, { @@ -224999,7 +225809,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -225019,17 +225829,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -225044,7 +225854,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -225084,7 +225894,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -225095,36 +225905,36 @@ ] }, { - "Id": "build772", + "Id": "other571", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF8", + "Value": "DROPS_WINGBAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF8_NAME", + "Value": "UI_DROPSHIP_WING_BAC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF8_NAME_L", + "Value": "UI_DROPSHIP_WING_BAC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP8.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAC.DDS", "Type": 1 }, { @@ -225134,7 +225944,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -225154,17 +225964,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -225179,7 +225989,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -225219,7 +226029,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -225230,36 +226040,36 @@ ] }, { - "Id": "build773", + "Id": "build573", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_M", + "Value": "S_DOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_M_NAME", + "Value": "BLD_S_DOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_M_NAME_L", + "Value": "BLD_S_DOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_MIDDLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOOR0.DDS", "Type": 1 }, { @@ -225269,7 +226079,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -225314,7 +226124,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -225365,36 +226175,36 @@ ] }, { - "Id": "build774", + "Id": "other574", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_C", + "Value": "DROPS_WINGBAD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_C_NAME", + "Value": "UI_DROPSHIP_WING_BAD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_C_NAME_L", + "Value": "UI_DROPSHIP_WING_BAD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_CORNER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAD.DDS", "Type": 1 }, { @@ -225404,7 +226214,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -225424,17 +226234,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -225489,7 +226299,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -225500,36 +226310,36 @@ ] }, { - "Id": "build775", + "Id": "other575", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_IC", + "Value": "DROPS_WINGBAE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_IC_NAME", + "Value": "UI_DROPSHIP_WING_BAE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_IC_NAME_L", + "Value": "UI_DROPSHIP_WING_BAE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_CORNERINNER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAE.DDS", "Type": 1 }, { @@ -225539,7 +226349,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -225559,17 +226369,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -225624,7 +226434,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -225635,36 +226445,36 @@ ] }, { - "Id": "build776", + "Id": "other576", "Properties": [ { "Name": "GameId", - "Value": "F_CHEV_WALL", + "Value": "DROPS_WINGBAF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_CHEV_WALL_NAME", + "Value": "UI_DROPSHIP_WING_BAF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_CHEV_WALL_NAME_L", + "Value": "UI_DROPSHIP_WING_BAF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAF.DDS", "Type": 1 }, { @@ -225674,7 +226484,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -225694,17 +226504,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -225759,7 +226569,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -225770,36 +226580,36 @@ ] }, { - "Id": "build777", + "Id": "other577", "Properties": [ { "Name": "GameId", - "Value": "F_CHEV_DOOR", + "Value": "DROPS_WINGBAG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_CHEV_DOOR_NAME", + "Value": "UI_DROPSHIP_WING_BAG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_CHEV_DOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_BAG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_DOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAG.DDS", "Type": 1 }, { @@ -225809,7 +226619,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -225829,17 +226639,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -225854,7 +226664,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -225894,7 +226704,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -225905,36 +226715,36 @@ ] }, { - "Id": "build778", + "Id": "build577", "Properties": [ { "Name": "GameId", - "Value": "F_CHEV_WALL_H_C", + "Value": "S_DOOR1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_CHEV_WALL_H_C_NAME", + "Value": "BLD_S_DOOR1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_CHEV_WALL_H_C_NAME_L", + "Value": "BLD_S_DOOR1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_CORNER_HALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOOR1.DDS", "Type": 1 }, { @@ -225944,7 +226754,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "2", "Type": 1 }, { @@ -225989,7 +226799,7 @@ }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "2", "Type": 1 }, { @@ -226040,36 +226850,36 @@ ] }, { - "Id": "build779", + "Id": "other578", "Properties": [ { "Name": "GameId", - "Value": "F_CHEV_WIN0", + "Value": "DROPS_WINGBAH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_CHEV_WIN0_NAME", + "Value": "UI_DROPSHIP_WING_BAH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_CHEV_WIN0_NAME_L", + "Value": "UI_DROPSHIP_WING_BAH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_WINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAH.DDS", "Type": 1 }, { @@ -226079,7 +226889,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -226099,17 +226909,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -226164,7 +226974,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -226175,36 +226985,36 @@ ] }, { - "Id": "build780", + "Id": "other579", "Properties": [ { "Name": "GameId", - "Value": "F_CHEV_WIN1", + "Value": "DROPS_WINGBAI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_CHEV_WIN1_NAME", + "Value": "UI_DROPSHIP_WING_BAI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_CHEV_WIN1_NAME_L", + "Value": "UI_DROPSHIP_WING_BAI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_WINDOW1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BAI.DDS", "Type": 1 }, { @@ -226214,7 +227024,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -226234,17 +227044,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -226299,7 +227109,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -226310,36 +227120,36 @@ ] }, { - "Id": "build781", + "Id": "other580", "Properties": [ { "Name": "GameId", - "Value": "F_CHEV_WIN2", + "Value": "DROPS_WINGBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_CHEV_WIN2_NAME", + "Value": "UI_DROPSHIP_WING_BB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_CHEV_WIN2_NAME_L", + "Value": "UI_DROPSHIP_WING_BB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_WINDOW2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BB.DDS", "Type": 1 }, { @@ -226349,7 +227159,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -226369,17 +227179,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -226434,7 +227244,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -226445,36 +227255,36 @@ ] }, { - "Id": "build782", + "Id": "other581", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_M_Q", + "Value": "DROPS_WINGBBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_M_Q_NAME", + "Value": "UI_DROPSHIP_WING_BBA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_M_Q_NAME_L", + "Value": "UI_DROPSHIP_WING_BBA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_MIDDLE_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBA.DDS", "Type": 1 }, { @@ -226484,7 +227294,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -226504,17 +227314,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -226569,7 +227379,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -226580,36 +227390,36 @@ ] }, { - "Id": "build783", + "Id": "build581", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_E_Q", + "Value": "S_FLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_E_Q_NAME", + "Value": "BLD_S_FLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_E_Q_NAME_L", + "Value": "BLD_S_FLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_END_QUARTER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR.DDS", "Type": 1 }, { @@ -226715,36 +227525,36 @@ ] }, { - "Id": "build784", + "Id": "other582", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_M_CAP", + "Value": "DROPS_WINGBBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_M_CAP_NAME", + "Value": "UI_DROPSHIP_WING_BBB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_M_CAP_NAME_L", + "Value": "UI_DROPSHIP_WING_BBB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_MIDDLE_CAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBB.DDS", "Type": 1 }, { @@ -226754,7 +227564,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -226774,17 +227584,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -226839,7 +227649,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -226850,36 +227660,36 @@ ] }, { - "Id": "build785", + "Id": "build582", "Properties": [ { "Name": "GameId", - "Value": "F_ROOF_E_CAP", + "Value": "S_FLOOR_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ROOF_E_CAP_NAME", + "Value": "BLD_S_FLOOR_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ROOF_E_CAP_NAME_L", + "Value": "BLD_S_FLOOR_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_END_CAP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR_QUARTER.DDS", "Type": 1 }, { @@ -226985,36 +227795,36 @@ ] }, { - "Id": "build786", + "Id": "other583", "Properties": [ { "Name": "GameId", - "Value": "F_DOOR_H", + "Value": "DROPS_WINGBBC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_DOOR_H_NAME", + "Value": "UI_DROPSHIP_WING_BBC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_DOOR_H_NAME_L", + "Value": "UI_DROPSHIP_WING_BBC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOOR_HALF0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBC.DDS", "Type": 1 }, { @@ -227024,7 +227834,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -227044,17 +227854,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -227069,7 +227879,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -227109,7 +227919,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -227120,36 +227930,36 @@ ] }, { - "Id": "build790", + "Id": "build583", "Properties": [ { "Name": "GameId", - "Value": "F_DOORWINDOW", + "Value": "S_TRIFLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_DOORWINDOW_NAME", + "Value": "BLD_S_TRIFLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_DOORWINDOW_NAME_L", + "Value": "BLD_S_TRIFLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOORWINDOW0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR_TRI.DDS", "Type": 1 }, { @@ -227159,7 +227969,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -227204,7 +228014,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -227255,36 +228065,36 @@ ] }, { - "Id": "build794", + "Id": "other584", "Properties": [ { "Name": "GameId", - "Value": "F_GDOOR", + "Value": "DROPS_WINGBBD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_GDOOR_NAME", + "Value": "UI_DROPSHIP_WING_BBD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_GDOOR_NAME_L", + "Value": "UI_DROPSHIP_WING_BBD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOORGARAGE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBD.DDS", "Type": 1 }, { @@ -227294,7 +228104,7 @@ }, { "Name": "BaseValue", - "Value": "2", + "Value": "310000", "Type": 1 }, { @@ -227314,17 +228124,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -227339,7 +228149,7 @@ }, { "Name": "BlueprintCost", - "Value": "2", + "Value": "1", "Type": 1 }, { @@ -227379,7 +228189,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -227390,36 +228200,36 @@ ] }, { - "Id": "build798", + "Id": "build584", "Properties": [ { "Name": "GameId", - "Value": "F_ARCH", + "Value": "S_TRIFLOOR_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ARCH_NAME", + "Value": "BLD_S_TRIFLOOR_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ARCH_NAME_L", + "Value": "BLD_S_TRIFLOOR_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_ARCH.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_FLOOR_TRI_QUARTER.DDS", "Type": 1 }, { @@ -227525,36 +228335,36 @@ ] }, { - "Id": "build802", + "Id": "other585", "Properties": [ { "Name": "GameId", - "Value": "F_ARCH_H", + "Value": "DROPS_WINGBBE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_ARCH_H_NAME", + "Value": "UI_DROPSHIP_WING_BBE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_ARCH_H_NAME_L", + "Value": "UI_DROPSHIP_WING_BBE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_ARCHHALF.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBE.DDS", "Type": 1 }, { @@ -227564,7 +228374,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -227584,17 +228394,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -227649,7 +228459,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -227660,36 +228470,36 @@ ] }, { - "Id": "build806", + "Id": "build585", "Properties": [ { "Name": "GameId", - "Value": "F_RAMP_Q_TOP", + "Value": "S_GFLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_RAMP_Q_TOP_NAME", + "Value": "BLD_S_GFLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_RAMP_Q_TOP_NAME_L", + "Value": "BLD_S_GFLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_RAMP_QUARTERTOP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_GFLOOR.DDS", "Type": 1 }, { @@ -227795,36 +228605,36 @@ ] }, { - "Id": "build807", + "Id": "other586", "Properties": [ { "Name": "GameId", - "Value": "BLD_PLANET_HOLO", + "Value": "DROPS_WINGBBF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_PLANET_HOLO_NAME", + "Value": "UI_DROPSHIP_WING_BBF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_PLANET_HOLO_NAME_L", + "Value": "UI_DROPSHIP_WING_BBF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_PLANET_HOLO_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_PLANET_HOLO_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.PLANETHOLOGRAM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBF.DDS", "Type": 1 }, { @@ -227834,7 +228644,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -227854,17 +228664,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -227919,7 +228729,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -227930,36 +228740,36 @@ ] }, { - "Id": "build808", + "Id": "build586", "Properties": [ { "Name": "GameId", - "Value": "BLD_FLYJAR", + "Value": "S_RAMP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FLYJAR_NAME", + "Value": "BLD_S_RAMP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FLYJAR_NAME_L", + "Value": "BLD_S_RAMP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLYJAR_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FLYJAR_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FLYJAR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_RAMP.DDS", "Type": 1 }, { @@ -227969,7 +228779,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -228065,46 +228875,46 @@ ] }, { - "Id": "build809", + "Id": "other587", "Properties": [ { "Name": "GameId", - "Value": "SPEC_BB_TRACK01", + "Value": "DROPS_WINGBBG", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPEC_BB_TRACK01_NAME", + "Value": "UI_DROPSHIP_WING_BBG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPEC_BB_TRACK01_NAME_L", + "Value": "UI_DROPSHIP_WING_BBG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BB_CASSETTE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BB_CASSETTE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BYTEBEATCASSETTE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBG.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "800", + "Value": "310000", "Type": 1 }, { @@ -228124,17 +228934,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -228200,46 +229010,46 @@ ] }, { - "Id": "build810", + "Id": "build587", "Properties": [ { "Name": "GameId", - "Value": "SPEC_BB_TRACK02", + "Value": "S_RAMP_H", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPEC_BB_TRACK02_NAME", + "Value": "BLD_S_RAMP_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPEC_BB_TRACK02_NAME_L", + "Value": "BLD_S_RAMP_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BB_CASSETTE_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BB_CASSETTE_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BYTEBEATCASSETTE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_RAMP_THIN.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "800", + "Value": "1", "Type": 1 }, { @@ -228259,12 +229069,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "BuildingPart", "Type": 1 }, { @@ -228324,7 +229134,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -228335,46 +229145,46 @@ ] }, { - "Id": "build811", + "Id": "other588", "Properties": [ { "Name": "GameId", - "Value": "SPEC_BB_TRACK03", + "Value": "DROPS_WINGBBH", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPEC_BB_TRACK03_NAME", + "Value": "UI_DROPSHIP_WING_BBH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPEC_BB_TRACK03_NAME_L", + "Value": "UI_DROPSHIP_WING_BBH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BB_CASSETTE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BB_CASSETTE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BYTEBEATCASSETTE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBH.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "800", + "Value": "310000", "Type": 1 }, { @@ -228394,17 +229204,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -228470,36 +229280,36 @@ ] }, { - "Id": "build812", + "Id": "build588", "Properties": [ { "Name": "GameId", - "Value": "PIPE", + "Value": "S_ROOF0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_PIPE_NAME", + "Value": "BLD_S_ROOF0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_PIPE_NAME_L", + "Value": "BLD_S_ROOF0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_PIPE_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_PIPE_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PIPE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP0.DDS", "Type": 1 }, { @@ -228509,7 +229319,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -228549,12 +229359,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -228605,36 +229415,36 @@ ] }, { - "Id": "build813", + "Id": "other589", "Properties": [ { "Name": "GameId", - "Value": "PLANTPOT4", + "Value": "DROPS_WINGBBI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_PLANTPOT4_NAME", + "Value": "UI_DROPSHIP_WING_BBI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_PLANTPOT4_NAME_L", + "Value": "UI_DROPSHIP_WING_BBI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_PLANTPOT4_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.PLANTPOT4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BBI.DDS", "Type": 1 }, { @@ -228644,7 +229454,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -228664,17 +229474,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -228729,7 +229539,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -228740,36 +229550,36 @@ ] }, { - "Id": "build814", + "Id": "build589", "Properties": [ { "Name": "GameId", - "Value": "CUBEROOM_SPACE", + "Value": "S_ROOF1", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPACE_CUBEROOM_NAME", + "Value": "BLD_S_ROOF1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPACE_CUBEROOM_NAME_L", + "Value": "BLD_S_ROOF1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPACE_ROOM_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_SPACE_ROOM_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CUBEROOM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP1.DDS", "Type": 1 }, { @@ -228779,7 +229589,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -228819,12 +229629,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -228875,36 +229685,36 @@ ] }, { - "Id": "build815", + "Id": "other590", "Properties": [ { "Name": "GameId", - "Value": "CUBEROOMB_SPACE", + "Value": "DROPS_WINGBC", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPACE_CUBEROOMB_NAME", + "Value": "UI_DROPSHIP_WING_BC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPACE_CUBEROOMB_NAME_L", + "Value": "UI_DROPSHIP_WING_BC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPACE_ROOM_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_SPACE_ROOM_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CUBEROOMB.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BC.DDS", "Type": 1 }, { @@ -228914,7 +229724,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -228934,17 +229744,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -228954,7 +229764,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -228999,7 +229809,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -229010,36 +229820,36 @@ ] }, { - "Id": "build816", + "Id": "build590", "Properties": [ { "Name": "GameId", - "Value": "CUBEROOMC_SPACE", + "Value": "S_ROOF2", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPACE_CUBEROOMC_NAME", + "Value": "BLD_S_ROOF2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPACE_CUBEROOMC_NAME_L", + "Value": "BLD_S_ROOF2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPACE_ROOM_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_SPACE_ROOM_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CUBEROOMC.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP2.DDS", "Type": 1 }, { @@ -229049,7 +229859,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -229089,12 +229899,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -229145,36 +229955,36 @@ ] }, { - "Id": "build817", + "Id": "other591", "Properties": [ { "Name": "GameId", - "Value": "MAINROOMCUBE", + "Value": "DROPS_WINGBCA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_MAINROOMCUBE_NAME", + "Value": "UI_DROPSHIP_WING_BCA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_MAINROOMCUBE_NAME_L", + "Value": "UI_DROPSHIP_WING_BCA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_MAINROOMCUBE_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_MAINROOMCUBE_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.MAINCUBE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCA.DDS", "Type": 1 }, { @@ -229184,7 +229994,7 @@ }, { "Name": "BaseValue", - "Value": "3", + "Value": "310000", "Type": 1 }, { @@ -229204,17 +230014,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -229224,12 +230034,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "3", + "Value": "1", "Type": 1 }, { @@ -229269,7 +230079,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -229280,36 +230090,36 @@ ] }, { - "Id": "build818", + "Id": "build591", "Properties": [ { "Name": "GameId", - "Value": "MAINROOMCUBEF", + "Value": "S_ROOF3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_MAINROOMCUBE_NAME", + "Value": "BLD_S_ROOF3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_MAINROOMCUBE_NAME_L", + "Value": "BLD_S_ROOF3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_MAINROOMCUBE_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_MAINROOMCUBE_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.MAINCUBE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP3.DDS", "Type": 1 }, { @@ -229359,7 +230169,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -229415,36 +230225,36 @@ ] }, { - "Id": "build819", + "Id": "other592", "Properties": [ { "Name": "GameId", - "Value": "PLANTPOT1", + "Value": "DROPS_WINGBCB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_PLANTPOT1_NAME", + "Value": "UI_DROPSHIP_WING_BCB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_PLANTPOT1_NAME_L", + "Value": "UI_DROPSHIP_WING_BCB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECOR_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PLANTPOT1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCB.DDS", "Type": 1 }, { @@ -229454,7 +230264,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -229474,17 +230284,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -229494,7 +230304,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -229539,7 +230349,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -229550,36 +230360,36 @@ ] }, { - "Id": "build820", + "Id": "build592", "Properties": [ { "Name": "GameId", - "Value": "PLANTPOT2", + "Value": "S_ROOF4", "Type": 1 }, { "Name": "Name", - "Value": "BLD_PLANTPOT2_NAME", + "Value": "BLD_S_ROOF4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_PLANTPOT2_NAME_L", + "Value": "BLD_S_ROOF4_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECOR_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PLANTPOT2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP4.DDS", "Type": 1 }, { @@ -229589,7 +230399,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -229629,12 +230439,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -229685,36 +230495,36 @@ ] }, { - "Id": "build821", + "Id": "other593", "Properties": [ { "Name": "GameId", - "Value": "PLANTPOT3", + "Value": "DROPS_WINGBCC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_PLANTPOT3_NAME", + "Value": "UI_DROPSHIP_WING_BCC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_PLANTPOT3_NAME_L", + "Value": "UI_DROPSHIP_WING_BCC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECOR_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PLANTPOT3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCC.DDS", "Type": 1 }, { @@ -229724,7 +230534,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -229744,17 +230554,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -229764,7 +230574,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -229809,7 +230619,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -229820,36 +230630,36 @@ ] }, { - "Id": "build822", + "Id": "build593", "Properties": [ { "Name": "GameId", - "Value": "BUILDTABLE", + "Value": "S_ROOF5", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUILDTABLE_NAME", + "Value": "BLD_S_ROOF5_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUILDTABLE_NAME_L", + "Value": "BLD_S_ROOF5_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TABLE_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_TABLE_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.TABLE001.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_TOP5.DDS", "Type": 1 }, { @@ -229859,7 +230669,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -229899,9 +230709,144 @@ }, { "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", "Value": "0", "Type": 1 }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "other594", + "Properties": [ + { + "Name": "GameId", + "Value": "DROPS_WINGBCD", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_DROPSHIP_WING_BCD_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_DROPSHIP_WING_BCD_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_DROPSHIP_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_DROPSHIP_WING_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCD.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, { "Name": "BlueprintCost", "Value": "1", @@ -229944,7 +230889,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -229955,36 +230900,36 @@ ] }, { - "Id": "build823", + "Id": "build594", "Properties": [ { "Name": "GameId", - "Value": "BUILDTABLE2", + "Value": "S_ROOF_M", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUILDTABLE2_NAME", + "Value": "BLD_S_ROOF_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUILDTABLE2_NAME_L", + "Value": "BLD_S_ROOF_M_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TABLE_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_TABLE_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.TABLE002.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_MIDDLE.DDS", "Type": 1 }, { @@ -230034,7 +230979,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230090,36 +231035,36 @@ ] }, { - "Id": "build824", + "Id": "other595", "Properties": [ { "Name": "GameId", - "Value": "BUILDTABLE3", + "Value": "DROPS_WINGBCE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUILDTABLE3_NAME", + "Value": "UI_DROPSHIP_WING_BCE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUILDTABLE3_NAME_L", + "Value": "UI_DROPSHIP_WING_BCE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TABLE_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_TABLE_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.TABLE003.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCE.DDS", "Type": 1 }, { @@ -230129,7 +231074,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -230149,17 +231094,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -230169,7 +231114,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230214,7 +231159,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -230225,36 +231170,36 @@ ] }, { - "Id": "build825", + "Id": "build595", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECAL", + "Value": "S_ROOF_C", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL1_NAME", + "Value": "BLD_S_ROOF_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL1_NAME_L", + "Value": "BLD_S_ROOF_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_CORNER.DDS", "Type": 1 }, { @@ -230304,7 +231249,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230360,36 +231305,36 @@ ] }, { - "Id": "build826", + "Id": "other596", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECAL2", + "Value": "DROPS_WINGBCF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL2_NAME", + "Value": "UI_DROPSHIP_WING_BCF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL2_NAME_L", + "Value": "UI_DROPSHIP_WING_BCF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCF.DDS", "Type": 1 }, { @@ -230399,7 +231344,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -230419,17 +231364,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -230439,7 +231384,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230484,7 +231429,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -230495,36 +231440,36 @@ ] }, { - "Id": "build828", + "Id": "build596", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNMS", + "Value": "S_ROOF_IC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNMS_NAME", + "Value": "BLD_S_ROOF_IC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNMS_NAME_L", + "Value": "BLD_S_ROOF_IC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NMSLOGO.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_CORNERINNER.DDS", "Type": 1 }, { @@ -230574,7 +231519,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230630,36 +231575,36 @@ ] }, { - "Id": "build829", + "Id": "other597", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM0", + "Value": "DROPS_WINGBCG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM0_NAME", + "Value": "UI_DROPSHIP_WING_BCG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM0_NAME_L", + "Value": "UI_DROPSHIP_WING_BCG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCG.DDS", "Type": 1 }, { @@ -230669,7 +231614,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -230689,17 +231634,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -230709,7 +231654,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230754,7 +231699,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -230765,36 +231710,36 @@ ] }, { - "Id": "build830", + "Id": "build597", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM1", + "Value": "S_CHEV_WALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM1_NAME", + "Value": "BLD_S_CHEV_WALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM1_NAME_L", + "Value": "BLD_S_CHEV_WALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL.DDS", "Type": 1 }, { @@ -230844,7 +231789,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -230900,36 +231845,36 @@ ] }, { - "Id": "build831", + "Id": "other598", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM2", + "Value": "DROPS_WINGBCH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM2_NAME", + "Value": "UI_DROPSHIP_WING_BCH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM2_NAME_L", + "Value": "UI_DROPSHIP_WING_BCH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCH.DDS", "Type": 1 }, { @@ -230939,7 +231884,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -230959,17 +231904,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -230979,7 +231924,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -231024,7 +231969,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -231035,36 +231980,36 @@ ] }, { - "Id": "build832", + "Id": "build598", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM3", + "Value": "S_CHEV_DOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM3_NAME", + "Value": "BLD_S_CHEV_DOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM3_NAME_L", + "Value": "BLD_S_CHEV_DOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_DOOR.DDS", "Type": 1 }, { @@ -231074,7 +232019,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -231114,12 +232059,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -231170,36 +232115,36 @@ ] }, { - "Id": "build833", + "Id": "other599", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM4", + "Value": "DROPS_WINGBCI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM4_NAME", + "Value": "UI_DROPSHIP_WING_BCI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM4_NAME_L", + "Value": "UI_DROPSHIP_WING_BCI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.BCI.DDS", "Type": 1 }, { @@ -231209,7 +232154,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -231229,17 +232174,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -231249,7 +232194,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -231294,7 +232239,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -231305,36 +232250,36 @@ ] }, { - "Id": "build834", + "Id": "build599", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM5", + "Value": "S_CHEV_WALL_H_C", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM5_NAME", + "Value": "BLD_S_CHEV_WALL_H_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM5_NAME_L", + "Value": "BLD_S_CHEV_WALL_H_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_CORNER_HALF.DDS", "Type": 1 }, { @@ -231344,7 +232289,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -231384,12 +232329,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -231440,36 +232385,36 @@ ] }, { - "Id": "build835", + "Id": "other600", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM6", + "Value": "DROPS_WINGCA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM6_NAME", + "Value": "UI_DROPSHIP_WING_CA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM6_NAME_L", + "Value": "UI_DROPSHIP_WING_CA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM6.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CA.DDS", "Type": 1 }, { @@ -231479,7 +232424,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -231499,17 +232444,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -231519,7 +232464,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -231564,7 +232509,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -231575,36 +232520,36 @@ ] }, { - "Id": "build836", + "Id": "build600", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM7", + "Value": "S_CHEV_WIN0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM7_NAME", + "Value": "BLD_S_CHEV_WIN0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM7_NAME_L", + "Value": "BLD_S_CHEV_WIN0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM7.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_WINDOW0.DDS", "Type": 1 }, { @@ -231654,7 +232599,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -231710,36 +232655,36 @@ ] }, { - "Id": "build837", + "Id": "other601", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM8", + "Value": "DROPS_WINGCAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM8_NAME", + "Value": "UI_DROPSHIP_WING_CAA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM8_NAME_L", + "Value": "UI_DROPSHIP_WING_CAA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM8.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAA.DDS", "Type": 1 }, { @@ -231749,7 +232694,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -231769,17 +232714,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -231789,7 +232734,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -231834,7 +232779,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -231845,36 +232790,36 @@ ] }, { - "Id": "build838", + "Id": "build601", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALNUM9", + "Value": "S_CHEV_WIN1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALNUM9_NAME", + "Value": "BLD_S_CHEV_WIN1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALNUM9_NAME_L", + "Value": "BLD_S_CHEV_WIN1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM9.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_WINDOW1.DDS", "Type": 1 }, { @@ -231924,7 +232869,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -231980,36 +232925,36 @@ ] }, { - "Id": "build839", + "Id": "other602", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALVIS1", + "Value": "DROPS_WINGCAB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALVIS1_NAME", + "Value": "UI_DROPSHIP_WING_CAB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALVIS1_NAME_L", + "Value": "UI_DROPSHIP_WING_CAB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAB.DDS", "Type": 1 }, { @@ -232019,7 +232964,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -232039,17 +232984,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -232059,7 +233004,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232104,7 +233049,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -232115,36 +233060,36 @@ ] }, { - "Id": "build840", + "Id": "build602", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALVIS2", + "Value": "S_CHEV_WIN2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALVIS2_NAME", + "Value": "BLD_S_CHEV_WIN2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALVIS2_NAME_L", + "Value": "BLD_S_CHEV_WIN2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_CHEV_WALL_WINDOW2.DDS", "Type": 1 }, { @@ -232194,7 +233139,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232250,36 +233195,36 @@ ] }, { - "Id": "build841", + "Id": "other603", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALVIS3", + "Value": "DROPS_WINGCAC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALVIS3_NAME", + "Value": "UI_DROPSHIP_WING_CAC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALVIS3_NAME_L", + "Value": "UI_DROPSHIP_WING_CAC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAC.DDS", "Type": 1 }, { @@ -232289,7 +233234,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -232309,17 +233254,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -232329,7 +233274,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232374,7 +233319,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -232385,36 +233330,36 @@ ] }, { - "Id": "build842", + "Id": "build603", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALVIS4", + "Value": "S_ROOF_M_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALVIS4_NAME", + "Value": "BLD_S_ROOF_M_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALVIS4_NAME_L", + "Value": "BLD_S_ROOF_M_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_MIDDLE_QUARTER.DDS", "Type": 1 }, { @@ -232464,7 +233409,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232520,36 +233465,36 @@ ] }, { - "Id": "build843", + "Id": "other604", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALVIS5", + "Value": "DROPS_WINGCAD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALVIS5_NAME", + "Value": "UI_DROPSHIP_WING_CAD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALVIS5_NAME_L", + "Value": "UI_DROPSHIP_WING_CAD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAD.DDS", "Type": 1 }, { @@ -232559,7 +233504,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -232579,17 +233524,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -232599,7 +233544,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232644,7 +233589,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -232655,36 +233600,36 @@ ] }, { - "Id": "build844", + "Id": "build604", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALSIMP1", + "Value": "S_ROOF_E_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALSIMP1_NAME", + "Value": "BLD_S_ROOF_E_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALSIMP1_NAME_L", + "Value": "BLD_S_ROOF_E_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_END_QUARTER.DDS", "Type": 1 }, { @@ -232734,7 +233679,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232790,36 +233735,36 @@ ] }, { - "Id": "build845", + "Id": "other605", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALSIMP2", + "Value": "DROPS_WINGCAE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALSIMP2_NAME", + "Value": "UI_DROPSHIP_WING_CAE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALSIMP2_NAME_L", + "Value": "UI_DROPSHIP_WING_CAE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAE.DDS", "Type": 1 }, { @@ -232829,7 +233774,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -232849,17 +233794,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -232869,7 +233814,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -232914,7 +233859,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -232925,36 +233870,36 @@ ] }, { - "Id": "build846", + "Id": "build605", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALSIMP3", + "Value": "S_ROOF_M_CAP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALSIMP3_NAME", + "Value": "BLD_S_ROOF_M_CAP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALSIMP3_NAME_L", + "Value": "BLD_S_ROOF_M_CAP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_MIDDLE_CAP.DDS", "Type": 1 }, { @@ -233004,7 +233949,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -233060,36 +234005,171 @@ ] }, { - "Id": "build847", + "Id": "other606", "Properties": [ { "Name": "GameId", - "Value": "BUILDDECALSIMP4", + "Value": "DROPS_WINGCAF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECALSIMP4_NAME", + "Value": "UI_DROPSHIP_WING_CAF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECALSIMP4_NAME_L", + "Value": "UI_DROPSHIP_WING_CAF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAF.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build606", + "Properties": [ + { + "Name": "GameId", + "Value": "S_ROOF_E_CAP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_ROOF_E_CAP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_ROOF_E_CAP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_STONE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_STONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_ROOF_END_CAP.DDS", "Type": 1 }, { @@ -233139,7 +234219,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -233195,36 +234275,36 @@ ] }, { - "Id": "build848", + "Id": "other607", "Properties": [ { "Name": "GameId", - "Value": "BUILDLIGHT", + "Value": "DROPS_WINGCAG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUILDLIGHT_NAME", + "Value": "UI_DROPSHIP_WING_CAG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUILDLIGHT_NAME_L", + "Value": "UI_DROPSHIP_WING_CAG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_LIGHT_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHT001.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAG.DDS", "Type": 1 }, { @@ -233234,7 +234314,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -233254,17 +234334,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -233274,7 +234354,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -233319,7 +234399,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -233330,36 +234410,36 @@ ] }, { - "Id": "build849", + "Id": "build607", "Properties": [ { "Name": "GameId", - "Value": "BUILDLIGHT2", + "Value": "S_DOOR_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUILDLIGHT2_NAME", + "Value": "BLD_S_DOOR_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUILDLIGHT2_NAME_L", + "Value": "BLD_S_DOOR_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_LIGHT_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHT002.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOOR_HALF0.DDS", "Type": 1 }, { @@ -233369,7 +234449,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -233409,12 +234489,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -233465,36 +234545,36 @@ ] }, { - "Id": "build850", + "Id": "other608", "Properties": [ { "Name": "GameId", - "Value": "BUILDLIGHT3", + "Value": "DROPS_WINGCAH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUILDLIGHT3_NAME", + "Value": "UI_DROPSHIP_WING_CAH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUILDLIGHT3_NAME_L", + "Value": "UI_DROPSHIP_WING_CAH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_LIGHT_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_LIGHT_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHT003.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAH.DDS", "Type": 1 }, { @@ -233504,7 +234584,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -233524,17 +234604,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -233544,9 +234624,144 @@ }, { "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", "Value": "0", "Type": 1 }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "other609", + "Properties": [ + { + "Name": "GameId", + "Value": "DROPS_WINGCAI", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_DROPSHIP_WING_CAI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_DROPSHIP_WING_CAI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_DROPSHIP_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_DROPSHIP_WING_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CAI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, { "Name": "BlueprintCost", "Value": "1", @@ -233589,7 +234804,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -233600,36 +234815,36 @@ ] }, { - "Id": "build851", + "Id": "other610", "Properties": [ { "Name": "GameId", - "Value": "JETS_SENT", + "Value": "DROPS_WINGCB", "Type": 1 }, { "Name": "Name", - "Value": "UI_SENTTRAIL_NAME", + "Value": "UI_DROPSHIP_WING_CB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SENTTRAIL_NAME_L", + "Value": "UI_DROPSHIP_WING_CB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_JETTRAIL_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_SENTTRAIL_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.JETS.SENTINEL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CB.DDS", "Type": 1 }, { @@ -233639,7 +234854,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "310000", "Type": 1 }, { @@ -233659,7 +234874,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { @@ -233669,7 +234884,7 @@ }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -233735,36 +234950,36 @@ ] }, { - "Id": "build852", + "Id": "other611", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER05A", + "Value": "DROPS_WINGCBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER5A_NAME", + "Value": "UI_DROPSHIP_WING_CBA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER5A_NAME_L", + "Value": "UI_DROPSHIP_WING_CBA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER5A_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER05A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBA.DDS", "Type": 1 }, { @@ -233774,7 +234989,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -233794,17 +235009,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -233859,7 +235074,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -233870,36 +235085,36 @@ ] }, { - "Id": "build853", + "Id": "build611", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER05B", + "Value": "S_DOORWINDOW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER5B_NAME", + "Value": "BLD_S_DOORWINDOW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER5B_NAME_L", + "Value": "BLD_S_DOORWINDOW_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER5B_DESCRIPTION", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER05B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOORWINDOW0.DDS", "Type": 1 }, { @@ -233909,7 +235124,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -233954,7 +235169,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -234005,36 +235220,36 @@ ] }, { - "Id": "build854", + "Id": "other612", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER05C", + "Value": "DROPS_WINGCBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER5C_NAME", + "Value": "UI_DROPSHIP_WING_CBB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER5C_NAME_L", + "Value": "UI_DROPSHIP_WING_CBB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER5C_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER05C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBB.DDS", "Type": 1 }, { @@ -234044,7 +235259,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -234064,17 +235279,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -234129,7 +235344,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -234140,36 +235355,36 @@ ] }, { - "Id": "build855", + "Id": "other613", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER17", + "Value": "DROPS_WINGCBC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER17_NAME", + "Value": "UI_DROPSHIP_WING_CBC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER17_NAME_L", + "Value": "UI_DROPSHIP_WING_CBC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER17_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER17.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBC.DDS", "Type": 1 }, { @@ -234179,7 +235394,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -234199,17 +235414,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -234264,7 +235479,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -234275,36 +235490,36 @@ ] }, { - "Id": "build856", + "Id": "other614", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER18", + "Value": "DROPS_WINGCBD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER18_NAME", + "Value": "UI_DROPSHIP_WING_CBD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER18_NAME_L", + "Value": "UI_DROPSHIP_WING_CBD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER18_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER18.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBD.DDS", "Type": 1 }, { @@ -234314,7 +235529,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -234334,17 +235549,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -234399,7 +235614,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -234410,36 +235625,36 @@ ] }, { - "Id": "build857", + "Id": "other615", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER19", + "Value": "DROPS_WINGCBE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER19_NAME", + "Value": "UI_DROPSHIP_WING_CBE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER19_NAME_L", + "Value": "UI_DROPSHIP_WING_CBE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER19_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER19.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBE.DDS", "Type": 1 }, { @@ -234449,7 +235664,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -234469,17 +235684,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -234534,7 +235749,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -234545,36 +235760,36 @@ ] }, { - "Id": "build858", + "Id": "build615", "Properties": [ { "Name": "GameId", - "Value": "CORRIDOR_S", + "Value": "S_GDOOR", "Type": 1 }, { "Name": "Name", - "Value": "UI_SPACE_CORRIDOR_NAME", + "Value": "BLD_S_GDOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_SPACE_CORRIDOR_NAME_L", + "Value": "BLD_S_GDOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPACE_ROOM_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_SPACE_ROOM_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CORRIDOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_DOORGARAGE0.DDS", "Type": 1 }, { @@ -234584,7 +235799,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -234624,12 +235839,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -234680,36 +235895,36 @@ ] }, { - "Id": "build859", + "Id": "other616", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER07A", + "Value": "DROPS_WINGCBF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER7A_NAME", + "Value": "UI_DROPSHIP_WING_CBF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER7A_NAME_L", + "Value": "UI_DROPSHIP_WING_CBF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER7A_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER07A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBF.DDS", "Type": 1 }, { @@ -234719,7 +235934,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -234739,17 +235954,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -234804,7 +236019,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -234815,36 +236030,36 @@ ] }, { - "Id": "build860", + "Id": "other617", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER07B", + "Value": "DROPS_WINGCBG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER7B_NAME", + "Value": "UI_DROPSHIP_WING_CBG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER7B_NAME_L", + "Value": "UI_DROPSHIP_WING_CBG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER7B_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER07B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBG.DDS", "Type": 1 }, { @@ -234854,7 +236069,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -234874,17 +236089,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -234939,7 +236154,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -234950,36 +236165,36 @@ ] }, { - "Id": "build861", + "Id": "other618", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER07C", + "Value": "DROPS_WINGCBH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER7C_NAME", + "Value": "UI_DROPSHIP_WING_CBH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER7C_NAME_L", + "Value": "UI_DROPSHIP_WING_CBH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER7C_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER07C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBH.DDS", "Type": 1 }, { @@ -234989,7 +236204,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -235009,17 +236224,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -235074,7 +236289,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -235085,36 +236300,36 @@ ] }, { - "Id": "build862", + "Id": "other619", "Properties": [ { "Name": "GameId", - "Value": "FRE_CORR_A_STR", + "Value": "DROPS_WINGCBI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_CORR_A_STR_NAME", + "Value": "UI_DROPSHIP_WING_CBI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_CORR_A_STR_NAME_L", + "Value": "UI_DROPSHIP_WING_CBI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_CORR_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR_STRAIGHT.A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CBI.DDS", "Type": 1 }, { @@ -235124,7 +236339,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -235144,17 +236359,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -235164,7 +236379,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -235209,7 +236424,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -235220,36 +236435,36 @@ ] }, { - "Id": "build863", + "Id": "build619", "Properties": [ { "Name": "GameId", - "Value": "FRE_CORR_A_L", + "Value": "S_ARCH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_CORR_A_L_NAME", + "Value": "BLD_S_ARCH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_CORR_A_L_NAME_L", + "Value": "BLD_S_ARCH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_CORR_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR_L.A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_ARCH.DDS", "Type": 1 }, { @@ -235299,7 +236514,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -235355,36 +236570,36 @@ ] }, { - "Id": "build864", + "Id": "other620", "Properties": [ { "Name": "GameId", - "Value": "FRE_CORR_A_T", + "Value": "DROPS_WINGCC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_CORR_A_T_NAME", + "Value": "UI_DROPSHIP_WING_CC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_CORR_A_T_NAME_L", + "Value": "UI_DROPSHIP_WING_CC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_CORR_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR_T.A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CC.DDS", "Type": 1 }, { @@ -235394,7 +236609,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -235414,17 +236629,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -235434,7 +236649,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -235479,7 +236694,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -235490,36 +236705,36 @@ ] }, { - "Id": "build865", + "Id": "other621", "Properties": [ { "Name": "GameId", - "Value": "FRE_CORR_A_GLAS", + "Value": "DROPS_WINGCCA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_CORR_A_GLASS_NAME", + "Value": "UI_DROPSHIP_WING_CCA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_CORR_A_GLASS_NAME_L", + "Value": "UI_DROPSHIP_WING_CCA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_CORR_A_GLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR.A_GLASS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCA.DDS", "Type": 1 }, { @@ -235529,7 +236744,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -235549,17 +236764,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -235569,7 +236784,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -235614,7 +236829,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -235625,36 +236840,36 @@ ] }, { - "Id": "build866", + "Id": "other622", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_LADDER", + "Value": "DROPS_WINGCCB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_LADDER_NAME", + "Value": "UI_DROPSHIP_WING_CCB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_LADDER_NAME_L", + "Value": "UI_DROPSHIP_WING_CCB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_LADDER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.LADDER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCB.DDS", "Type": 1 }, { @@ -235664,7 +236879,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -235684,17 +236899,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -235704,7 +236919,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -235749,7 +236964,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -235760,36 +236975,36 @@ ] }, { - "Id": "build867", + "Id": "other623", "Properties": [ { "Name": "GameId", - "Value": "FRE_EXT_PLATFOR", + "Value": "DROPS_WINGCCC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_EXT_NAME", + "Value": "UI_DROPSHIP_WING_CCC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_EXT_NAME_L", + "Value": "UI_DROPSHIP_WING_CCC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_EXT_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ELEV.F.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCC.DDS", "Type": 1 }, { @@ -235799,7 +237014,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -235819,17 +237034,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -235839,7 +237054,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -235884,7 +237099,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -235895,36 +237110,36 @@ ] }, { - "Id": "build868", + "Id": "build623", "Properties": [ { "Name": "GameId", - "Value": "FRE_EXT_WALKWAY", + "Value": "S_ARCH_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_EXT_WALKWAY_NAME", + "Value": "BLD_S_ARCH_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_EXT_WALKWAY_NAME_L", + "Value": "BLD_S_ARCH_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_EXT_WALKWAY_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_EXT.WALKWAY.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALL_ARCHHALF.DDS", "Type": 1 }, { @@ -235974,7 +237189,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -236030,36 +237245,36 @@ ] }, { - "Id": "build869", + "Id": "other624", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_SCAN", + "Value": "DROPS_WINGCCD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_SCAN_NAME", + "Value": "UI_DROPSHIP_WING_CCD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_SCAN_NAME_L", + "Value": "UI_DROPSHIP_WING_CCD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SCAN_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_SCAN_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.SCAN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCD.DDS", "Type": 1 }, { @@ -236069,7 +237284,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -236089,17 +237304,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -236109,7 +237324,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -236154,7 +237369,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -236165,36 +237380,36 @@ ] }, { - "Id": "build870", + "Id": "other625", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_SHOP", + "Value": "DROPS_WINGCCE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_SHOP_NAME", + "Value": "UI_DROPSHIP_WING_CCE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_SHOP_NAME_L", + "Value": "UI_DROPSHIP_WING_CCE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_SHOP_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.SHOP.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCE.DDS", "Type": 1 }, { @@ -236204,7 +237419,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -236224,17 +237439,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -236244,7 +237459,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -236289,144 +237504,9 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", - "Value": "False", - "Type": 3 - } - ] - }, - { - "Id": "build871", - "Properties": [ - { - "Name": "GameId", - "Value": "FRE_ROOM_FLEET", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_FRE_ROOM_FLEET_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_FRE_ROOM_FLEET_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_FLEET_SUB", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_FRE_ROOM_FLEET_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.FLEET.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "0", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", "Value": "False", "Type": 3 }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, { "Name": "IsConsumable", "Value": "False", @@ -236435,36 +237515,36 @@ ] }, { - "Id": "build872", + "Id": "other626", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_TELEPO", + "Value": "DROPS_WINGCCF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_TELEPO_NAME", + "Value": "UI_DROPSHIP_WING_CCF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_TELEPO_NAME_L", + "Value": "UI_DROPSHIP_WING_CCF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_TELEPO_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_TELEPO_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.TELEPO.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCF.DDS", "Type": 1 }, { @@ -236474,7 +237554,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -236494,17 +237574,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -236514,7 +237594,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -236559,7 +237639,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -236570,36 +237650,36 @@ ] }, { - "Id": "build873", + "Id": "other627", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_DRESS", + "Value": "DROPS_WINGCCG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_DRESS_NAME", + "Value": "UI_DROPSHIP_WING_CCG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_DRESS_NAME_L", + "Value": "UI_DROPSHIP_WING_CCG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_DRESS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_DRESS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.DRESS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCG.DDS", "Type": 1 }, { @@ -236609,7 +237689,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -236629,17 +237709,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -236649,7 +237729,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -236694,7 +237774,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -236705,36 +237785,36 @@ ] }, { - "Id": "build874", + "Id": "build627", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_NPCSCI", + "Value": "S_RAMP_Q_TOP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_NPCSCI_NAME", + "Value": "BLD_S_RAMP_Q_TOP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_NPCSCI_NAME_L", + "Value": "BLD_S_RAMP_Q_TOP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_NPC_SUB", + "Value": "BLD_STONE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_NPCSCI_DESC", + "Value": "BLD_BASIC_STONE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCSCI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_RAMP_QUARTERTOP.DDS", "Type": 1 }, { @@ -236744,7 +237824,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -236784,12 +237864,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -236840,36 +237920,36 @@ ] }, { - "Id": "build875", + "Id": "other628", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_NPCBUI", + "Value": "DROPS_WINGCCH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_NPCBUI_NAME", + "Value": "UI_DROPSHIP_WING_CCH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_NPCBUI_NAME_L", + "Value": "UI_DROPSHIP_WING_CCH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_NPC_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_NPCBUI_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCBUI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCH.DDS", "Type": 1 }, { @@ -236879,7 +237959,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -236899,17 +237979,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -236919,7 +237999,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -236964,7 +238044,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -236975,36 +238055,36 @@ ] }, { - "Id": "build876", + "Id": "build628", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_TECH", + "Value": "T_WALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_TECH_NAME", + "Value": "BLD_T_WALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_TECH_NAME_L", + "Value": "BLD_T_WALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_TECH_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.TECH.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL.DDS", "Type": 1 }, { @@ -237054,7 +238134,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -237110,36 +238190,36 @@ ] }, { - "Id": "build877", + "Id": "other629", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_PLANT1", + "Value": "DROPS_WINGCCI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_PLANT1_NAME", + "Value": "UI_DROPSHIP_WING_CCI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_PLANT1_NAME_L", + "Value": "UI_DROPSHIP_WING_CCI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_PLANT_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_PLANT1_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.PLANT1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CCI.DDS", "Type": 1 }, { @@ -237149,7 +238229,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -237169,17 +238249,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -237189,7 +238269,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -237234,7 +238314,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -237245,36 +238325,36 @@ ] }, { - "Id": "build878", + "Id": "other630", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_PLANT0", + "Value": "DROPS_WINGCD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_PLANT0_NAME", + "Value": "UI_DROPSHIP_WING_CD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_PLANT0_NAME_L", + "Value": "UI_DROPSHIP_WING_CD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_PLANT_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_PLANT0_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.PLANT0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CD.DDS", "Type": 1 }, { @@ -237284,7 +238364,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -237304,17 +238384,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -237324,7 +238404,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -237369,143 +238449,8 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", "Value": "False", "Type": 3 - } - ] - }, - { - "Id": "build879", - "Properties": [ - { - "Name": "GameId", - "Value": "FRE_ROOM_COOK", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_FRE_ROOM_COOK_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_FRE_ROOM_COOK_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_FRE_ROOM_COOK_DESC", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.COOK.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C7C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "1", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "0", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 }, { "Name": "IsConsumable", @@ -237515,36 +238460,36 @@ ] }, { - "Id": "build880", + "Id": "other631", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_NPCFAR", + "Value": "DROPS_WINGCDA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_NPCFAR_NAME", + "Value": "UI_DROPSHIP_WING_CDA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_NPCFAR_NAME_L", + "Value": "UI_DROPSHIP_WING_CDA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_NPC_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_NPCFAR_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCFAR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDA.DDS", "Type": 1 }, { @@ -237554,7 +238499,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -237574,17 +238519,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -237594,7 +238539,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -237639,7 +238584,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -237650,36 +238595,36 @@ ] }, { - "Id": "build881", + "Id": "other632", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_BIO", + "Value": "DROPS_WINGCDB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_BIO_NAME", + "Value": "UI_DROPSHIP_WING_CDB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_BIO_NAME_L", + "Value": "UI_DROPSHIP_WING_CDB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_BIO_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.BIO.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDB.DDS", "Type": 1 }, { @@ -237689,7 +238634,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -237709,17 +238654,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -237729,7 +238674,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -237774,7 +238719,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -237785,36 +238730,36 @@ ] }, { - "Id": "build882", + "Id": "build632", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_REFINE", + "Value": "T_WALL_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_REFINER_NAME", + "Value": "BLD_T_WALL_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_REFINER_NAME_L", + "Value": "BLD_T_WALL_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_REFINER_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.REFINER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_HALF.DDS", "Type": 1 }, { @@ -237864,7 +238809,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -237920,36 +238865,36 @@ ] }, { - "Id": "build883", + "Id": "other633", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_EXTR", + "Value": "DROPS_WINGCDC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_EXTR_NAME", + "Value": "UI_DROPSHIP_WING_CDC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_EXTR_NAME_L", + "Value": "UI_DROPSHIP_WING_CDC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_EXTR_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.EXTR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDC.DDS", "Type": 1 }, { @@ -237959,7 +238904,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -237979,17 +238924,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -237999,7 +238944,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238044,7 +238989,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -238055,36 +239000,36 @@ ] }, { - "Id": "build884", + "Id": "other634", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_VEHICL", + "Value": "DROPS_WINGCDE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_VEHICLE_NAME", + "Value": "UI_DROPSHIP_WING_CDE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_VEHICLE_NAME_L", + "Value": "UI_DROPSHIP_WING_CDE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_VEHICLE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_VEHICLE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.VEHICLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDE.DDS", "Type": 1 }, { @@ -238094,7 +239039,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -238114,17 +239059,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -238134,7 +239079,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238179,7 +239124,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -238190,36 +239135,36 @@ ] }, { - "Id": "build885", + "Id": "other635", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_NPCVEH", + "Value": "DROPS_WINGCDF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_NPCVEH_NAME", + "Value": "UI_DROPSHIP_WING_CDF_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_NPCVEH_NAME_L", + "Value": "UI_DROPSHIP_WING_CDF_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_NPC_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_NPCVEH_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCVEH.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDF.DDS", "Type": 1 }, { @@ -238229,7 +239174,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -238249,17 +239194,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -238269,7 +239214,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238314,7 +239259,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -238325,36 +239270,36 @@ ] }, { - "Id": "build886", + "Id": "other636", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_NPCWEA", + "Value": "DROPS_WINGCDG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_NPCWEA_NAME", + "Value": "UI_DROPSHIP_WING_CDG_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_NPCWEA_NAME_L", + "Value": "UI_DROPSHIP_WING_CDG_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_NPC_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_NPCWEA_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCWEA.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDG.DDS", "Type": 1 }, { @@ -238364,7 +239309,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -238384,17 +239329,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -238404,7 +239349,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238449,7 +239394,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -238460,36 +239405,36 @@ ] }, { - "Id": "build887", + "Id": "build636", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE0", + "Value": "T_WALL_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "BLD_T_WALL_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "BLD_T_WALL_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL.DDS", "Type": 1 }, { @@ -238539,7 +239484,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238595,36 +239540,36 @@ ] }, { - "Id": "build888", + "Id": "other637", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE1", + "Value": "DROPS_WINGCDH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "UI_DROPSHIP_WING_CDH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "UI_DROPSHIP_WING_CDH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDH.DDS", "Type": 1 }, { @@ -238634,7 +239579,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -238654,17 +239599,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -238674,7 +239619,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238719,7 +239664,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -238730,36 +239675,36 @@ ] }, { - "Id": "build889", + "Id": "build637", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE2", + "Value": "T_WALL_Q1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "BLD_T_WALL_Q1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "BLD_T_WALL_Q1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL1.DDS", "Type": 1 }, { @@ -238809,7 +239754,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238865,36 +239810,36 @@ ] }, { - "Id": "build890", + "Id": "other638", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE3", + "Value": "DROPS_WINGCDI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "UI_DROPSHIP_WING_CDI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "UI_DROPSHIP_WING_CDI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.CDI.DDS", "Type": 1 }, { @@ -238904,7 +239849,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -238924,17 +239869,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -238944,7 +239889,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -238989,7 +239934,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -239000,36 +239945,36 @@ ] }, { - "Id": "build891", + "Id": "build638", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE4", + "Value": "T_WALL_Q_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "BLD_T_WALL_Q_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "BLD_T_WALL_Q_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL_HALF.DDS", "Type": 1 }, { @@ -239079,7 +240024,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239135,36 +240080,36 @@ ] }, { - "Id": "build892", + "Id": "other639", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE5", + "Value": "DROPS_WINGDA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "UI_DROPSHIP_WING_DA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "UI_DROPSHIP_WING_DA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DA.DDS", "Type": 1 }, { @@ -239174,7 +240119,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -239194,17 +240139,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -239214,7 +240159,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239259,7 +240204,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -239270,36 +240215,36 @@ ] }, { - "Id": "build893", + "Id": "build639", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE6", + "Value": "T_WALL_Q_H1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "BLD_T_WALL_Q_H1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "BLD_T_WALL_Q_H1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE6.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_SMALL_HALF1.DDS", "Type": 1 }, { @@ -239349,7 +240294,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239405,36 +240350,171 @@ ] }, { - "Id": "build894", + "Id": "other640", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE7", + "Value": "DROPS_WINGDAX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "UI_DROPSHIP_WING_DAX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "UI_DROPSHIP_WING_DAX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE7.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DAX.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build640", + "Properties": [ + { + "Name": "GameId", + "Value": "T_WALLDIAGONAL", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_WALLDIAGONAL_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_WALLDIAGONAL_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_TRI.DDS", "Type": 1 }, { @@ -239484,7 +240564,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239540,36 +240620,36 @@ ] }, { - "Id": "build895", + "Id": "other641", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE8", + "Value": "DROPS_WINGDAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "UI_DROPSHIP_WING_DAA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "UI_DROPSHIP_WING_DAA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE8.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DAA.DDS", "Type": 1 }, { @@ -239579,7 +240659,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -239599,17 +240679,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -239619,7 +240699,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239664,7 +240744,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -239675,36 +240755,36 @@ ] }, { - "Id": "build896", + "Id": "other642", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_STORE9", + "Value": "DROPS_WINGDAB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_STORE_NAME", + "Value": "UI_DROPSHIP_WING_DAB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Value": "UI_DROPSHIP_WING_DAB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_STORE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_STORE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE9.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DAB.DDS", "Type": 1 }, { @@ -239714,7 +240794,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -239734,17 +240814,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -239754,7 +240834,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239799,7 +240879,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -239810,36 +240890,36 @@ ] }, { - "Id": "build897", + "Id": "other643", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_IND", + "Value": "DROPS_WINGDAH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_IND_NAME", + "Value": "UI_DROPSHIP_WING_DAH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_IND_NAME_L", + "Value": "UI_DROPSHIP_WING_DAH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_IND_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.IND.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DAH.DDS", "Type": 1 }, { @@ -239849,7 +240929,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -239869,17 +240949,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -239889,7 +240969,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -239934,7 +241014,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -239945,36 +241025,36 @@ ] }, { - "Id": "build898", + "Id": "other644", "Properties": [ { "Name": "GameId", - "Value": "S_WALLB_DIAGONA", + "Value": "DROPS_WINGDAI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLB_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DAI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLB_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DAI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALLB_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DAI.DDS", "Type": 1 }, { @@ -239984,7 +241064,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -240004,17 +241084,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -240069,7 +241149,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -240080,36 +241160,36 @@ ] }, { - "Id": "build899", + "Id": "build644", "Properties": [ { "Name": "GameId", - "Value": "S_WALLM_DIAGONA", + "Value": "T_WALL_WINDOW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLM_TRI_NAME", + "Value": "BLD_T_WALL_WINDOW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLM_TRI_NAME_L", + "Value": "BLD_T_WALL_WINDOW_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALLM_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW.DDS", "Type": 1 }, { @@ -240215,36 +241295,36 @@ ] }, { - "Id": "build900", + "Id": "other645", "Properties": [ { "Name": "GameId", - "Value": "S_WALLT_DIAGONA", + "Value": "DROPS_WINGDB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_WALLT_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_WALLT_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_STONE_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_STONE_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALLT_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DB.DDS", "Type": 1 }, { @@ -240254,7 +241334,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -240274,17 +241354,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -240339,7 +241419,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -240350,36 +241430,36 @@ ] }, { - "Id": "build901", + "Id": "other646", "Properties": [ { "Name": "GameId", - "Value": "T_WALLB_DIAGONA", + "Value": "DROPS_WINGDBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALLB_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DBA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALLB_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DBA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALLB_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBA.DDS", "Type": 1 }, { @@ -240389,7 +241469,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -240409,17 +241489,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -240474,7 +241554,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -240485,36 +241565,36 @@ ] }, { - "Id": "build902", + "Id": "other647", "Properties": [ { "Name": "GameId", - "Value": "T_WALLM_DIAGONA", + "Value": "DROPS_WINGDBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALLM_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DBB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALLM_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DBB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TIMBER_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_TIMBER_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALLM_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBB.DDS", "Type": 1 }, { @@ -240524,9 +241604,144 @@ }, { "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", "Value": "1", "Type": 1 }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "other648", + "Properties": [ + { + "Name": "GameId", + "Value": "DROPS_WINGDBH", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_DROPSHIP_WING_DBH_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_DROPSHIP_WING_DBH_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_DROPSHIP_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_DROPSHIP_WING_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBH.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, { "Name": "LowPriceMod", "Value": "0.0", @@ -240544,17 +241759,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -240609,7 +241824,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -240620,21 +241835,21 @@ ] }, { - "Id": "build903", + "Id": "build648", "Properties": [ { "Name": "GameId", - "Value": "T_WALLT_DIAGONA", + "Value": "T_WALL_WIN1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_T_WALLT_TRI_NAME", + "Value": "BLD_T_WALL_WIN1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_T_WALLT_TRI_NAME_L", + "Value": "BLD_T_WALL_WIN1_NAME_L", "Type": 1 }, { @@ -240649,7 +241864,7 @@ }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALLT_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW1.DDS", "Type": 1 }, { @@ -240755,36 +241970,36 @@ ] }, { - "Id": "build904", + "Id": "other649", "Properties": [ { "Name": "GameId", - "Value": "F_WALLB_DIAGONA", + "Value": "DROPS_WINGDBI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALLB_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DBI_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALLB_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DBI_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALLB_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBI.DDS", "Type": 1 }, { @@ -240794,7 +242009,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -240814,17 +242029,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -240879,7 +242094,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -240890,36 +242105,36 @@ ] }, { - "Id": "build905", + "Id": "other650", "Properties": [ { "Name": "GameId", - "Value": "F_WALLM_DIAGONA", + "Value": "DROPS_WINGDBX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALLM_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DBX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALLM_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DBX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALLM_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBX.DDS", "Type": 1 }, { @@ -240929,7 +242144,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -240949,17 +242164,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -241014,7 +242229,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -241025,36 +242240,36 @@ ] }, { - "Id": "build906", + "Id": "other651", "Properties": [ { "Name": "GameId", - "Value": "F_WALLT_DIAGONA", + "Value": "DROPS_WINGDBAX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_F_WALLT_TRI_NAME", + "Value": "UI_DROPSHIP_WING_DBAX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_F_WALLT_TRI_NAME_L", + "Value": "UI_DROPSHIP_WING_DBAX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIBREGLASS_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALLT_TRI.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBAX.DDS", "Type": 1 }, { @@ -241064,7 +242279,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "310000", "Type": 1 }, { @@ -241084,17 +242299,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -241149,143 +242364,8 @@ }, { "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", "Value": "False", "Type": 3 - } - ] - }, - { - "Id": "build907", - "Properties": [ - { - "Name": "GameId", - "Value": "EXPD_POSTER08A", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_EXPD_POSTER8A_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_EXPD_POSTER8A_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_EXPD_POSTER8A_DESCRIPTION", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER08A.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "2C8C9F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "400", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 }, { "Name": "IsConsumable", @@ -241295,46 +242375,46 @@ ] }, { - "Id": "build908", + "Id": "other652", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER08B", + "Value": "DROPS_WINGDBBX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER8B_NAME", + "Value": "UI_DROPSHIP_WING_DBBX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER8B_NAME_L", + "Value": "UI_DROPSHIP_WING_DBBX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER8B_DESCRIPTION", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER08B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBBX.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "2C8C9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -241354,17 +242434,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -241419,7 +242499,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -241430,46 +242510,46 @@ ] }, { - "Id": "build909", + "Id": "build652", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER08C", + "Value": "T_WALL_WIN2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER8C_NAME", + "Value": "BLD_T_WALL_WIN2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER8C_NAME_L", + "Value": "BLD_T_WALL_WIN2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER8C_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER08C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW2.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "2C8C9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -241565,36 +242645,36 @@ ] }, { - "Id": "build910", + "Id": "other653", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS1", + "Value": "DROPS_WINGDBHX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_1_NAME", + "Value": "UI_DROPSHIP_WING_DBHX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_1_NAME_L", + "Value": "UI_DROPSHIP_WING_DBHX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_1_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBHX.DDS", "Type": 1 }, { @@ -241604,7 +242684,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -241624,17 +242704,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -241689,7 +242769,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -241700,36 +242780,36 @@ ] }, { - "Id": "build911", + "Id": "other654", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS2", + "Value": "DROPS_WINGDBIX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_2_NAME", + "Value": "UI_DROPSHIP_WING_DBIX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_2_NAME_L", + "Value": "UI_DROPSHIP_WING_DBIX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_2_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.DBIX.DDS", "Type": 1 }, { @@ -241739,7 +242819,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -241759,17 +242839,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -241824,7 +242904,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -241835,36 +242915,36 @@ ] }, { - "Id": "build912", + "Id": "other655", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS3", + "Value": "DROPS_WING1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_3_NAME", + "Value": "UI_DROPSHIP_WING_1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_3_NAME_L", + "Value": "UI_DROPSHIP_WING_1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_3_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.1.DDS", "Type": 1 }, { @@ -241874,7 +242954,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -241894,17 +242974,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -241959,7 +243039,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -241970,36 +243050,36 @@ ] }, { - "Id": "build913", + "Id": "other656", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS4", + "Value": "DROPS_WING2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_4_NAME", + "Value": "UI_DROPSHIP_WING_2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_4_NAME_L", + "Value": "UI_DROPSHIP_WING_2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "UI_DROPSHIP_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_4_DESC", + "Value": "UI_DROPSHIP_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS04.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.DROPSHIPWINGS.2.DDS", "Type": 1 }, { @@ -242009,7 +243089,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "646", "Type": 1 }, { @@ -242029,17 +243109,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -242094,7 +243174,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -242105,36 +243185,36 @@ ] }, { - "Id": "build914", + "Id": "build656", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS5", + "Value": "T_WALL_WIN3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_5_NAME", + "Value": "BLD_T_WALL_WIN3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_5_NAME_L", + "Value": "BLD_T_WALL_WIN3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_5_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS05.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_WINDOW3.DDS", "Type": 1 }, { @@ -242144,7 +243224,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -242240,36 +243320,36 @@ ] }, { - "Id": "build915", + "Id": "other657", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS6", + "Value": "SCIEN_COCKAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_6_NAME", + "Value": "UI_SCIENTIFIC_COCK_AA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_6_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_AA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_6_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS06.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -242279,7 +243359,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "520000", "Type": 1 }, { @@ -242299,17 +243379,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -242364,7 +243444,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -242375,36 +243455,36 @@ ] }, { - "Id": "build916", + "Id": "other658", "Properties": [ { "Name": "GameId", - "Value": "BASE_GRASS7", + "Value": "SCIEN_COCKAAA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GRASS_7_NAME", + "Value": "UI_SCIENTIFIC_COCK_AAA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GRASS_7_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_AAA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GRASS_7_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS07.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -242414,7 +243494,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "520000", "Type": 1 }, { @@ -242434,17 +243514,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -242499,7 +243579,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -242510,36 +243590,36 @@ ] }, { - "Id": "build917", + "Id": "other659", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER23", + "Value": "SCIEN_COCKABA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER23_NAME", + "Value": "UI_SCIENTIFIC_COCK_ABA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER23_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_ABA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER23_DESCRIPTION", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER23.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -242549,7 +243629,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "520000", "Type": 1 }, { @@ -242569,17 +243649,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -242634,7 +243714,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -242645,36 +243725,36 @@ ] }, { - "Id": "build918", + "Id": "other660", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER24", + "Value": "SCIEN_COCKACA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER24_NAME", + "Value": "UI_SCIENTIFIC_COCK_ACA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER24_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_ACA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER24_DESCRIPTION", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER24.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -242684,7 +243764,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "520000", "Type": 1 }, { @@ -242704,17 +243784,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -242769,7 +243849,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -242780,36 +243860,36 @@ ] }, { - "Id": "build919", + "Id": "build660", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER25", + "Value": "T_DOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER25_NAME", + "Value": "BLD_T_DOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER25_NAME_L", + "Value": "BLD_T_DOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER25_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER25.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOOR.DDS", "Type": 1 }, { @@ -242819,7 +243899,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -242862,6 +243942,141 @@ "Value": "1", "Type": 1 }, + { + "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "other661", + "Properties": [ + { + "Name": "GameId", + "Value": "SCIEN_COCKAB", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SCIENTIFIC_COCK_AB_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SCIENTIFIC_COCK_AB_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SCIENTIFIC_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SCIENTIFIC_COCK_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "520000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, { "Name": "BlueprintCost", "Value": "1", @@ -242904,7 +244119,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -242915,36 +244130,36 @@ ] }, { - "Id": "build920", + "Id": "other662", "Properties": [ { "Name": "GameId", - "Value": "FREI_TRAIL_GRE", + "Value": "SCIEN_COCKAAB", "Type": 1 }, { "Name": "Name", - "Value": "UI_FREI_TRAIL_GRE_NAME", + "Value": "UI_SCIENTIFIC_COCK_AAB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FREI_TRAIL_GRE_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_AAB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_FREI_TRAIL_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FREI_TRAIL_GRE_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.GREEN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -242954,7 +244169,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "520000", "Type": 1 }, { @@ -242974,7 +244189,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { @@ -242984,7 +244199,7 @@ }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243050,36 +244265,36 @@ ] }, { - "Id": "build921", + "Id": "other663", "Properties": [ { "Name": "GameId", - "Value": "FREI_TRAIL_YEL", + "Value": "SCIEN_COCKABB", "Type": 1 }, { "Name": "Name", - "Value": "UI_FREI_TRAIL_YEL_NAME", + "Value": "UI_SCIENTIFIC_COCK_ABB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FREI_TRAIL_YEL_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_ABB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_FREI_TRAIL_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FREI_TRAIL_YEL_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.YELLOW.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -243089,7 +244304,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "520000", "Type": 1 }, { @@ -243109,7 +244324,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { @@ -243119,7 +244334,7 @@ }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243185,36 +244400,36 @@ ] }, { - "Id": "build922", + "Id": "other664", "Properties": [ { "Name": "GameId", - "Value": "FREI_TRAIL_PUR", + "Value": "SCIEN_COCKACB", "Type": 1 }, { "Name": "Name", - "Value": "UI_FREI_TRAIL_PUR_NAME", + "Value": "UI_SCIENTIFIC_COCK_ACB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FREI_TRAIL_PUR_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_ACB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_FREI_TRAIL_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FREI_TRAIL_PUR_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.PURPLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.A.DDS", "Type": 1 }, { @@ -243224,7 +244439,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "520000", "Type": 1 }, { @@ -243244,7 +244459,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { @@ -243254,7 +244469,7 @@ }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243320,36 +244535,36 @@ ] }, { - "Id": "build923", + "Id": "build664", "Properties": [ { "Name": "GameId", - "Value": "FREI_TRAIL_TUR", + "Value": "T_DOOR1", "Type": 1 }, { "Name": "Name", - "Value": "UI_FREI_TRAIL_TUR_NAME", + "Value": "BLD_T_DOOR1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FREI_TRAIL_TUR_NAME_L", + "Value": "BLD_T_DOOR1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_FREI_TRAIL_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FREI_TRAIL_TUR_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.TURQUOISE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOOR1.DDS", "Type": 1 }, { @@ -243359,7 +244574,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "2", "Type": 1 }, { @@ -243379,12 +244594,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { @@ -243404,7 +244619,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -243444,7 +244659,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -243455,36 +244670,36 @@ ] }, { - "Id": "build925", + "Id": "other665", "Properties": [ { "Name": "GameId", - "Value": "BLD_MAPTUBE", + "Value": "SCIEN_COCKDA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_MAPTUBE_NAME", + "Value": "UI_SCIENTIFIC_COCK_DA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_MAPTUBE_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_DA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_MAPTUBE_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_MAPTUBE_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.MAPTUBE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.D.DDS", "Type": 1 }, { @@ -243494,7 +244709,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "520000", "Type": 1 }, { @@ -243514,17 +244729,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243579,7 +244794,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -243590,36 +244805,36 @@ ] }, { - "Id": "build926", + "Id": "other666", "Properties": [ { "Name": "GameId", - "Value": "BLD_FIREPIT", + "Value": "SCIEN_COCKDB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FIREPIT_NAME", + "Value": "UI_SCIENTIFIC_COCK_DB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FIREPIT_NAME_L", + "Value": "UI_SCIENTIFIC_COCK_DB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREPIT_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FIREPIT_DESC", + "Value": "UI_SCIENTIFIC_COCK_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREPIT.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICCOCKPIT.D.DDS", "Type": 1 }, { @@ -243629,7 +244844,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "520000", "Type": 1 }, { @@ -243649,17 +244864,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243714,7 +244929,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -243725,36 +244940,36 @@ ] }, { - "Id": "build927", + "Id": "other667", "Properties": [ { "Name": "GameId", - "Value": "BLD_DATASIGN", + "Value": "SCIEN_WINGEMP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DATASIGN_NAME", + "Value": "UI_SCIENTIFIC_WING_EMPTY_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DATASIGN_NAME_L", + "Value": "UI_SCIENTIFIC_WING_EMPTY_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DATASIGN_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DATASIGN_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DATASIGN.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.EMPTY.DDS", "Type": 1 }, { @@ -243764,7 +244979,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -243784,17 +244999,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243849,7 +245064,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -243860,36 +245075,36 @@ ] }, { - "Id": "build928", + "Id": "other668", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL08", + "Value": "SCIEN_WINGA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_08_NAME", + "Value": "UI_SCIENTIFIC_WING_A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_08_NAME_L", + "Value": "UI_SCIENTIFIC_WING_A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_08_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL08.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.A.DDS", "Type": 1 }, { @@ -243899,7 +245114,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -243919,17 +245134,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -243984,7 +245199,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -243995,46 +245210,46 @@ ] }, { - "Id": "build929", + "Id": "build668", "Properties": [ { "Name": "GameId", - "Value": "EXPD_BANNER08", + "Value": "T_FLOOR", "Type": 1 }, { "Name": "Name", - "Value": "UI_BANNER_EXPD_08_NAME", + "Value": "BLD_T_FLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_BANNER_EXPD_08_NAME_L", + "Value": "BLD_T_FLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BANNER_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BANNER_EXPD_08_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.BANNER08.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.TIMBER.BASIC_FLOOR.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "220", + "Value": "1", "Type": 1 }, { @@ -244054,12 +245269,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { @@ -244119,7 +245334,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -244130,36 +245345,36 @@ ] }, { - "Id": "build930", + "Id": "other669", "Properties": [ { "Name": "GameId", - "Value": "BLD_MINI_BIOFRI", + "Value": "SCIEN_WINGBA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_MINI_BIOFRIG_NAME", + "Value": "UI_SCIENTIFIC_WING_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_MINI_BIOFRIG_NAME_L", + "Value": "UI_SCIENTIFIC_WING_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_MINI_BIOFRIG_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_MINI_BIOFRIG_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.MINIBIOFRIG.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.BA.DDS", "Type": 1 }, { @@ -244169,7 +245384,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -244189,17 +245404,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -244254,7 +245469,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -244265,36 +245480,36 @@ ] }, { - "Id": "build931", + "Id": "build669", "Properties": [ { "Name": "GameId", - "Value": "DECAL_AMINO", + "Value": "T_FLOOR_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_AMINO_NAME", + "Value": "BLD_T_FLOOR_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_AMINO_NAME_L", + "Value": "BLD_T_FLOOR_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_AMINO_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL12.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_FLOOR_QUARTER.DDS", "Type": 1 }, { @@ -244304,7 +245519,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -244400,36 +245615,36 @@ ] }, { - "Id": "build932", + "Id": "other670", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CAFE", + "Value": "SCIEN_WINGBB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_CAFE_NAME", + "Value": "UI_SCIENTIFIC_WING_BB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_CAFE_NAME_L", + "Value": "UI_SCIENTIFIC_WING_BB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_CAFE_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL09.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.BB.DDS", "Type": 1 }, { @@ -244439,7 +245654,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -244459,17 +245674,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -244524,7 +245739,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -244535,36 +245750,36 @@ ] }, { - "Id": "build933", + "Id": "build670", "Properties": [ { "Name": "GameId", - "Value": "DECAL_UFT", + "Value": "T_TRIFLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_UFT_NAME", + "Value": "BLD_T_TRIFLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_UFT_NAME_L", + "Value": "BLD_T_TRIFLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_UFT_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL10.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_FLOOR_TRI.DDS", "Type": 1 }, { @@ -244574,7 +245789,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -244670,36 +245885,36 @@ ] }, { - "Id": "build934", + "Id": "other671", "Properties": [ { "Name": "GameId", - "Value": "DECAL_QIT", + "Value": "SCIEN_WINGBC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_QITANIAN_NAME", + "Value": "UI_SCIENTIFIC_WING_BC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_QITANIAN_NAME_L", + "Value": "UI_SCIENTIFIC_WING_BC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_QITANIAN_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL13.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.BC.DDS", "Type": 1 }, { @@ -244709,7 +245924,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -244729,17 +245944,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -244794,7 +246009,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -244805,46 +246020,46 @@ ] }, { - "Id": "build935", + "Id": "build671", "Properties": [ { "Name": "GameId", - "Value": "SPEC_FIREWORK04", + "Value": "T_TRIFLOOR_Q", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_TRIPLE_NAME", + "Value": "BLD_T_TRIFLOOR_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_TRIPLE_NAME_L", + "Value": "BLD_T_TRIFLOOR_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_TRIPLE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FIREWORK04.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_FLOOR_TRI_QUARTER.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "60", + "Value": "1", "Type": 1 }, { @@ -244864,7 +246079,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { @@ -244884,7 +246099,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", "Type": 1 }, { @@ -244929,7 +246144,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -244940,46 +246155,46 @@ ] }, { - "Id": "build936", + "Id": "other672", "Properties": [ { "Name": "GameId", - "Value": "SPEC_FIREWORK05", + "Value": "SCIEN_WINGBD", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_WEDGES_NAME", + "Value": "UI_SCIENTIFIC_WING_BD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_WEDGES_NAME_L", + "Value": "UI_SCIENTIFIC_WING_BD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_WEDGES_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FIREWORK05.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.BD.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "60", + "Value": "310000", "Type": 1 }, { @@ -244999,17 +246214,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -245019,7 +246234,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", "Type": 1 }, { @@ -245075,46 +246290,46 @@ ] }, { - "Id": "build937", + "Id": "build672", "Properties": [ { "Name": "GameId", - "Value": "SPEC_FIREWORK06", + "Value": "T_GFLOOR", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_WHEEL_NAME", + "Value": "BLD_T_GFLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_WHEEL_NAME_L", + "Value": "BLD_T_GFLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_WHEEL_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FIREWORK06.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_GFLOOR.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "60", + "Value": "3", "Type": 1 }, { @@ -245134,7 +246349,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { @@ -245154,7 +246369,142 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "3", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "other673", + "Properties": [ + { + "Name": "GameId", + "Value": "SCIEN_WINGC", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SCIENTIFIC_WING_C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SCIENTIFIC_WING_C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SCIENTIFIC_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SCIENTIFIC_WING_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", "Type": 1 }, { @@ -245210,36 +246560,36 @@ ] }, { - "Id": "build939", + "Id": "build673", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL01", + "Value": "T_RAMP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_01_NAME", + "Value": "BLD_T_RAMP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_01_NAME_L", + "Value": "BLD_T_RAMP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_01_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.DECAL01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_RAMP.DDS", "Type": 1 }, { @@ -245249,7 +246599,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -245345,46 +246695,46 @@ ] }, { - "Id": "build940", + "Id": "other674", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FIREWORK01", + "Value": "SCIEN_WINGDA", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_EXPD_01_NAME", + "Value": "UI_SCIENTIFIC_WING_DA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_EXPD_01_NAME_L", + "Value": "UI_SCIENTIFIC_WING_DA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_EXPD_01_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORK01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.DA.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "50", + "Value": "310000", "Type": 1 }, { @@ -245404,17 +246754,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -245424,7 +246774,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", "Type": 1 }, { @@ -245480,46 +246830,46 @@ ] }, { - "Id": "build941", + "Id": "build674", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FIREWORK02", + "Value": "T_RAMP_H", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_EXPD_02_NAME", + "Value": "BLD_T_RAMP_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_EXPD_02_NAME_L", + "Value": "BLD_T_RAMP_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_EXPD_02_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORK02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_RAMP_THIN.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "50", + "Value": "1", "Type": 1 }, { @@ -245539,7 +246889,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { @@ -245559,7 +246909,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", "Type": 1 }, { @@ -245604,7 +246954,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -245615,46 +246965,46 @@ ] }, { - "Id": "build942", + "Id": "other675", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FIREWORK03", + "Value": "SCIEN_WINGDB", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_EXPD_03_NAME", + "Value": "UI_SCIENTIFIC_WING_DB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_EXPD_03_NAME_L", + "Value": "UI_SCIENTIFIC_WING_DB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_EXPD_03_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORK03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.DB.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "50", + "Value": "310000", "Type": 1 }, { @@ -245674,17 +247024,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -245694,7 +247044,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", "Type": 1 }, { @@ -245750,36 +247100,36 @@ ] }, { - "Id": "build943", + "Id": "build675", "Properties": [ { "Name": "GameId", - "Value": "BLD_EXPD_BASE01", + "Value": "T_ROOF0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_01_NAME", + "Value": "BLD_T_ROOF0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_01_NAME_L", + "Value": "BLD_T_ROOF0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_BLD_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_01_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.BASEPART01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP0.DDS", "Type": 1 }, { @@ -245789,7 +247139,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -245834,7 +247184,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -245885,46 +247235,46 @@ ] }, { - "Id": "build944", + "Id": "other676", "Properties": [ { "Name": "GameId", - "Value": "MYSTERY_BEACON", + "Value": "SCIEN_WINGDC", "Type": 1 }, { "Name": "Name", - "Value": "UI_MYSTERY_BEACON_NAME", + "Value": "UI_SCIENTIFIC_WING_DC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_MYSTERY_BEACON_NAME_L", + "Value": "UI_SCIENTIFIC_WING_DC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_MYSTERY_BEACON_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_MYSTERY_BEACON_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.MYSTERYBEACON.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.DC.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "1A2733", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "80", + "Value": "310000", "Type": 1 }, { @@ -245944,17 +247294,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -245964,7 +247314,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -246020,46 +247370,46 @@ ] }, { - "Id": "build945", + "Id": "build676", "Properties": [ { "Name": "GameId", - "Value": "MYSTERY_TRACKER", + "Value": "T_ROOF1", "Type": 1 }, { "Name": "Name", - "Value": "UI_MYSTERY_TRACKER_NAME", + "Value": "BLD_T_ROOF1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_MYSTERY_TRACKER_NAME_L", + "Value": "BLD_T_ROOF1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_MYSTERY_TRACKER_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_MYSTERY_TRACKER_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.MYSTERYTRACKER.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP1.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "1A2733", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "3200", + "Value": "2", "Type": 1 }, { @@ -246079,12 +247429,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "BuildingPart", "Type": 1 }, { @@ -246099,12 +247449,12 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -246144,7 +247494,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -246155,36 +247505,36 @@ ] }, { - "Id": "build946", + "Id": "other677", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL03", + "Value": "SCIEN_WINGDD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_03_NAME", + "Value": "UI_SCIENTIFIC_WING_DD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_03_NAME_L", + "Value": "UI_SCIENTIFIC_WING_DD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_03_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.DECAL03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.DD.DDS", "Type": 1 }, { @@ -246194,7 +247544,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -246214,17 +247564,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -246279,7 +247629,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -246290,36 +247640,36 @@ ] }, { - "Id": "build947", + "Id": "build677", "Properties": [ { "Name": "GameId", - "Value": "DECAL_BIOME3", + "Value": "T_ROOF2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_BIOME3_NAME", + "Value": "BLD_T_ROOF2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_BIOME3_NAME_L", + "Value": "BLD_T_ROOF2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_BIOME3_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL14.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP2.DDS", "Type": 1 }, { @@ -246329,7 +247679,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -246374,7 +247724,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -246425,36 +247775,36 @@ ] }, { - "Id": "build948", + "Id": "other678", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CPLANET1", + "Value": "SCIEN_WINGE", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREPLANET1_NAME", + "Value": "UI_SCIENTIFIC_WING_E_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREPLANET1_NAME_L", + "Value": "UI_SCIENTIFIC_WING_E_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREPLANET1_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL15.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.E.DDS", "Type": 1 }, { @@ -246464,7 +247814,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -246484,17 +247834,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -246549,7 +247899,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -246560,36 +247910,36 @@ ] }, { - "Id": "build949", + "Id": "build678", "Properties": [ { "Name": "GameId", - "Value": "DECAL_STARTSHIP", + "Value": "T_ROOF3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_STARTSHIP_NAME", + "Value": "BLD_T_ROOF3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_STARTSHIP_NAME_L", + "Value": "BLD_T_ROOF3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_STARTSHIP_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL16.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP3.DDS", "Type": 1 }, { @@ -246599,7 +247949,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -246644,7 +247994,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -246695,36 +248045,36 @@ ] }, { - "Id": "build950", + "Id": "other679", "Properties": [ { "Name": "GameId", - "Value": "DECAL_GALCORE", + "Value": "SCIEN_WINGF", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_GALCORE_NAME", + "Value": "UI_SCIENTIFIC_WING_F_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_GALCORE_NAME_L", + "Value": "UI_SCIENTIFIC_WING_F_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_GALCORE_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL17.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.F.DDS", "Type": 1 }, { @@ -246734,7 +248084,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -246754,17 +248104,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -246819,7 +248169,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -246830,36 +248180,36 @@ ] }, { - "Id": "build951", + "Id": "build679", "Properties": [ { "Name": "GameId", - "Value": "DECAL_UWTREAS", + "Value": "T_ROOF4", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_UWTREASURE_NAME", + "Value": "BLD_T_ROOF4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_UWTREASURE_NAME_L", + "Value": "BLD_T_ROOF4_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_UWTREASURE_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL18.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP4.DDS", "Type": 1 }, { @@ -246869,7 +248219,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -246914,7 +248264,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -246965,36 +248315,36 @@ ] }, { - "Id": "build952", + "Id": "other680", "Properties": [ { "Name": "GameId", - "Value": "DECAL_NEXUSM", + "Value": "SCIEN_WINGFA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_NEXUSMISSION_NAME", + "Value": "UI_SCIENTIFIC_WING_F_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_NEXUSMISSION_NAME_L", + "Value": "UI_SCIENTIFIC_WING_F_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_NEXUSMISSION_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL19.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.FA.DDS", "Type": 1 }, { @@ -247004,7 +248354,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -247024,17 +248374,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -247089,7 +248439,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -247100,36 +248450,36 @@ ] }, { - "Id": "build953", + "Id": "build680", "Properties": [ { "Name": "GameId", - "Value": "S_SAIL0", + "Value": "T_ROOF5", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SAIL0_NAME", + "Value": "BLD_T_ROOF5_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SAIL0_NAME_L", + "Value": "BLD_T_ROOF5_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SAIL0_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP5.DDS", "Type": 1 }, { @@ -247139,7 +248489,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -247184,7 +248534,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -247235,36 +248585,36 @@ ] }, { - "Id": "build954", + "Id": "other681", "Properties": [ { "Name": "GameId", - "Value": "S_SAIL1", + "Value": "SCIEN_WINGG", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SAIL1_NAME", + "Value": "UI_SCIENTIFIC_WING_G_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SAIL1_NAME_L", + "Value": "UI_SCIENTIFIC_WING_G_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SAIL1_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.G.DDS", "Type": 1 }, { @@ -247274,7 +248624,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -247294,17 +248644,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -247359,7 +248709,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -247370,36 +248720,36 @@ ] }, { - "Id": "build955", + "Id": "build681", "Properties": [ { "Name": "GameId", - "Value": "S_SAIL2", + "Value": "T_ROOF6", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SAIL2_NAME", + "Value": "BLD_T_ROOF6_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SAIL2_NAME_L", + "Value": "BLD_T_ROOF6_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SAIL2_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP6.DDS", "Type": 1 }, { @@ -247409,7 +248759,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -247454,7 +248804,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -247505,36 +248855,36 @@ ] }, { - "Id": "build956", + "Id": "other682", "Properties": [ { "Name": "GameId", - "Value": "S_SAIL3", + "Value": "SCIEN_WINGGA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SAIL3_NAME", + "Value": "UI_SCIENTIFIC_WING_GA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SAIL3_NAME_L", + "Value": "UI_SCIENTIFIC_WING_GA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SAIL3_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.G.ACC.A.DDS", "Type": 1 }, { @@ -247544,7 +248894,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -247564,17 +248914,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -247629,7 +248979,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -247640,36 +248990,36 @@ ] }, { - "Id": "build957", + "Id": "build682", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER12", + "Value": "T_ROOF7", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER12_NAME", + "Value": "BLD_T_ROOF7_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER12_NAME_L", + "Value": "BLD_T_ROOF7_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER12_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER12.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_TOP7.DDS", "Type": 1 }, { @@ -247679,7 +249029,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -247724,7 +249074,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -247775,36 +249125,36 @@ ] }, { - "Id": "build958", + "Id": "other683", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER14", + "Value": "SCIEN_WINGHA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER14_NAME", + "Value": "UI_SCIENTIFIC_WING_HA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER14_NAME_L", + "Value": "UI_SCIENTIFIC_WING_HA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER14_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER14.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.HA.DDS", "Type": 1 }, { @@ -247814,7 +249164,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -247834,17 +249184,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -247899,7 +249249,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -247910,36 +249260,36 @@ ] }, { - "Id": "build959", + "Id": "build683", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER16", + "Value": "T_ROOF_M", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER16_NAME", + "Value": "BLD_T_ROOF_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER16_NAME_L", + "Value": "BLD_T_ROOF_M_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER16_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER16.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_MIDDLE.DDS", "Type": 1 }, { @@ -247949,7 +249299,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -248045,46 +249395,46 @@ ] }, { - "Id": "build960", + "Id": "other684", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FIREWORK04", + "Value": "SCIEN_WINGHB", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WORMFIREWORK_NAME", + "Value": "UI_SCIENTIFIC_WING_HB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WORMFIREWORK_NAME_L", + "Value": "UI_SCIENTIFIC_WING_HB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_WORMFIREWORK_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.WORMFIREWORK.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.HB.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "50", + "Value": "310000", "Type": 1 }, { @@ -248104,17 +249454,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -248124,7 +249474,7 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "1", "Type": 1 }, { @@ -248180,36 +249530,36 @@ ] }, { - "Id": "build961", + "Id": "build684", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL04", + "Value": "T_ROOF_C", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_04_NAME", + "Value": "BLD_T_ROOF_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_04_NAME_L", + "Value": "BLD_T_ROOF_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_04_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.DECAL04.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_CORNER.DDS", "Type": 1 }, { @@ -248219,7 +249569,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -248315,36 +249665,36 @@ ] }, { - "Id": "build962", + "Id": "other685", "Properties": [ { "Name": "GameId", - "Value": "BLD_SKULL", + "Value": "SCIEN_WINGHC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WORMSKULL_NAME", + "Value": "UI_SCIENTIFIC_WING_HC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WORMSKULL_NAME_L", + "Value": "UI_SCIENTIFIC_WING_HC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_WORMSKULL_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_WORMSKULL_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.BASEFOSSIL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.HC.DDS", "Type": 1 }, { @@ -248354,7 +249704,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "310000", "Type": 1 }, { @@ -248374,17 +249724,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -248439,7 +249789,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -248450,36 +249800,36 @@ ] }, { - "Id": "build963", + "Id": "build685", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL05", + "Value": "T_ROOF_IC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_05_NAME", + "Value": "BLD_T_ROOF_IC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_05_NAME_L", + "Value": "BLD_T_ROOF_IC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_05_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL05.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_CORNERINNER.DDS", "Type": 1 }, { @@ -248489,7 +249839,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -248585,36 +249935,36 @@ ] }, { - "Id": "build964", + "Id": "other686", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER06A", + "Value": "SCIEN_WINGHD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER6A_NAME", + "Value": "UI_SCIENTIFIC_WING_HD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER6A_NAME_L", + "Value": "UI_SCIENTIFIC_WING_HD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER6A_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER06A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.HD.DDS", "Type": 1 }, { @@ -248624,7 +249974,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -248644,17 +249994,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -248709,7 +250059,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -248720,36 +250070,36 @@ ] }, { - "Id": "build965", + "Id": "build686", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER06B", + "Value": "T_CHEV_WALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER6B_NAME", + "Value": "BLD_T_CHEV_WALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER6B_NAME_L", + "Value": "BLD_T_CHEV_WALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER6B_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER06B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL.DDS", "Type": 1 }, { @@ -248759,7 +250109,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -248855,36 +250205,36 @@ ] }, { - "Id": "build966", + "Id": "other687", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER06C", + "Value": "SCIEN_WINGI", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER6C_NAME", + "Value": "UI_SCIENTIFIC_WING_I_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER6C_NAME_L", + "Value": "UI_SCIENTIFIC_WING_I_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER6C_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER06C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.I.DDS", "Type": 1 }, { @@ -248894,7 +250244,142 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build687", + "Properties": [ + { + "Name": "GameId", + "Value": "T_CHEV_DOOR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_CHEV_DOOR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_CHEV_DOOR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_DOOR.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "2", "Type": 1 }, { @@ -248939,7 +250424,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -248990,36 +250475,36 @@ ] }, { - "Id": "build967", + "Id": "other688", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FLAG_06A", + "Value": "SCIEN_WINGKA", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_FLAG_06A_NAME", + "Value": "UI_SCIENTIFIC_WING_K_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_FLAG_06A_NAME_L", + "Value": "UI_SCIENTIFIC_WING_K_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_EXPD_FLAG_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_FLAG_06A_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.KA.DDS", "Type": 1 }, { @@ -249029,7 +250514,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -249049,17 +250534,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -249114,7 +250599,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -249125,36 +250610,36 @@ ] }, { - "Id": "build968", + "Id": "build688", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FLAG_06B", + "Value": "T_CHEV_WALL_H_C", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_FLAG_06B_NAME", + "Value": "BLD_T_CHEV_WALL_H_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_FLAG_06B_NAME_L", + "Value": "BLD_T_CHEV_WALL_H_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_EXPD_FLAG_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_FLAG_06B_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_CORNER_HALF.DDS", "Type": 1 }, { @@ -249164,7 +250649,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "3", "Type": 1 }, { @@ -249209,7 +250694,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -249260,36 +250745,36 @@ ] }, { - "Id": "build969", + "Id": "other689", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FLAG_06C", + "Value": "SCIEN_WINGKB", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_FLAG_06C_NAME", + "Value": "UI_SCIENTIFIC_WING_KB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_FLAG_06C_NAME_L", + "Value": "UI_SCIENTIFIC_WING_KB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_EXPD_FLAG_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_FLAG_06C_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.KB.DDS", "Type": 1 }, { @@ -249299,7 +250784,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -249319,17 +250804,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -249384,7 +250869,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -249395,36 +250880,36 @@ ] }, { - "Id": "build970", + "Id": "build689", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FLAG_06D", + "Value": "T_CHEV_WIN0", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_FLAG_06D_NAME", + "Value": "BLD_T_CHEV_WIN0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_FLAG_06D_NAME_L", + "Value": "BLD_T_CHEV_WIN0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_EXPD_FLAG_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_FLAG_06D_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06D.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_WINDOW0.DDS", "Type": 1 }, { @@ -249434,7 +250919,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -249530,36 +251015,36 @@ ] }, { - "Id": "build971", + "Id": "other690", "Properties": [ { "Name": "GameId", - "Value": "EXPD_FLAG_06E", + "Value": "SCIEN_WINGKC", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_FLAG_06E_NAME", + "Value": "UI_SCIENTIFIC_WING_KC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_FLAG_06E_NAME_L", + "Value": "UI_SCIENTIFIC_WING_KC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_EXPD_FLAG_SUB", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_FLAG_06E_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06E.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.KC.DDS", "Type": 1 }, { @@ -249569,7 +251054,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -249589,17 +251074,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -249654,7 +251139,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -249665,36 +251150,36 @@ ] }, { - "Id": "build972", + "Id": "build690", "Properties": [ { "Name": "GameId", - "Value": "EXPD_CUBE_06", + "Value": "T_CHEV_WIN1", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_CUBE_06_NAME", + "Value": "BLD_T_CHEV_WIN1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_CUBE_06_NAME_L", + "Value": "BLD_T_CHEV_WIN1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_EXPD_CUBE_06_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_CUBE_06_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.CUBE06.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_WINDOW1.DDS", "Type": 1 }, { @@ -249704,7 +251189,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -249800,36 +251285,36 @@ ] }, { - "Id": "build973", + "Id": "other691", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL06", + "Value": "SCIEN_WINGKD", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_06_NAME", + "Value": "UI_SCIENTIFIC_WING_KD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_06_NAME_L", + "Value": "UI_SCIENTIFIC_WING_KD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_06_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL06.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.KD.DDS", "Type": 1 }, { @@ -249839,7 +251324,142 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build691", + "Properties": [ + { + "Name": "GameId", + "Value": "T_CHEV_WIN2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_CHEV_WIN2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_CHEV_WIN2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_CHEV_WALL_WINDOW2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", "Type": 1 }, { @@ -249935,36 +251555,36 @@ ] }, { - "Id": "build974", + "Id": "other692", "Properties": [ { "Name": "GameId", - "Value": "DECAL_WORM_P1", + "Value": "SCIEN_WINGL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_WORM_P1_NAME", + "Value": "UI_SCIENTIFIC_WING_L_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_WORM_P1_NAME_L", + "Value": "UI_SCIENTIFIC_WING_L_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_WORM_P1_NAME_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGS.L.DDS", "Type": 1 }, { @@ -249974,7 +251594,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -249994,17 +251614,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -250059,7 +251679,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -250070,36 +251690,36 @@ ] }, { - "Id": "build975", + "Id": "build692", "Properties": [ { "Name": "GameId", - "Value": "DECAL_WORM_P2", + "Value": "T_ROOF_M_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_WORM_P2_NAME", + "Value": "BLD_T_ROOF_M_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_WORM_P2_NAME_L", + "Value": "BLD_T_ROOF_M_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_WORM_P2_NAME_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_MIDDLE_QUARTER.DDS", "Type": 1 }, { @@ -250109,7 +251729,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -250205,36 +251825,36 @@ ] }, { - "Id": "build976", + "Id": "other693", "Properties": [ { "Name": "GameId", - "Value": "DECAL_WORM_P3", + "Value": "SCIEN_WINGT_A", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_WORM_P3_NAME", + "Value": "UI_SCIENTIFIC_WING_T_A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_WORM_P3_NAME_L", + "Value": "UI_SCIENTIFIC_WING_T_A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_WORM_P3_NAME_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGST.A.DDS", "Type": 1 }, { @@ -250244,7 +251864,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -250264,17 +251884,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -250329,7 +251949,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -250340,36 +251960,36 @@ ] }, { - "Id": "build977", + "Id": "build693", "Properties": [ { "Name": "GameId", - "Value": "DECAL_WORM_P4", + "Value": "T_ROOF_E_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_WORM_P4_NAME", + "Value": "BLD_T_ROOF_E_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_WORM_P4_NAME_L", + "Value": "BLD_T_ROOF_E_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_WORM_P4_NAME_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_END_QUARTER.DDS", "Type": 1 }, { @@ -250379,7 +251999,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -250475,36 +252095,36 @@ ] }, { - "Id": "build978", + "Id": "other694", "Properties": [ { "Name": "GameId", - "Value": "DECAL_WORM_P5", + "Value": "SCIEN_WINGT_C", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_WORM_P5_NAME", + "Value": "UI_SCIENTIFIC_WING_T_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_WORM_P5_NAME_L", + "Value": "UI_SCIENTIFIC_WING_T_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_WORM_P5_NAME_DESC", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGST.C.DDS", "Type": 1 }, { @@ -250514,7 +252134,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -250534,17 +252154,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -250599,7 +252219,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -250610,36 +252230,36 @@ ] }, { - "Id": "build979", + "Id": "build694", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER20", + "Value": "T_ROOF_M_CAP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER20_NAME", + "Value": "BLD_T_ROOF_M_CAP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER20_NAME_L", + "Value": "BLD_T_ROOF_M_CAP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER20_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER20.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_MIDDLE_CAP.DDS", "Type": 1 }, { @@ -250649,7 +252269,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -250745,36 +252365,36 @@ ] }, { - "Id": "build980", + "Id": "other695", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER21", + "Value": "SCIEN_WINGT_F", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER21_NAME", + "Value": "UI_SCIENTIFIC_WING_T_F_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER21_NAME_L", + "Value": "UI_SCIENTIFIC_WING_T_F_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER21_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER21.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGST.F.DDS", "Type": 1 }, { @@ -250784,7 +252404,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", "Type": 1 }, { @@ -250804,17 +252424,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -250869,7 +252489,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -250880,36 +252500,36 @@ ] }, { - "Id": "build981", + "Id": "build695", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER22", + "Value": "T_ROOF_E_CAP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER22_NAME", + "Value": "BLD_T_ROOF_E_CAP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER22_NAME_L", + "Value": "BLD_T_ROOF_E_CAP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER22_DESCRIPTION", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER22.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_ROOF_END_CAP.DDS", "Type": 1 }, { @@ -250919,7 +252539,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -251015,36 +252635,36 @@ ] }, { - "Id": "build982", + "Id": "other696", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL07", + "Value": "SCIEN_WINGT_G", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_07_NAME", + "Value": "UI_SCIENTIFIC_WING_T_G_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_07_NAME_L", + "Value": "UI_SCIENTIFIC_WING_T_G_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_07_DESCRIPTION", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL07.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGST.G.DDS", "Type": 1 }, { @@ -251054,7 +252674,142 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "310000", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Special", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build696", + "Properties": [ + { + "Name": "GameId", + "Value": "T_DOOR_H", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_DOOR_H_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_DOOR_H_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOOR_HALF0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "2", "Type": 1 }, { @@ -251099,7 +252854,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -251150,36 +252905,36 @@ ] }, { - "Id": "build983", + "Id": "other697", "Properties": [ { "Name": "GameId", - "Value": "BASE_TOYJELLY", + "Value": "SCIEN_WINGT_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_TOYJELLY_NAME", + "Value": "UI_SCIENTIFIC_WING_T_I_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_TOYJELLY_NAME_L", + "Value": "UI_SCIENTIFIC_WING_T_I_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_TOYJELLY_DESC", + "Value": "UI_SCIENTIFIC_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_TOYJELLY_SUB", + "Value": "UI_SCIENTIFIC_WING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TOYJELLY.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SHIPICONS/SHIPPARTS.SCIENTIFICWINGST.I.DDS", "Type": 1 }, { @@ -251189,7 +252944,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "310000", "Type": 1 }, { @@ -251209,17 +252964,17 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Special", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Common", + "Value": "Rare", "Type": 1 }, { @@ -251274,7 +253029,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -251285,36 +253040,36 @@ ] }, { - "Id": "build984", + "Id": "build700", "Properties": [ { "Name": "GameId", - "Value": "BASE_SWAMP1", + "Value": "T_DOORWINDOW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_SWAMPPLANT_1_NAME", + "Value": "BLD_T_DOORWINDOW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_SWAMPPLANT_1_NAME_L", + "Value": "BLD_T_DOORWINDOW_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_SWAMPPLANT_1_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.SWAMPPLANT01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOORWINDOW0.DDS", "Type": 1 }, { @@ -251324,7 +253079,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -251369,7 +253124,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -251420,36 +253175,36 @@ ] }, { - "Id": "build985", + "Id": "build704", "Properties": [ { "Name": "GameId", - "Value": "BASE_SWAMP2", + "Value": "T_GDOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_SWAMPPLANT_2_NAME", + "Value": "BLD_T_GDOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_SWAMPPLANT_2_NAME_L", + "Value": "BLD_T_GDOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_SWAMPPLANT_2_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.SWAMPPLANT02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_DOORGARAGE0.DDS", "Type": 1 }, { @@ -251459,7 +253214,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -251504,7 +253259,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -251555,36 +253310,36 @@ ] }, { - "Id": "build986", + "Id": "build708", "Properties": [ { "Name": "GameId", - "Value": "BASE_SWAMP3", + "Value": "T_ARCH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_SWAMPPLANT_3_NAME", + "Value": "BLD_T_ARCH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_SWAMPPLANT_3_NAME_L", + "Value": "BLD_T_ARCH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_SWAMPPLANT_3_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.SWAMPPLANT03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_ARCH.DDS", "Type": 1 }, { @@ -251594,7 +253349,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -251690,36 +253445,36 @@ ] }, { - "Id": "build987", + "Id": "build712", "Properties": [ { "Name": "GameId", - "Value": "BASE_HOUDINI1", + "Value": "T_ARCH_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_HOUDINIPLANT_1_NAME", + "Value": "BLD_T_ARCH_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_HOUDINIPLANT_1_NAME_L", + "Value": "BLD_T_ARCH_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_HOUDINIPLANT_1_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.HOUDINIPLANT01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALL_ARCHHALF.DDS", "Type": 1 }, { @@ -251729,7 +253484,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -251825,36 +253580,36 @@ ] }, { - "Id": "build988", + "Id": "build716", "Properties": [ { "Name": "GameId", - "Value": "BASE_HOUDINI2", + "Value": "T_RAMP_Q_TOP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_HOUDINIPLANT_2_NAME", + "Value": "BLD_T_RAMP_Q_TOP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_HOUDINIPLANT_2_NAME_L", + "Value": "BLD_T_RAMP_Q_TOP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_TIMBER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_HOUDINIPLANT_2_DESC", + "Value": "BLD_BASIC_TIMBER_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.HOUDINIPLANT02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_RAMP_QUARTERTOP.DDS", "Type": 1 }, { @@ -251864,7 +253619,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "3", "Type": 1 }, { @@ -251909,7 +253664,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -251960,36 +253715,36 @@ ] }, { - "Id": "build989", + "Id": "build717", "Properties": [ { "Name": "GameId", - "Value": "BASE_HOUDINI3", + "Value": "F_WALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_HOUDINIPLANT_3_NAME", + "Value": "BLD_F_WALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_HOUDINIPLANT_3_NAME_L", + "Value": "BLD_F_WALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_HOUDINIPLANT_3_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.HOUDINIPLANT03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL.DDS", "Type": 1 }, { @@ -251999,7 +253754,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -252095,36 +253850,36 @@ ] }, { - "Id": "build990", + "Id": "build721", "Properties": [ { "Name": "GameId", - "Value": "BASE_INFEST1", + "Value": "F_WALL_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_INFESTEDPLANT_1_NAME", + "Value": "BLD_F_WALL_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_INFESTEDPLANT_1_NAME_L", + "Value": "BLD_F_WALL_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_INFESTEDPLANT_1_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.INFESTEDPLANT01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_HALF.DDS", "Type": 1 }, { @@ -252134,7 +253889,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -252230,36 +253985,36 @@ ] }, { - "Id": "build991", + "Id": "build725", "Properties": [ { "Name": "GameId", - "Value": "BASE_INFEST2", + "Value": "F_WALL_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_INFESTEDPLANT_2_NAME", + "Value": "BLD_F_WALL_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_INFESTEDPLANT_2_NAME_L", + "Value": "BLD_F_WALL_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_INFESTEDPLANT_2_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.INFESTEDPLANT02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL.DDS", "Type": 1 }, { @@ -252269,7 +254024,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -252365,36 +254120,36 @@ ] }, { - "Id": "build992", + "Id": "build726", "Properties": [ { "Name": "GameId", - "Value": "BASE_INFEST3", + "Value": "F_WALL_Q1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_INFESTEDPLANT_3_NAME", + "Value": "BLD_F_WALL_Q1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_INFESTEDPLANT_3_NAME_L", + "Value": "BLD_F_WALL_Q1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_INFESTEDPLANT_3_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.INFESTEDPLANT03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL1.DDS", "Type": 1 }, { @@ -252404,7 +254159,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -252500,36 +254255,36 @@ ] }, { - "Id": "build993", + "Id": "build727", "Properties": [ { "Name": "GameId", - "Value": "DECAL_AGT", + "Value": "F_WALL_Q_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_AGT_NAME", + "Value": "BLD_F_WALL_Q_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_AGT_NAME_L", + "Value": "BLD_F_WALL_Q_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_AGT_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL11.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL_HALF.DDS", "Type": 1 }, { @@ -252539,7 +254294,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -252635,36 +254390,36 @@ ] }, { - "Id": "build994", + "Id": "build728", "Properties": [ { "Name": "GameId", - "Value": "FRE_FACE_WINDOW", + "Value": "F_WALL_Q_H1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_FACE_WINDOW_NAME", + "Value": "BLD_F_WALL_Q_H1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_FACE_WINDOW_NAME_L", + "Value": "BLD_F_WALL_Q_H1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_FACE_WINDOW_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_FACE.WINDOW.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_SMALL_HALF1.DDS", "Type": 1 }, { @@ -252714,7 +254469,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -252770,36 +254525,36 @@ ] }, { - "Id": "build995", + "Id": "build729", "Properties": [ { "Name": "GameId", - "Value": "FRE_FACE_DOOR_A", + "Value": "F_WALLDIAGONAL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_FACE_DOOR_NAME", + "Value": "BLD_F_WALLDIAGONAL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_FACE_DOOR_NAME_L", + "Value": "BLD_F_WALLDIAGONAL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_FACE_DOOR_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_FACE.DOOR.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_TRI.DDS", "Type": 1 }, { @@ -252849,7 +254604,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -252905,36 +254660,36 @@ ] }, { - "Id": "build996", + "Id": "build733", "Properties": [ { "Name": "GameId", - "Value": "FRE_CORR_G_STA", + "Value": "F_WALL_WINDOW", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_CORR_STAIRS_G_NAME", + "Value": "BLD_F_WALL_WINDOW_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_CORR_STAIRS_G_NAME_L", + "Value": "BLD_F_WALL_WINDOW_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_CORR_STAIRS_G_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR.A.GLASS.STAIRS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW0.DDS", "Type": 1 }, { @@ -252984,7 +254739,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -253040,36 +254795,36 @@ ] }, { - "Id": "build997", + "Id": "build737", "Properties": [ { "Name": "GameId", - "Value": "FRE_EXT_W_STA", + "Value": "F_WALL_WIN1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_CORR_STAIRS_EXT_NAME", + "Value": "BLD_F_WALL_WIN1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_CORR_STAIRS_EXT_NAME_L", + "Value": "BLD_F_WALL_WIN1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_CORR_STAIRS_EXT_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR.EXT.WALKWAY.STAIRS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW1.DDS", "Type": 1 }, { @@ -253119,7 +254874,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -253175,36 +254930,36 @@ ] }, { - "Id": "build998", + "Id": "build741", "Properties": [ { "Name": "GameId", - "Value": "FRE_FACE_WALL", + "Value": "F_WALL_WIN2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_FACE_WALL_NAME", + "Value": "BLD_F_WALL_WIN2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_FACE_WALL_NAME_L", + "Value": "BLD_F_WALL_WIN2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_PART_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_FACE_WALL_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_FACE.WALL.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW2.DDS", "Type": 1 }, { @@ -253254,7 +255009,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -253310,36 +255065,36 @@ ] }, { - "Id": "build999", + "Id": "build745", "Properties": [ { "Name": "GameId", - "Value": "FRE_ROOM_IND1", + "Value": "F_WALL_WIN3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FRE_ROOM_IND1_NAME", + "Value": "BLD_F_WALL_WIN3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FRE_ROOM_IND1_NAME_L", + "Value": "BLD_F_WALL_WIN3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FRE_ROOM_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FRE_ROOM_IND_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.IND1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_WINDOW3.DDS", "Type": 1 }, { @@ -253389,7 +255144,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -253445,36 +255200,36 @@ ] }, { - "Id": "build1000", + "Id": "build749", "Properties": [ { "Name": "GameId", - "Value": "BASE_WPLANT4", + "Value": "F_DOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WATERPLANT_4_NAME", + "Value": "BLD_F_DOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WATERPLANT_4_NAME_L", + "Value": "BLD_F_DOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_WATERPLANT_4_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WATERPLANT04.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOOR0.DDS", "Type": 1 }, { @@ -253484,7 +255239,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -253529,7 +255284,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -253580,36 +255335,36 @@ ] }, { - "Id": "build1001", + "Id": "build753", "Properties": [ { "Name": "GameId", - "Value": "BASE_WPLANT5", + "Value": "F_DOOR1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WATERPLANT_5_NAME", + "Value": "BLD_F_DOOR1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WATERPLANT_5_NAME_L", + "Value": "BLD_F_DOOR1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_WATERPLANT_5_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WATERPLANT05.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOOR1.DDS", "Type": 1 }, { @@ -253619,7 +255374,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -253664,7 +255419,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -253715,36 +255470,36 @@ ] }, { - "Id": "build1002", + "Id": "build757", "Properties": [ { "Name": "GameId", - "Value": "BASE_WPLANT6", + "Value": "F_FLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WATERPLANT_6_NAME", + "Value": "BLD_F_FLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WATERPLANT_6_NAME_L", + "Value": "BLD_F_FLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_WATERPLANT_6_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WATERPLANT06.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR.DDS", "Type": 1 }, { @@ -253754,7 +255509,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -253850,36 +255605,36 @@ ] }, { - "Id": "build1003", + "Id": "build758", "Properties": [ { "Name": "GameId", - "Value": "BASE_FLOWER1", + "Value": "F_FLOOR_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FLOWER_1_NAME", + "Value": "BLD_F_FLOOR_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FLOWER_1_NAME_L", + "Value": "BLD_F_FLOOR_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FLOWER_1_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FLOWER01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR_QUARTER.DDS", "Type": 1 }, { @@ -253889,7 +255644,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -253985,36 +255740,36 @@ ] }, { - "Id": "build1004", + "Id": "build759", "Properties": [ { "Name": "GameId", - "Value": "BASE_FLOWER2", + "Value": "F_TRIFLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FLOWER_2_NAME", + "Value": "BLD_F_TRIFLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FLOWER_2_NAME_L", + "Value": "BLD_F_TRIFLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FLOWER_2_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FLOWER02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR_TRI.DDS", "Type": 1 }, { @@ -254024,7 +255779,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -254120,36 +255875,36 @@ ] }, { - "Id": "build1005", + "Id": "build760", "Properties": [ { "Name": "GameId", - "Value": "BASE_FLOWER3", + "Value": "F_TRIFLOOR_Q", "Type": 1 }, { "Name": "Name", - "Value": "BLD_FLOWER_3_NAME", + "Value": "BLD_F_TRIFLOOR_Q_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_FLOWER_3_NAME_L", + "Value": "BLD_F_TRIFLOOR_Q_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FLORA_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_FLOWER_3_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FLOWER03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_FLOOR_TRI_QUARTER.DDS", "Type": 1 }, { @@ -254159,7 +255914,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -254255,36 +256010,36 @@ ] }, { - "Id": "build1006", + "Id": "build761", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER09A", + "Value": "F_GFLOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER9A_NAME", + "Value": "BLD_F_GFLOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER9A_NAME_L", + "Value": "BLD_F_GFLOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER9A_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER09A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_GFLOOR.DDS", "Type": 1 }, { @@ -254294,7 +256049,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "3", "Type": 1 }, { @@ -254339,7 +256094,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -254390,36 +256145,36 @@ ] }, { - "Id": "build1007", + "Id": "build762", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER09B", + "Value": "F_RAMP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER9B_NAME", + "Value": "BLD_F_RAMP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER9B_NAME_L", + "Value": "BLD_F_RAMP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER9B_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER09B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_RAMP.DDS", "Type": 1 }, { @@ -254429,7 +256184,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -254525,36 +256280,36 @@ ] }, { - "Id": "build1008", + "Id": "build763", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER09C", + "Value": "F_RAMP_H", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER9C_NAME", + "Value": "BLD_F_RAMP_H_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER9C_NAME_L", + "Value": "BLD_F_RAMP_H_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER9C_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER09C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_RAMP_THIN.DDS", "Type": 1 }, { @@ -254564,7 +256319,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -254660,36 +256415,36 @@ ] }, { - "Id": "build1009", + "Id": "build764", "Properties": [ { "Name": "GameId", - "Value": "BLD_HOLOGEK", + "Value": "F_ROOF0", "Type": 1 }, { "Name": "Name", - "Value": "BLD_HOLOGEK_NAME", + "Value": "BLD_F_ROOF0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_HOLOGEK_NAME_L", + "Value": "BLD_F_ROOF0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_HOLOGEK_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_HOLOGEK_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.HOLOGEK.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP0.DDS", "Type": 1 }, { @@ -254699,7 +256454,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "2", "Type": 1 }, { @@ -254744,7 +256499,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -254795,36 +256550,36 @@ ] }, { - "Id": "build1010", + "Id": "build765", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL09", + "Value": "F_ROOF1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_09_NAME", + "Value": "BLD_F_ROOF1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_09_NAME_L", + "Value": "BLD_F_ROOF1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_09_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL09.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP1.DDS", "Type": 1 }, { @@ -254834,7 +256589,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -254879,7 +256634,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -254930,36 +256685,36 @@ ] }, { - "Id": "build1011", + "Id": "build766", "Properties": [ { "Name": "GameId", - "Value": "S_SIGN_BAR1", + "Value": "F_ROOF2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SIGN_BAR1_NAME", + "Value": "BLD_F_ROOF2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SIGN_BAR1_NAME_L", + "Value": "BLD_F_ROOF2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SIGN_BAR1_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SIGN_BAR01.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP2.DDS", "Type": 1 }, { @@ -254969,7 +256724,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "2", "Type": 1 }, { @@ -255014,7 +256769,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255065,36 +256820,36 @@ ] }, { - "Id": "build1012", + "Id": "build767", "Properties": [ { "Name": "GameId", - "Value": "S_SIGN_BAR2", + "Value": "F_ROOF3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SIGN_BAR2_NAME", + "Value": "BLD_F_ROOF3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SIGN_BAR2_NAME_L", + "Value": "BLD_F_ROOF3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SIGN_BAR2_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SIGN_BAR02.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP3.DDS", "Type": 1 }, { @@ -255104,7 +256859,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "2", "Type": 1 }, { @@ -255149,7 +256904,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255200,36 +256955,36 @@ ] }, { - "Id": "build1013", + "Id": "build768", "Properties": [ { "Name": "GameId", - "Value": "S_SIGN_BAR3", + "Value": "F_ROOF4", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_SIGN_BAR3_NAME", + "Value": "BLD_F_ROOF4_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_SIGN_BAR3_NAME_L", + "Value": "BLD_F_ROOF4_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_SIGN_BAR3_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SIGN_BAR03.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP4.DDS", "Type": 1 }, { @@ -255239,7 +256994,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "2", "Type": 1 }, { @@ -255284,7 +257039,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255335,36 +257090,36 @@ ] }, { - "Id": "build1014", + "Id": "build769", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER26", + "Value": "F_ROOF5", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER26_NAME", + "Value": "BLD_F_ROOF5_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER26_NAME_L", + "Value": "BLD_F_ROOF5_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER26_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER26.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP5.DDS", "Type": 1 }, { @@ -255374,7 +257129,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -255419,7 +257174,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255470,36 +257225,36 @@ ] }, { - "Id": "build1015", + "Id": "build770", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER27", + "Value": "F_ROOF6", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER27_NAME", + "Value": "BLD_F_ROOF6_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER27_NAME_L", + "Value": "BLD_F_ROOF6_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER27_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER27.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP6.DDS", "Type": 1 }, { @@ -255509,7 +257264,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -255554,7 +257309,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255605,36 +257360,36 @@ ] }, { - "Id": "build1016", + "Id": "build771", "Properties": [ { "Name": "GameId", - "Value": "S_POSTER28", + "Value": "F_ROOF7", "Type": 1 }, { "Name": "Name", - "Value": "BLD_S_POSTER28_NAME", + "Value": "BLD_F_ROOF7_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_S_POSTER28_NAME_L", + "Value": "BLD_F_ROOF7_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_S_POSTER28_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER28.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP7.DDS", "Type": 1 }, { @@ -255644,7 +257399,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -255689,7 +257444,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255740,46 +257495,46 @@ ] }, { - "Id": "build1017", + "Id": "build772", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER10A", + "Value": "F_ROOF8", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER10A_NAME", + "Value": "BLD_F_ROOF8_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER10A_NAME_L", + "Value": "BLD_F_ROOF8_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER10A_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER10A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_TOP8.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -255824,7 +257579,7 @@ }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -255875,183 +257630,48 @@ ] }, { - "Id": "build1018", + "Id": "build773", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER10B", + "Value": "F_ROOF_M", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER10B_NAME", + "Value": "BLD_F_ROOF_M_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER10B_NAME_L", + "Value": "BLD_F_ROOF_M_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER10B_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER10B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_MIDDLE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", - "Type": 1 - }, - { - "Name": "LowPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "HighPriceMod", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "BuyBaseMarkup", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "Category", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Type", - "Value": "BuildingPart", - "Type": 1 - }, - { - "Name": "Rarity", - "Value": "Common", - "Type": 1 - }, - { - "Name": "Legality", - "Value": "Legal", - "Type": 1 - }, - { - "Name": "StackMultiplier", - "Value": "1", - "Type": 1 - }, - { - "Name": "BlueprintCost", - "Value": "1", - "Type": 1 - }, - { - "Name": "DeploysInto", - "Value": "", - "Type": 1 - }, - { - "Name": "ChargeValue", - "Value": "0", - "Type": 1 - }, - { - "Name": "DefaultCraftAmount", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountStepSize", - "Value": "1", - "Type": 1 - }, - { - "Name": "CraftAmountMultiplier", "Value": "1", "Type": 1 }, - { - "Name": "EggModifierIngredient", - "Value": "False", - "Type": 3 - }, - { - "Name": "CookingValue", - "Value": "0.0", - "Type": 1 - }, - { - "Name": "IsCraftable", - "Value": "True", - "Type": 3 - }, - { - "Name": "IsConsumable", - "Value": "False", - "Type": 3 - } - ] - }, - { - "Id": "build1019", - "Properties": [ - { - "Name": "GameId", - "Value": "EXPD_POSTER10C", - "Type": 1 - }, - { - "Name": "Name", - "Value": "BLD_EXPD_POSTER10C_NAME", - "Type": 1 - }, - { - "Name": "NameLower", - "Value": "BLD_EXPD_POSTER10C_NAME_L", - "Type": 1 - }, - { - "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", - "Type": 1 - }, - { - "Name": "Description", - "Value": "BLD_EXPD_POSTER10C_DESCRIPTION", - "Type": 1 - }, - { - "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER10C.DDS", - "Type": 1 - }, - { - "Name": "Colour", - "Value": "C7C10F", - "Type": 2 - }, - { - "Name": "BaseValue", - "Value": "400", - "Type": 1 - }, { "Name": "LowPriceMod", "Value": "0.0", @@ -256145,36 +257765,36 @@ ] }, { - "Id": "build1020", + "Id": "build774", "Properties": [ { "Name": "GameId", - "Value": "BLD_CRYS_SENT0", + "Value": "F_ROOF_C", "Type": 1 }, { "Name": "Name", - "Value": "BLD_CRYS_SENT0_NAME", + "Value": "BLD_F_ROOF_C_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_CRYS_SENT0_NAME_L", + "Value": "BLD_F_ROOF_C_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_CRYS_DRONE_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRYSTALSENTINEL0.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_CORNER.DDS", "Type": 1 }, { @@ -256184,7 +257804,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -256280,36 +257900,36 @@ ] }, { - "Id": "build1021", + "Id": "build775", "Properties": [ { "Name": "GameId", - "Value": "BLD_CRYS_SENT1", + "Value": "F_ROOF_IC", "Type": 1 }, { "Name": "Name", - "Value": "BLD_CRYS_SENT1_NAME", + "Value": "BLD_F_ROOF_IC_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_CRYS_SENT1_NAME_L", + "Value": "BLD_F_ROOF_IC_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_CRYS_DRONE_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRYSTALSENTINEL1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_CORNERINNER.DDS", "Type": 1 }, { @@ -256319,7 +257939,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -256415,36 +258035,36 @@ ] }, { - "Id": "build1022", + "Id": "build776", "Properties": [ { "Name": "GameId", - "Value": "BLD_CRYS_DRONE", + "Value": "F_CHEV_WALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_CRYS_DRONE_NAME", + "Value": "BLD_F_CHEV_WALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_CRYS_DRONE_NAME_L", + "Value": "BLD_F_CHEV_WALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_CRYS_DRONE_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRYSTALDRONE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL.DDS", "Type": 1 }, { @@ -256454,7 +258074,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "1", "Type": 1 }, { @@ -256550,36 +258170,36 @@ ] }, { - "Id": "build1023", + "Id": "build777", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL10", + "Value": "F_CHEV_DOOR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_10_NAME", + "Value": "BLD_F_CHEV_DOOR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_10_NAME_L", + "Value": "BLD_F_CHEV_DOOR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_10_DESCRIPTION", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL10.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_DOOR.DDS", "Type": 1 }, { @@ -256589,7 +258209,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -256634,9 +258254,144 @@ }, { "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build778", + "Properties": [ + { + "Name": "GameId", + "Value": "F_CHEV_WALL_H_C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_CHEV_WALL_H_C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_CHEV_WALL_H_C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_CORNER_HALF.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "3", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", "Value": "1", "Type": 1 }, + { + "Name": "BlueprintCost", + "Value": "3", + "Type": 1 + }, { "Name": "DeploysInto", "Value": "", @@ -256685,36 +258440,36 @@ ] }, { - "Id": "build1024", + "Id": "build779", "Properties": [ { "Name": "GameId", - "Value": "FREI_TRAIL_RED", + "Value": "F_CHEV_WIN0", "Type": 1 }, { "Name": "Name", - "Value": "UI_FREI_TRAIL_RED_NAME", + "Value": "BLD_F_CHEV_WIN0_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FREI_TRAIL_RED_NAME_L", + "Value": "BLD_F_CHEV_WIN0_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_FREI_TRAIL_SUB", + "Value": "BLD_FIBREGLASS_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FREI_TRAIL_RED_DESC", + "Value": "BLD_BASIC_FIBREGLASS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.RED.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_WINDOW0.DDS", "Type": 1 }, { @@ -256724,7 +258479,34837 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build780", + "Properties": [ + { + "Name": "GameId", + "Value": "F_CHEV_WIN1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_CHEV_WIN1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_CHEV_WIN1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_WINDOW1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build781", + "Properties": [ + { + "Name": "GameId", + "Value": "F_CHEV_WIN2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_CHEV_WIN2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_CHEV_WIN2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_CHEV_WALL_WINDOW2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build782", + "Properties": [ + { + "Name": "GameId", + "Value": "F_ROOF_M_Q", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_ROOF_M_Q_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_ROOF_M_Q_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_MIDDLE_QUARTER.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build783", + "Properties": [ + { + "Name": "GameId", + "Value": "F_ROOF_E_Q", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_ROOF_E_Q_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_ROOF_E_Q_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_END_QUARTER.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build784", + "Properties": [ + { + "Name": "GameId", + "Value": "F_ROOF_M_CAP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_ROOF_M_CAP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_ROOF_M_CAP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_MIDDLE_CAP.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build785", + "Properties": [ + { + "Name": "GameId", + "Value": "F_ROOF_E_CAP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_ROOF_E_CAP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_ROOF_E_CAP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_ROOF_END_CAP.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build786", + "Properties": [ + { + "Name": "GameId", + "Value": "F_DOOR_H", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_DOOR_H_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_DOOR_H_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOOR_HALF0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "2", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build790", + "Properties": [ + { + "Name": "GameId", + "Value": "F_DOORWINDOW", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_DOORWINDOW_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_DOORWINDOW_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOORWINDOW0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "2", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build794", + "Properties": [ + { + "Name": "GameId", + "Value": "F_GDOOR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_GDOOR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_GDOOR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_DOORGARAGE0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "2", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build798", + "Properties": [ + { + "Name": "GameId", + "Value": "F_ARCH", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_ARCH_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_ARCH_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_ARCH.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build802", + "Properties": [ + { + "Name": "GameId", + "Value": "F_ARCH_H", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_ARCH_H_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_ARCH_H_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALL_ARCHHALF.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build806", + "Properties": [ + { + "Name": "GameId", + "Value": "F_RAMP_Q_TOP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_RAMP_Q_TOP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_RAMP_Q_TOP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_RAMP_QUARTERTOP.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "3", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "3", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build807", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_PLANET_HOLO", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_PLANET_HOLO_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_PLANET_HOLO_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_PLANET_HOLO_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_PLANET_HOLO_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.PLANETHOLOGRAM.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build808", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_FLYJAR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FLYJAR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FLYJAR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLYJAR_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FLYJAR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FLYJAR.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build809", + "Properties": [ + { + "Name": "GameId", + "Value": "SPEC_BB_TRACK01", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPEC_BB_TRACK01_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPEC_BB_TRACK01_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BB_CASSETTE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BB_CASSETTE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BYTEBEATCASSETTE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "007951", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Curiosity", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build810", + "Properties": [ + { + "Name": "GameId", + "Value": "SPEC_BB_TRACK02", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPEC_BB_TRACK02_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPEC_BB_TRACK02_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BB_CASSETTE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BB_CASSETTE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BYTEBEATCASSETTE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "007951", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Curiosity", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build811", + "Properties": [ + { + "Name": "GameId", + "Value": "SPEC_BB_TRACK03", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPEC_BB_TRACK03_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPEC_BB_TRACK03_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BB_CASSETTE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BB_CASSETTE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BYTEBEATCASSETTE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "007951", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Curiosity", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build812", + "Properties": [ + { + "Name": "GameId", + "Value": "PIPE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_PIPE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_PIPE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_PIPE_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_PIPE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PIPE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build813", + "Properties": [ + { + "Name": "GameId", + "Value": "PLANTPOT4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_PLANTPOT4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_PLANTPOT4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_PLANTPOT4_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.PLANTPOT4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build814", + "Properties": [ + { + "Name": "GameId", + "Value": "CUBEROOM_SPACE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPACE_CUBEROOM_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPACE_CUBEROOM_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPACE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SPACE_ROOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CUBEROOM.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build815", + "Properties": [ + { + "Name": "GameId", + "Value": "CUBEROOMB_SPACE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPACE_CUBEROOMB_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPACE_CUBEROOMB_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPACE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SPACE_ROOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CUBEROOMB.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build816", + "Properties": [ + { + "Name": "GameId", + "Value": "CUBEROOMC_SPACE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPACE_CUBEROOMC_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPACE_CUBEROOMC_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPACE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SPACE_ROOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CUBEROOMC.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build817", + "Properties": [ + { + "Name": "GameId", + "Value": "MAINROOMCUBE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_MAINROOMCUBE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_MAINROOMCUBE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_MAINROOMCUBE_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_MAINROOMCUBE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.MAINCUBE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "3", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "3", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build818", + "Properties": [ + { + "Name": "GameId", + "Value": "MAINROOMCUBEF", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_MAINROOMCUBE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_MAINROOMCUBE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_MAINROOMCUBE_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_MAINROOMCUBE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.MAINCUBE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "2", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "2", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build819", + "Properties": [ + { + "Name": "GameId", + "Value": "PLANTPOT1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_PLANTPOT1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_PLANTPOT1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECOR_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PLANTPOT1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build820", + "Properties": [ + { + "Name": "GameId", + "Value": "PLANTPOT2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_PLANTPOT2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_PLANTPOT2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECOR_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PLANTPOT2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build821", + "Properties": [ + { + "Name": "GameId", + "Value": "PLANTPOT3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_PLANTPOT3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_PLANTPOT3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECOR_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECORATION.PLANTPOT3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build822", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDTABLE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUILDTABLE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUILDTABLE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TABLE_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_TABLE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.TABLE001.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build823", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDTABLE2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUILDTABLE2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUILDTABLE2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TABLE_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_TABLE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.TABLE002.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build824", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDTABLE3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUILDTABLE3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUILDTABLE3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TABLE_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_TABLE_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.TABLE003.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build825", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECAL", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build826", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECAL2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build828", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNMS", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNMS_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNMS_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NMSLOGO.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build829", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM0_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM0_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build830", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build831", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build832", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build833", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build834", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM5_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM5_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM5.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build835", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM6", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM6_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM6_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM6.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build836", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM7", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM7_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM7_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM7.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build837", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM8", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM8_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM8_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM8.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build838", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALNUM9", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALNUM9_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALNUM9_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.NUM9.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build839", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALVIS1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALVIS1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALVIS1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build840", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALVIS2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALVIS2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALVIS2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build841", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALVIS3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALVIS3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALVIS3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build842", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALVIS4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALVIS4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALVIS4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build843", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALVIS5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALVIS5_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALVIS5_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISUAL5.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build844", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALSIMP1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALSIMP1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALSIMP1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build845", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALSIMP2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALSIMP2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALSIMP2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build846", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALSIMP3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALSIMP3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALSIMP3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build847", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDDECALSIMP4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECALSIMP4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECALSIMP4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/DECAL.VISSIMPLE4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build848", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDLIGHT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUILDLIGHT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUILDLIGHT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_LIGHT_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_LIGHT_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHT001.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build849", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDLIGHT2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUILDLIGHT2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUILDLIGHT2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_LIGHT_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_LIGHT_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHT002.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build850", + "Properties": [ + { + "Name": "GameId", + "Value": "BUILDLIGHT3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUILDLIGHT3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUILDLIGHT3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_LIGHT_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_LIGHT_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.LIGHT003.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build851", + "Properties": [ + { + "Name": "GameId", + "Value": "JETS_SENT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SENTTRAIL_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SENTTRAIL_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_JETTRAIL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SENTTRAIL_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.JETS.SENTINEL.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build852", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER05A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER5A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER5A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER5A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER05A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build853", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER05B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER5B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER5B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER5B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER05B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build854", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER05C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER5C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER5C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER5C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER05C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build855", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER17", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER17_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER17_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER17_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER17.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build856", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER18", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER18_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER18_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER18_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER18.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build857", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER19", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER19_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER19_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER19_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER19.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build858", + "Properties": [ + { + "Name": "GameId", + "Value": "CORRIDOR_S", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_SPACE_CORRIDOR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_SPACE_CORRIDOR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPACE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_SPACE_ROOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.SPACE_CORRIDOR.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build859", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER07A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER7A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER7A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER7A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER07A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build860", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER07B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER7B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER7B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER7B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER07B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build861", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER07C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER7C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER7C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER7C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER07C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build862", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_CORR_A_STR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_CORR_A_STR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_CORR_A_STR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_CORR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR_STRAIGHT.A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build863", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_CORR_A_L", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_CORR_A_L_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_CORR_A_L_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_CORR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR_L.A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build864", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_CORR_A_T", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_CORR_A_T_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_CORR_A_T_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_CORR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR_T.A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build865", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_CORR_A_GLAS", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_CORR_A_GLASS_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_CORR_A_GLASS_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_CORR_A_GLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR.A_GLASS.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build866", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_LADDER", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_LADDER_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_LADDER_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_LADDER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.LADDER.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build867", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_EXT_PLATFOR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_EXT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_EXT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_EXT_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ELEV.F.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build868", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_EXT_WALKWAY", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_EXT_WALKWAY_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_EXT_WALKWAY_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_EXT_WALKWAY_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_EXT.WALKWAY.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build869", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_SCAN", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_SCAN_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_SCAN_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SCAN_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_SCAN_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.SCAN.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build870", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_SHOP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_SHOP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_SHOP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_SHOP_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.SHOP.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build871", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_FLEET", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_FLEET_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_FLEET_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_FLEET_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_FLEET_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.FLEET.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build872", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_TELEPO", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_TELEPO_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_TELEPO_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_TELEPO_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_TELEPO_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.TELEPO.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build873", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_DRESS", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_DRESS_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_DRESS_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_DRESS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_DRESS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.DRESS.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build874", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_NPCSCI", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_NPCSCI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_NPCSCI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_NPC_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_NPCSCI_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCSCI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build875", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_NPCBUI", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_NPCBUI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_NPCBUI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_NPC_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_NPCBUI_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCBUI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build876", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_TECH", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_TECH_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_TECH_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_TECH_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.TECH.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build877", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_PLANT1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_PLANT1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_PLANT1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_PLANT_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_PLANT1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.PLANT1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build878", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_PLANT0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_PLANT0_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_PLANT0_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_PLANT_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_PLANT0_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.PLANT0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build879", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_COOK", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_COOK_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_COOK_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_COOK_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.COOK.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build880", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_NPCFAR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_NPCFAR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_NPCFAR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_NPC_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_NPCFAR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCFAR.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build881", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_BIO", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_BIO_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_BIO_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_BIO_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.BIO.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build882", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_REFINE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_REFINER_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_REFINER_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_REFINER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.REFINER.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build883", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_EXTR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_EXTR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_EXTR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_EXTR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.EXTR.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build884", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_VEHICL", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_VEHICLE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_VEHICLE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_VEHICLE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_VEHICLE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.VEHICLE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build885", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_NPCVEH", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_NPCVEH_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_NPCVEH_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_NPC_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_NPCVEH_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCVEH.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build886", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_NPCWEA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_NPCWEA_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_NPCWEA_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_NPC_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_NPCWEA_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.NPCWEA.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build887", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build888", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build889", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build890", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build891", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build892", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE5.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build893", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE6", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE6.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build894", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE7", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE7.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build895", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE8", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE8.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build896", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_STORE9", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_STORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_STORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_STORE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_STORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.STORE9.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build897", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_IND", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_IND_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_IND_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_IND_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.IND.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build898", + "Properties": [ + { + "Name": "GameId", + "Value": "S_WALLB_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_WALLB_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_WALLB_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_STONE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_STONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALLB_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build899", + "Properties": [ + { + "Name": "GameId", + "Value": "S_WALLM_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_WALLM_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_WALLM_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_STONE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_STONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALLM_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build900", + "Properties": [ + { + "Name": "GameId", + "Value": "S_WALLT_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_WALLT_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_WALLT_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_STONE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_STONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STONE.BASIC_WALLT_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build901", + "Properties": [ + { + "Name": "GameId", + "Value": "T_WALLB_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_WALLB_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_WALLB_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALLB_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build902", + "Properties": [ + { + "Name": "GameId", + "Value": "T_WALLM_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_WALLM_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_WALLM_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALLM_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build903", + "Properties": [ + { + "Name": "GameId", + "Value": "T_WALLT_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_T_WALLT_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_T_WALLT_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TIMBER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_TIMBER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/TIMBER.BASIC_WALLT_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build904", + "Properties": [ + { + "Name": "GameId", + "Value": "F_WALLB_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_WALLB_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_WALLB_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALLB_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build905", + "Properties": [ + { + "Name": "GameId", + "Value": "F_WALLM_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_WALLM_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_WALLM_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALLM_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build906", + "Properties": [ + { + "Name": "GameId", + "Value": "F_WALLT_DIAGONA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_F_WALLT_TRI_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_F_WALLT_TRI_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIBREGLASS_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BASIC_FIBREGLASS_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FIBREGLASS.BASIC_WALLT_TRI.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build907", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER08A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER8A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER8A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER8A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER08A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C8C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build908", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER08B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER8B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER8B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER8B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER08B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C8C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build909", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER08C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER8C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER8C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER8C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER08C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C8C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build910", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build911", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build912", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build913", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_4_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS04.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build914", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_5_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_5_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_5_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS05.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build915", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS6", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_6_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_6_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_6_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS06.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build916", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_GRASS7", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_GRASS_7_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_GRASS_7_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_GRASS_7_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GRASS07.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build917", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER23", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER23_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER23_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER23_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER23.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build918", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER24", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER24_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER24_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER24_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER24.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build919", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER25", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER25_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER25_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER25_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER25.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build920", + "Properties": [ + { + "Name": "GameId", + "Value": "FREI_TRAIL_GRE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FREI_TRAIL_GRE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FREI_TRAIL_GRE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_FREI_TRAIL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FREI_TRAIL_GRE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.GREEN.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build921", + "Properties": [ + { + "Name": "GameId", + "Value": "FREI_TRAIL_YEL", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FREI_TRAIL_YEL_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FREI_TRAIL_YEL_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_FREI_TRAIL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FREI_TRAIL_YEL_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.YELLOW.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build922", + "Properties": [ + { + "Name": "GameId", + "Value": "FREI_TRAIL_PUR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FREI_TRAIL_PUR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FREI_TRAIL_PUR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_FREI_TRAIL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FREI_TRAIL_PUR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.PURPLE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build923", + "Properties": [ + { + "Name": "GameId", + "Value": "FREI_TRAIL_TUR", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FREI_TRAIL_TUR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FREI_TRAIL_TUR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_FREI_TRAIL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FREI_TRAIL_TUR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.TURQUOISE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build925", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_MAPTUBE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_MAPTUBE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_MAPTUBE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_MAPTUBE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_MAPTUBE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.MAPTUBE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build926", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_FIREPIT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FIREPIT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FIREPIT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREPIT_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FIREPIT_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREPIT.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build927", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_DATASIGN", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DATASIGN_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DATASIGN_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DATASIGN_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DATASIGN_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DATASIGN.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build928", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL08", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_08_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_08_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_08_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL08.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build929", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_BANNER08", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_BANNER_EXPD_08_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_BANNER_EXPD_08_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BANNER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BANNER_EXPD_08_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.BANNER08.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "007951", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "220", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build930", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_MINI_BIOFRI", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_MINI_BIOFRIG_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_MINI_BIOFRIG_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_MINI_BIOFRIG_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_MINI_BIOFRIG_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.MINIBIOFRIG.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build931", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_AMINO", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_AMINO_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_AMINO_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_AMINO_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL12.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build932", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_CAFE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_CAFE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_CAFE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_CAFE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL09.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build933", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_UFT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_UFT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_UFT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_UFT_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL10.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build934", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_QIT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_QITANIAN_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_QITANIAN_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_QITANIAN_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL13.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build935", + "Properties": [ + { + "Name": "GameId", + "Value": "SPEC_FIREWORK04", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FIREWORK_PROD_TRIPLE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FIREWORK_PROD_TRIPLE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FIREWORK_PROD_TRIPLE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FIREWORK04.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "60", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build936", + "Properties": [ + { + "Name": "GameId", + "Value": "SPEC_FIREWORK05", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FIREWORK_PROD_WEDGES_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FIREWORK_PROD_WEDGES_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FIREWORK_PROD_WEDGES_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FIREWORK05.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "60", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build937", + "Properties": [ + { + "Name": "GameId", + "Value": "SPEC_FIREWORK06", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FIREWORK_PROD_WHEEL_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FIREWORK_PROD_WHEEL_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FIREWORK_PROD_WHEEL_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.FIREWORK06.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "60", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build939", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL01", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_01_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_01_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_01_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.DECAL01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build940", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FIREWORK01", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FIREWORK_PROD_EXPD_01_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FIREWORK_PROD_EXPD_01_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FIREWORK_PROD_EXPD_01_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORK01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "50", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build941", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FIREWORK02", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FIREWORK_PROD_EXPD_02_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FIREWORK_PROD_EXPD_02_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FIREWORK_PROD_EXPD_02_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORK02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "50", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build942", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FIREWORK03", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FIREWORK_PROD_EXPD_03_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FIREWORK_PROD_EXPD_03_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FIREWORK_PROD_EXPD_03_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.FIREWORK03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "50", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build943", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_EXPD_BASE01", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_01_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_01_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPECIAL_BLD_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_01_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.BASEPART01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build944", + "Properties": [ + { + "Name": "GameId", + "Value": "MYSTERY_BEACON", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_MYSTERY_BEACON_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_MYSTERY_BEACON_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_MYSTERY_BEACON_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_MYSTERY_BEACON_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.MYSTERYBEACON.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "1A2733", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "80", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Curiosity", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build945", + "Properties": [ + { + "Name": "GameId", + "Value": "MYSTERY_TRACKER", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_MYSTERY_TRACKER_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_MYSTERY_TRACKER_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_MYSTERY_TRACKER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_MYSTERY_TRACKER_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.MYSTERYTRACKER.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "1A2733", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "3200", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "Curiosity", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build946", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL03", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_03_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_03_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_03_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.DECAL03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build947", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_BIOME3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_BIOME3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_BIOME3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_BIOME3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL14.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build948", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_CPLANET1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_CREPLANET1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_CREPLANET1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_CREPLANET1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL15.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build949", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_STARTSHIP", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_STARTSHIP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_STARTSHIP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_STARTSHIP_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL16.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build950", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_GALCORE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_GALCORE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_GALCORE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_GALCORE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL17.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build951", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_UWTREAS", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_UWTREASURE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_UWTREASURE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_UWTREASURE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL18.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build952", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_NEXUSM", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_NEXUSMISSION_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_NEXUSMISSION_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_NEXUSMISSION_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL19.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build953", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SAIL0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SAIL0_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SAIL0_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SAIL0_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build954", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SAIL1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SAIL1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SAIL1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SAIL1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build955", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SAIL2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SAIL2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SAIL2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SAIL2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build956", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SAIL3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SAIL3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SAIL3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SAIL3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SAIL_3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build957", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER12", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER12_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER12_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER12_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER12.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build958", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER14", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER14_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER14_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER14_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER14.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build959", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER16", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER16_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER16_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER16_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER16.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build960", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FIREWORK04", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_WORMFIREWORK_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_WORMFIREWORK_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_WORMFIREWORK_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.WORMFIREWORK.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "262626", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "50", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "4", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build961", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL04", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_04_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_04_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_04_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.EXPEDITION.DECAL04.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build962", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_SKULL", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_WORMSKULL_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_WORMSKULL_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_WORMSKULL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_WORMSKULL_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.BASEFOSSIL.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build963", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL05", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_05_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_05_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_05_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL05.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build964", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER06A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER6A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER6A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER6A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER06A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build965", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER06B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER6B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER6B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER6B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER06B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build966", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER06C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER6C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER6C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER6C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER06C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build967", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FLAG_06A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_FLAG_06A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_FLAG_06A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_EXPD_FLAG_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_FLAG_06A_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build968", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FLAG_06B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_FLAG_06B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_FLAG_06B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_EXPD_FLAG_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_FLAG_06B_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build969", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FLAG_06C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_FLAG_06C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_FLAG_06C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_EXPD_FLAG_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_FLAG_06C_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build970", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FLAG_06D", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_FLAG_06D_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_FLAG_06D_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_EXPD_FLAG_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_FLAG_06D_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06D.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build971", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_FLAG_06E", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_FLAG_06E_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_FLAG_06E_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_EXPD_FLAG_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_FLAG_06E_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.FLAG06E.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build972", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_CUBE_06", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_CUBE_06_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_CUBE_06_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_EXPD_CUBE_06_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_CUBE_06_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.CUBE06.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build973", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL06", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_06_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_06_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_06_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL06.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build974", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_WORM_P1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_WORM_P1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_WORM_P1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_WORM_P1_NAME_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build975", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_WORM_P2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_WORM_P2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_WORM_P2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_WORM_P2_NAME_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build976", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_WORM_P3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_WORM_P3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_WORM_P3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_WORM_P3_NAME_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build977", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_WORM_P4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_WORM_P4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_WORM_P4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_WORM_P4_NAME_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build978", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_WORM_P5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_P_WORM_P5_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_P_WORM_P5_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_P_WORM_P5_NAME_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPWORM5.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build979", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER20", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER20_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER20_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER20_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER20.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build980", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER21", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER21_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER21_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER21_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER21.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build981", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER22", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER22_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER22_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER22_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER22.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build982", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL07", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_07_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_07_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_07_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL07.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build983", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_TOYJELLY", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_TOYJELLY_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_TOYJELLY_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_TOYJELLY_DESC", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_TOYJELLY_SUB", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TOYJELLY.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build984", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_SWAMP1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_SWAMPPLANT_1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_SWAMPPLANT_1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_SWAMPPLANT_1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.SWAMPPLANT01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build985", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_SWAMP2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_SWAMPPLANT_2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_SWAMPPLANT_2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_SWAMPPLANT_2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.SWAMPPLANT02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build986", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_SWAMP3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_SWAMPPLANT_3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_SWAMPPLANT_3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_SWAMPPLANT_3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.SWAMPPLANT03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build987", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_HOUDINI1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_HOUDINIPLANT_1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_HOUDINIPLANT_1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_HOUDINIPLANT_1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.HOUDINIPLANT01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build988", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_HOUDINI2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_HOUDINIPLANT_2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_HOUDINIPLANT_2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_HOUDINIPLANT_2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.HOUDINIPLANT02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build989", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_HOUDINI3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_HOUDINIPLANT_3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_HOUDINIPLANT_3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_HOUDINIPLANT_3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.HOUDINIPLANT03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build990", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_INFEST1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_INFESTEDPLANT_1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_INFESTEDPLANT_1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_INFESTEDPLANT_1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.INFESTEDPLANT01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build991", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_INFEST2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_INFESTEDPLANT_2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_INFESTEDPLANT_2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_INFESTEDPLANT_2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.INFESTEDPLANT02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build992", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_INFEST3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_INFESTEDPLANT_3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_INFESTEDPLANT_3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_INFESTEDPLANT_3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.INFESTEDPLANT03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build993", + "Properties": [ + { + "Name": "GameId", + "Value": "DECAL_AGT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_AGT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_AGT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_AGT_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.DECAL11.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build994", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_FACE_WINDOW", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_FACE_WINDOW_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_FACE_WINDOW_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_FACE_WINDOW_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_FACE.WINDOW.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build995", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_FACE_DOOR_A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_FACE_DOOR_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_FACE_DOOR_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_FACE_DOOR_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_FACE.DOOR.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build996", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_CORR_G_STA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_CORR_STAIRS_G_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_CORR_STAIRS_G_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_CORR_STAIRS_G_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR.A.GLASS.STAIRS.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build997", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_EXT_W_STA", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_CORR_STAIRS_EXT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_CORR_STAIRS_EXT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_CORR_STAIRS_EXT_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_CORR.EXT.WALKWAY.STAIRS.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build998", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_FACE_WALL", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_FACE_WALL_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_FACE_WALL_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_PART_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_FACE_WALL_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_FACE.WALL.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build999", + "Properties": [ + { + "Name": "GameId", + "Value": "FRE_ROOM_IND1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FRE_ROOM_IND1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FRE_ROOM_IND1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FRE_ROOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FRE_ROOM_IND_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/FREIGHTERBASE/FREIGHTERBASE_ROOM.IND1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "0", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1000", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_WPLANT4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_WATERPLANT_4_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_WATERPLANT_4_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_WATERPLANT_4_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WATERPLANT04.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1001", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_WPLANT5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_WATERPLANT_5_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_WATERPLANT_5_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_WATERPLANT_5_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WATERPLANT05.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1002", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_WPLANT6", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_WATERPLANT_6_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_WATERPLANT_6_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_WATERPLANT_6_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WATERPLANT06.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1003", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_FLOWER1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FLOWER_1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FLOWER_1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FLOWER_1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FLOWER01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1004", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_FLOWER2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FLOWER_2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FLOWER_2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FLOWER_2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FLOWER02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1005", + "Properties": [ + { + "Name": "GameId", + "Value": "BASE_FLOWER3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_FLOWER_3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_FLOWER_3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_FLORA_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_FLOWER_3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FLOWER03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1006", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER09A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER9A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER9A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER9A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER09A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1007", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER09B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER9B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER9B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER9B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER09B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1008", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER09C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER9C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER9C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER9C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER09C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1009", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_HOLOGEK", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_HOLOGEK_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_HOLOGEK_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_HOLOGEK_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_HOLOGEK_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.HOLOGEK.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1010", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL09", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_09_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_09_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_09_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL09.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1011", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SIGN_BAR1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SIGN_BAR1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SIGN_BAR1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SIGN_BAR1_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SIGN_BAR01.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1012", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SIGN_BAR2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SIGN_BAR2_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SIGN_BAR2_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SIGN_BAR2_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SIGN_BAR02.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1013", + "Properties": [ + { + "Name": "GameId", + "Value": "S_SIGN_BAR3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_SIGN_BAR3_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_SIGN_BAR3_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_SIGN_BAR3_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_SIGN_BAR03.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1014", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER26", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER26_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER26_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER26_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER26.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1015", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER27", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER27_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER27_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER27_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER27.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1016", + "Properties": [ + { + "Name": "GameId", + "Value": "S_POSTER28", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_S_POSTER28_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_S_POSTER28_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_S_POSTER28_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER28.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1017", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER10A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER10A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER10A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER10A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER10A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1018", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER10B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER10B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER10B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER10B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER10B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1019", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER10C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER10C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER10C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER10C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER10C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1020", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_CRYS_SENT0", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_CRYS_SENT0_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_CRYS_SENT0_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_CRYS_DRONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRYSTALSENTINEL0.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1021", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_CRYS_SENT1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_CRYS_SENT1_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_CRYS_SENT1_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_CRYS_DRONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRYSTALSENTINEL1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1022", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_CRYS_DRONE", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_CRYS_DRONE_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_CRYS_DRONE_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_CRYS_DRONE_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRYSTALDRONE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1023", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL10", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_10_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_10_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_10_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL10.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1024", + "Properties": [ + { + "Name": "GameId", + "Value": "FREI_TRAIL_RED", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_FREI_TRAIL_RED_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_FREI_TRAIL_RED_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_FREI_TRAIL_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_FREI_TRAIL_RED_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FREIGHTJETS.RED.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1025", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER11A", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER11A_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER11A_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER11A_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER11A.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1026", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER11B", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER11B_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER11B_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER11B_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER11B.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1027", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER11C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER11C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER11C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER11C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER11C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1028", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_DECAL11", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_DECAL_EXPD_11_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_DECAL_EXPD_11_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECAL_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_DECAL_EXPD_11_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL11.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1029", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_BUI_HAND", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUI_HAND_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUI_HAND_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BUI_HAND_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BUILDERHAND.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1030", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_BUI_HEAD", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUI_HEAD_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUI_HEAD_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BUI_HEAD_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BUILDERHEAD.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1031", + "Properties": [ + { + "Name": "GameId", + "Value": "BLD_BUI_TENT", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_BUI_TENT_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_BUI_TENT_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_BUI_TENT_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BUILDERTENT.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "2C7C9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "500", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1032", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_1_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_1", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1033", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_2_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_2", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1034", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_3_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_3", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1035", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_4_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_4", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1036", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_5", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_5_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_5", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.5.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1037", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_6", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_6_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_6", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.6.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1038", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_7", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_7_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_7", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.7.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1039", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_8", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_8_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_8", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.8.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1040", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_9", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_9_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_9", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.9.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1041", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_10", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_10_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_10", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.10.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1042", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_11", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_11_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_11", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.11.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1043", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_12", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_12_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_12", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.12.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1044", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_13", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_13_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_13", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.13.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1045", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_14", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_14_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_14", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.14.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1046", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_HEAD_15", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_HEAD_BUI_15_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_HEAD_BUI_15", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.15.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "999", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1047", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_ARMOUR_1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_ARMOUR_BUI_1_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_ARMOUR_BUI_1", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1515", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1048", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_ARMOUR_2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_ARMOUR_BUI_2_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_ARMOUR_BUI_2", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1515", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1049", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_ARMOUR_3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_ARMOUR_BUI_4_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_ARMOUR_BUI_4", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1515", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1050", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_ARMOUR_4", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_TIP_ARMOUR_BUI_6_U", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_TIP_ARMOUR_BUI_6", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.4.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "1515", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1051", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_CLOTH_1", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_HCLOTH_HOOD_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_HCLOTH_HOOD_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.CLOTH.1.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "333", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1052", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_CLOTH_2", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_HCLOTH_MASK_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_HCLOTH_MASK_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.CLOTH.2.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "333", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1053", + "Properties": [ + { + "Name": "GameId", + "Value": "BUI_CLOTH_3", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_HCLOTH_WRAP_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_HCLOTH_WRAP_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BUILDER_CUSTOM_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BUILDER_CUSTOM_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.CLOTH.3.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "8C4B9F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "333", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Rare", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1054", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_TITLE11", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_EXPD_TITLE_11_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_EXPD_TITLE_11_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_SPEC_TITLE_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_EXPD_TITLE_11_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TITLE.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "007951", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "800", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "Exotic", + "Type": 1 + }, + { + "Name": "Type", + "Value": "CustomisationPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "False", + "Type": 3 + }, + { + "Name": "IsConsumable", + "Value": "False", + "Type": 3 + } + ] + }, + { + "Id": "build1055", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_BANNER11", + "Type": 1 + }, + { + "Name": "Name", + "Value": "UI_BANNER_EXPD_11_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "UI_BANNER_EXPD_11_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "UI_BANNER_SUB", + "Type": 1 + }, + { + "Name": "Description", + "Value": "UI_BANNER_EXPD_11_DESC", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.BANNER11.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "007951", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "220", "Type": 1 }, { @@ -256820,46 +293405,46 @@ ] }, { - "Id": "build1025", + "Id": "build1056", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER11A", + "Value": "EXPD_EGG_11", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER11A_NAME", + "Value": "UI_EXPD_EGG_11_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER11A_NAME_L", + "Value": "UI_EXPD_EGG_11_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_EXPD_EGG_11_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER11A_DESCRIPTION", + "Value": "UI_EXPD_EGG_11_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER11A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.HOVERBOTPET.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "4D2987", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "3200", "Type": 1 }, { @@ -256879,12 +293464,12 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "Curiosity", "Type": 1 }, { @@ -256944,7 +293529,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -256955,46 +293540,46 @@ ] }, { - "Id": "build1026", + "Id": "build1057", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER11B", + "Value": "EXPD_PETCUST11", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER11B_NAME", + "Value": "UI_EXPD_PET_CUSTOM_11_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER11B_NAME_L", + "Value": "UI_EXPD_PET_CUSTOM_11_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SPECIAL_PET_CUSTOM_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER11B_DESCRIPTION", + "Value": "UI_EXPD_PET_CUSTOM_11_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER11B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.PETCUSTOM11.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "007951", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "1600", "Type": 1 }, { @@ -257014,12 +293599,12 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { "Name": "Type", - "Value": "BuildingPart", + "Value": "CustomisationPart", "Type": 1 }, { @@ -257079,7 +293664,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -257090,46 +293675,46 @@ ] }, { - "Id": "build1027", + "Id": "build1058", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER11C", + "Value": "STATUE_BLOB_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER11C_NAME", + "Value": "BLD_BLOB_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER11C_NAME_L", + "Value": "BLD_BLOB_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER11C_DESCRIPTION", + "Value": "BLD_BLOB_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER11C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BLOB_ICE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "500", "Type": 1 }, { @@ -257225,36 +293810,36 @@ ] }, { - "Id": "build1028", + "Id": "build1059", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL11", + "Value": "STATUE_DIP_I", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_11_NAME", + "Value": "BLD_DIP_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_11_NAME_L", + "Value": "BLD_DIP_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_11_DESCRIPTION", + "Value": "BLD_DIP_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL11.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DIP_ICE.DDS", "Type": 1 }, { @@ -257264,7 +293849,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "500", "Type": 1 }, { @@ -257360,36 +293945,36 @@ ] }, { - "Id": "build1029", + "Id": "build1061", "Properties": [ { "Name": "GameId", - "Value": "BLD_BUI_HAND", + "Value": "DECAL_SPOOKATL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUI_HAND_NAME", + "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUI_HAND_NAME_L", + "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BUI_HAND_DESC", + "Value": "BLD_DECAL_P_SPOOKY_ATLAS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BUILDERHAND.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSPOOKYATLAS.DDS", "Type": 1 }, { @@ -257399,7 +293984,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "400", "Type": 1 }, { @@ -257495,36 +294080,36 @@ ] }, { - "Id": "build1030", + "Id": "build1062", "Properties": [ { "Name": "GameId", - "Value": "BLD_BUI_HEAD", + "Value": "DECAL_SHIP1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUI_HEAD_NAME", + "Value": "BLD_DECAL_P_SHIP1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUI_HEAD_NAME_L", + "Value": "BLD_DECAL_P_SHIP1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BUI_HEAD_DESC", + "Value": "BLD_DECAL_P_SHIP1_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BUILDERHEAD.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSHIP1.DDS", "Type": 1 }, { @@ -257534,7 +294119,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "400", "Type": 1 }, { @@ -257630,36 +294215,36 @@ ] }, { - "Id": "build1031", + "Id": "build1063", "Properties": [ { "Name": "GameId", - "Value": "BLD_BUI_TENT", + "Value": "DECAL_PIRATESYS", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BUI_TENT_NAME", + "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BUI_TENT_NAME_L", + "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BUI_TENT_DESC", + "Value": "BLD_DECAL_P_PIRATESYSTEM_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BUILDERTENT.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPIRATESYSTEM.DDS", "Type": 1 }, { @@ -257669,7 +294254,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "400", "Type": 1 }, { @@ -257765,46 +294350,46 @@ ] }, { - "Id": "build1032", + "Id": "build1064", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_1", + "Value": "DECAL_BLUESYS", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_1_U", + "Value": "BLD_DECAL_P_BLUESYSTEM_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_1", + "Value": "BLD_DECAL_P_BLUESYSTEM_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_P_BLUESYSTEM_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BLUESYSTEM.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "400", "Type": 1 }, { @@ -257824,17 +294409,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -257889,7 +294474,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -257900,46 +294485,46 @@ ] }, { - "Id": "build1033", + "Id": "build1065", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_2", + "Value": "DECAL_CREBEETLE", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_2_U", + "Value": "BLD_DECAL_P_CREBEETLE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_2", + "Value": "BLD_DECAL_P_CREBEETLE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_P_CREBEETLE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREBEETLE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "400", "Type": 1 }, { @@ -257959,17 +294544,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258024,7 +294609,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258035,46 +294620,46 @@ ] }, { - "Id": "build1034", + "Id": "build1066", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_3", + "Value": "DECAL_CREFLY", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_3_U", + "Value": "BLD_DECAL_P_CREFLYING_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_3", + "Value": "BLD_DECAL_P_CREFLYING_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_P_CREFLYING_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREFLYING.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "400", "Type": 1 }, { @@ -258094,17 +294679,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258159,7 +294744,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258170,46 +294755,46 @@ ] }, { - "Id": "build1035", + "Id": "build1067", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_4", + "Value": "DECAL_CREPAWS", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_4_U", + "Value": "BLD_DECAL_P_CREPAWS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_4", + "Value": "BLD_DECAL_P_CREPAWS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_P_CREPAWS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREPAWS.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "400", "Type": 1 }, { @@ -258229,17 +294814,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258294,7 +294879,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258305,46 +294890,46 @@ ] }, { - "Id": "build1036", + "Id": "build1068", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_5", + "Value": "DECAL_FPLANET2", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_5_U", + "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_5", + "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_P_FIRSTPLANET2_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.5.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIRSTPLANET2.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "400", "Type": 1 }, { @@ -258364,17 +294949,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258429,7 +295014,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258440,46 +295025,46 @@ ] }, { - "Id": "build1037", + "Id": "build1069", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_6", + "Value": "DECAL_TOSTARS", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_6_U", + "Value": "BLD_DECAL_P_TOTHESTARS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_6", + "Value": "BLD_DECAL_P_TOTHESTARS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_P_TOTHESTARS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.6.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.TOTHESTARS.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "400", "Type": 1 }, { @@ -258499,17 +295084,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258564,7 +295149,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258575,46 +295160,46 @@ ] }, { - "Id": "build1038", + "Id": "build1070", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_7", + "Value": "BLD_COVSILOS", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_7_U", + "Value": "BLD_COVEREDSILOS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_7", + "Value": "BLD_COVEREDSILOS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_COVEREDSILOS_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.7.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDSILOS.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "800", "Type": 1 }, { @@ -258634,17 +295219,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258699,7 +295284,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258710,46 +295295,46 @@ ] }, { - "Id": "build1039", + "Id": "build1071", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_8", + "Value": "BLD_COVCRATE", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_8_U", + "Value": "BLD_COVEREDCRATE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_8", + "Value": "BLD_COVEREDCRATE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_COVEREDCRATE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.8.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDCRATE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "800", "Type": 1 }, { @@ -258769,17 +295354,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258834,7 +295419,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258845,46 +295430,46 @@ ] }, { - "Id": "build1040", + "Id": "build1072", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_9", + "Value": "BLD_CRANE", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_9_U", + "Value": "BLD_CRANE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_9", + "Value": "BLD_CRANE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_CRANE_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.9.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRANE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "800", "Type": 1 }, { @@ -258904,17 +295489,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -258969,7 +295554,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -258980,46 +295565,46 @@ ] }, { - "Id": "build1041", + "Id": "build1073", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_10", + "Value": "STATUE_GEK_I", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_10_U", + "Value": "BLD_GEK_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_10", + "Value": "BLD_GEK_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_GEK_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.10.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GEK_ICE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "500", "Type": 1 }, { @@ -259039,17 +295624,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259104,7 +295689,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -259115,46 +295700,46 @@ ] }, { - "Id": "build1042", + "Id": "build1074", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_11", + "Value": "STATUE_SHIP_I", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_11_U", + "Value": "BLD_SHIP_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_11", + "Value": "BLD_SHIP_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_SHIP_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.11.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.SHIP_ICE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "500", "Type": 1 }, { @@ -259174,17 +295759,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259239,7 +295824,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -259250,46 +295835,46 @@ ] }, { - "Id": "build1043", + "Id": "build1075", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_12", + "Value": "STATUE_WALK_I", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_12_U", + "Value": "BLD_WALK_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_12", + "Value": "BLD_WALK_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_WALK_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.12.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WALK_ICE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "500", "Type": 1 }, { @@ -259309,17 +295894,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259374,7 +295959,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -259385,46 +295970,46 @@ ] }, { - "Id": "build1044", + "Id": "build1076", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_13", + "Value": "STATUE_ATLAS_I", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_13_U", + "Value": "BLD_ATLAS_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_13", + "Value": "BLD_ATLAS_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_ATLAS_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.13.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.ATLAS_ICE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "500", "Type": 1 }, { @@ -259444,17 +296029,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259509,7 +296094,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -259520,46 +296105,46 @@ ] }, { - "Id": "build1045", + "Id": "build1077", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_14", + "Value": "STATUE_ASTRO_I", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_14_U", + "Value": "BLD_ASTRO_ICE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_14", + "Value": "BLD_ASTRO_ICE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "UI_SPECIAL_STATUE_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_ASTRO_ICE_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.14.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.ASTRO_ICE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "500", "Type": 1 }, { @@ -259579,17 +296164,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259644,7 +296229,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -259655,46 +296240,46 @@ ] }, { - "Id": "build1046", + "Id": "build1078", "Properties": [ { "Name": "GameId", - "Value": "BUI_HEAD_15", + "Value": "SPEC_FIREWORK07", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_HEAD_BUI_15_U", + "Value": "UI_FIREWORK_PROD_TITAN_R_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_HEAD_BUI_15", + "Value": "UI_FIREWORK_PROD_TITAN_R_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "UI_FIREWORK_PROD_TITAN_R_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.HEAD.15.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK07.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "999", + "Value": "60", "Type": 1 }, { @@ -259719,12 +296304,12 @@ }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259734,7 +296319,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -259790,46 +296375,46 @@ ] }, { - "Id": "build1047", + "Id": "build1079", "Properties": [ { "Name": "GameId", - "Value": "BUI_ARMOUR_1", + "Value": "SPEC_FIREWORK08", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_ARMOUR_BUI_1_U", + "Value": "UI_FIREWORK_PROD_TITAN_Y_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_ARMOUR_BUI_1", + "Value": "UI_FIREWORK_PROD_TITAN_Y_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "UI_FIREWORK_PROD_TITAN_Y_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK08.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "1515", + "Value": "60", "Type": 1 }, { @@ -259854,12 +296439,12 @@ }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -259869,7 +296454,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -259925,46 +296510,46 @@ ] }, { - "Id": "build1048", + "Id": "build1080", "Properties": [ { "Name": "GameId", - "Value": "BUI_ARMOUR_2", + "Value": "SPEC_FIREWORK09", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_ARMOUR_BUI_2_U", + "Value": "UI_FIREWORK_PROD_TITAN_G_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_ARMOUR_BUI_2", + "Value": "UI_FIREWORK_PROD_TITAN_G_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "UI_FIREWORK_PROD_TITAN_G_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK09.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "1515", + "Value": "60", "Type": 1 }, { @@ -259989,12 +296574,12 @@ }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -260004,7 +296589,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -260060,46 +296645,46 @@ ] }, { - "Id": "build1049", + "Id": "build1081", "Properties": [ { "Name": "GameId", - "Value": "BUI_ARMOUR_3", + "Value": "EXPD_POSTER12A", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_ARMOUR_BUI_4_U", + "Value": "BLD_EXPD_POSTER12A_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_ARMOUR_BUI_4", + "Value": "BLD_EXPD_POSTER12A_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_EXPD_POSTER12A_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER12A.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "C7C10F", "Type": 2 }, { "Name": "BaseValue", - "Value": "1515", + "Value": "400", "Type": 1 }, { @@ -260119,17 +296704,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -260184,7 +296769,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -260195,46 +296780,46 @@ ] }, { - "Id": "build1050", + "Id": "build1082", "Properties": [ { "Name": "GameId", - "Value": "BUI_ARMOUR_4", + "Value": "EXPD_POSTER12B", "Type": 1 }, { "Name": "Name", - "Value": "UI_TIP_ARMOUR_BUI_6_U", + "Value": "BLD_EXPD_POSTER12B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_TIP_ARMOUR_BUI_6", + "Value": "BLD_EXPD_POSTER12B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_EXPD_POSTER12B_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.ARMOUR.4.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER12B.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "C7C10F", "Type": 2 }, { "Name": "BaseValue", - "Value": "1515", + "Value": "400", "Type": 1 }, { @@ -260254,17 +296839,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -260319,8 +296904,143 @@ }, { "Name": "IsCraftable", + "Value": "True", + "Type": 3 + }, + { + "Name": "IsConsumable", "Value": "False", "Type": 3 + } + ] + }, + { + "Id": "build1083", + "Properties": [ + { + "Name": "GameId", + "Value": "EXPD_POSTER12C", + "Type": 1 + }, + { + "Name": "Name", + "Value": "BLD_EXPD_POSTER12C_NAME", + "Type": 1 + }, + { + "Name": "NameLower", + "Value": "BLD_EXPD_POSTER12C_NAME_L", + "Type": 1 + }, + { + "Name": "Subtitle", + "Value": "BLD_DECOR_SUBTITLE", + "Type": 1 + }, + { + "Name": "Description", + "Value": "BLD_EXPD_POSTER12C_DESCRIPTION", + "Type": 1 + }, + { + "Name": "Icon", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER12C.DDS", + "Type": 1 + }, + { + "Name": "Colour", + "Value": "C7C10F", + "Type": 2 + }, + { + "Name": "BaseValue", + "Value": "400", + "Type": 1 + }, + { + "Name": "LowPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "HighPriceMod", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "BuyBaseMarkup", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "Category", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Type", + "Value": "BuildingPart", + "Type": 1 + }, + { + "Name": "Rarity", + "Value": "Common", + "Type": 1 + }, + { + "Name": "Legality", + "Value": "Legal", + "Type": 1 + }, + { + "Name": "StackMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "BlueprintCost", + "Value": "1", + "Type": 1 + }, + { + "Name": "DeploysInto", + "Value": "", + "Type": 1 + }, + { + "Name": "ChargeValue", + "Value": "0", + "Type": 1 + }, + { + "Name": "DefaultCraftAmount", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountStepSize", + "Value": "1", + "Type": 1 + }, + { + "Name": "CraftAmountMultiplier", + "Value": "1", + "Type": 1 + }, + { + "Name": "EggModifierIngredient", + "Value": "False", + "Type": 3 + }, + { + "Name": "CookingValue", + "Value": "0.0", + "Type": 1 + }, + { + "Name": "IsCraftable", + "Value": "True", + "Type": 3 }, { "Name": "IsConsumable", @@ -260330,46 +297050,46 @@ ] }, { - "Id": "build1051", + "Id": "build1084", "Properties": [ { "Name": "GameId", - "Value": "BUI_CLOTH_1", + "Value": "EXPD_DECAL12", "Type": 1 }, { "Name": "Name", - "Value": "UI_HCLOTH_HOOD_NAME", + "Value": "BLD_DECAL_EXPD_12_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_HCLOTH_HOOD_NAME_L", + "Value": "BLD_DECAL_EXPD_12_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECAL_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_DECAL_EXPD_12_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.CLOTH.1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL12.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "333", + "Value": "400", "Type": 1 }, { @@ -260389,17 +297109,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -260454,7 +297174,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -260465,46 +297185,46 @@ ] }, { - "Id": "build1052", + "Id": "build1085", "Properties": [ { "Name": "GameId", - "Value": "BUI_CLOTH_2", + "Value": "WALLSCREENB", "Type": 1 }, { "Name": "Name", - "Value": "UI_HCLOTH_MASK_NAME", + "Value": "BLD_WALLSCREENB_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_HCLOTH_MASK_NAME_L", + "Value": "BLD_WALLSCREENB_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_WALLSCREEN_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.CLOTH.2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.WALLSCREENB.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "333", + "Value": "1", "Type": 1 }, { @@ -260524,17 +297244,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -260544,7 +297264,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { @@ -260589,7 +297309,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -260600,46 +297320,46 @@ ] }, { - "Id": "build1053", + "Id": "build1086", "Properties": [ { "Name": "GameId", - "Value": "BUI_CLOTH_3", + "Value": "WALLSCREENB2", "Type": 1 }, { "Name": "Name", - "Value": "UI_HCLOTH_WRAP_NAME", + "Value": "BLD_WALLSCREENB2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_HCLOTH_WRAP_NAME_L", + "Value": "BLD_WALLSCREENB2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BUILDER_CUSTOM_SUB", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "UI_BUILDER_CUSTOM_DESC", + "Value": "BLD_WALLSCREEN_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/ROBOTPARTS/ROBOTPARTS.CLOTH.3.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.WALLSCREENB2.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "8C4B9F", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "333", + "Value": "1", "Type": 1 }, { @@ -260659,17 +297379,17 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Rarity", - "Value": "Rare", + "Value": "Common", "Type": 1 }, { @@ -260679,7 +297399,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { @@ -260724,7 +297444,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -260735,46 +297455,46 @@ ] }, { - "Id": "build1054", + "Id": "build1087", "Properties": [ { "Name": "GameId", - "Value": "EXPD_TITLE11", + "Value": "ARCHIVE", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_TITLE_11_NAME", + "Value": "BLD_STATION_ARCHIVE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_TITLE_11_NAME_L", + "Value": "BLD_STATION_ARCHIVE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPEC_TITLE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_TITLE_11_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL.TITLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.ARCHIVE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "800", + "Value": "3", "Type": 1 }, { @@ -260794,12 +297514,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { @@ -260814,12 +297534,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -260859,7 +297579,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -260870,46 +297590,46 @@ ] }, { - "Id": "build1055", + "Id": "build1088", "Properties": [ { "Name": "GameId", - "Value": "EXPD_BANNER11", + "Value": "CONT_S", "Type": 1 }, { "Name": "Name", - "Value": "UI_BANNER_EXPD_11_NAME", + "Value": "BLD_STATION_CONT_S_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_BANNER_EXPD_11_NAME_L", + "Value": "BLD_STATION_CONT_S_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_BANNER_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_BANNER_EXPD_11_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.BANNER11.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.CONTS.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "220", + "Value": "1", "Type": 1 }, { @@ -260929,12 +297649,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { @@ -260949,7 +297669,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { @@ -260994,7 +297714,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -261005,46 +297725,46 @@ ] }, { - "Id": "build1056", + "Id": "build1089", "Properties": [ { "Name": "GameId", - "Value": "EXPD_EGG_11", + "Value": "STATIONCRATE", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_EGG_11_NAME", + "Value": "BLD_STATION_STATIONCRATE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_EGG_11_NAME_L", + "Value": "BLD_STATION_STATIONCRATE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_EXPD_EGG_11_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_EGG_11_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.HOVERBOTPET.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.STATIONCRATE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "4D2987", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "3200", + "Value": "2", "Type": 1 }, { @@ -261064,12 +297784,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "Curiosity", + "Value": "BuildingPart", "Type": 1 }, { @@ -261084,12 +297804,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -261129,7 +297849,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -261140,46 +297860,46 @@ ] }, { - "Id": "build1057", + "Id": "build1090", "Properties": [ { "Name": "GameId", - "Value": "EXPD_PETCUST11", + "Value": "CRATEFRAME", "Type": 1 }, { "Name": "Name", - "Value": "UI_EXPD_PET_CUSTOM_11_NAME", + "Value": "BLD_STATION_CRATEFRAME_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_EXPD_PET_CUSTOM_11_NAME_L", + "Value": "BLD_STATION_CRATEFRAME_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_PET_CUSTOM_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_EXPD_PET_CUSTOM_11_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.PETCUSTOM11.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.CRATEFRAME.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "007951", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "1600", + "Value": "1", "Type": 1 }, { @@ -261199,12 +297919,12 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { "Name": "Type", - "Value": "CustomisationPart", + "Value": "BuildingPart", "Type": 1 }, { @@ -261219,7 +297939,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { @@ -261264,7 +297984,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -261275,36 +297995,36 @@ ] }, { - "Id": "build1058", + "Id": "build1091", "Properties": [ { "Name": "GameId", - "Value": "STATUE_BLOB_I", + "Value": "HOLO_TRA", "Type": 1 }, { "Name": "Name", - "Value": "BLD_BLOB_ICE_NAME", + "Value": "BLD_STATION_HOLO_TRA_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_BLOB_ICE_NAME_L", + "Value": "BLD_STATION_HOLO_TRA_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_BLOB_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BLOB_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOTRA.DDS", "Type": 1 }, { @@ -261314,7 +298034,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "5", "Type": 1 }, { @@ -261354,12 +298074,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -261410,36 +298130,36 @@ ] }, { - "Id": "build1059", + "Id": "build1092", "Properties": [ { "Name": "GameId", - "Value": "STATUE_DIP_I", + "Value": "HOLO_EXP", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DIP_ICE_NAME", + "Value": "BLD_STATION_HOLO_EXP_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DIP_ICE_NAME_L", + "Value": "BLD_STATION_HOLO_EXP_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DIP_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DIP_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOEXP.DDS", "Type": 1 }, { @@ -261449,7 +298169,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "5", "Type": 1 }, { @@ -261489,12 +298209,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -261545,36 +298265,36 @@ ] }, { - "Id": "build1061", + "Id": "build1093", "Properties": [ { "Name": "GameId", - "Value": "DECAL_SPOOKATL", + "Value": "HOLO_WAR", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME", + "Value": "BLD_STATION_HOLO_WAR_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_SPOOKY_ATLAS_NAME_L", + "Value": "BLD_STATION_HOLO_WAR_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_SPOOKY_ATLAS_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSPOOKYATLAS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOWAR.DDS", "Type": 1 }, { @@ -261584,7 +298304,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "5", "Type": 1 }, { @@ -261624,12 +298344,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -261680,36 +298400,36 @@ ] }, { - "Id": "build1062", + "Id": "build1094", "Properties": [ { "Name": "GameId", - "Value": "DECAL_SHIP1", + "Value": "HOLO_MED1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_SHIP1_NAME", + "Value": "BLD_STATION_HOLO_MED1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_SHIP1_NAME_L", + "Value": "BLD_STATION_HOLO_MED1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_SHIP1_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALSHIP1.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOMED1.DDS", "Type": 1 }, { @@ -261719,7 +298439,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "3", "Type": 1 }, { @@ -261759,12 +298479,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -261815,36 +298535,36 @@ ] }, { - "Id": "build1063", + "Id": "build1095", "Properties": [ { "Name": "GameId", - "Value": "DECAL_PIRATESYS", + "Value": "HOLO_MED2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME", + "Value": "BLD_STATION_HOLO_MED2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_PIRATESYSTEM_NAME_L", + "Value": "BLD_STATION_HOLO_MED2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_PIRATESYSTEM_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.DECALPIRATESYSTEM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOMED2.DDS", "Type": 1 }, { @@ -261854,7 +298574,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "3", "Type": 1 }, { @@ -261894,12 +298614,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -261950,36 +298670,36 @@ ] }, { - "Id": "build1064", + "Id": "build1096", "Properties": [ { "Name": "GameId", - "Value": "DECAL_BLUESYS", + "Value": "HOLO_SMALL1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_BLUESYSTEM_NAME", + "Value": "BLD_STATION_HOLO_SMALL1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_BLUESYSTEM_NAME_L", + "Value": "BLD_STATION_HOLO_SMALL1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_BLUESYSTEM_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.BLUESYSTEM.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOSMALL1.DDS", "Type": 1 }, { @@ -261989,7 +298709,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -262029,12 +298749,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -262085,36 +298805,36 @@ ] }, { - "Id": "build1065", + "Id": "build1097", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CREBEETLE", + "Value": "HOLO_SMALL2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREBEETLE_NAME", + "Value": "BLD_STATION_HOLO_SMALL2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREBEETLE_NAME_L", + "Value": "BLD_STATION_HOLO_SMALL2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREBEETLE_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREBEETLE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOSMALL2.DDS", "Type": 1 }, { @@ -262124,7 +298844,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -262164,12 +298884,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -262220,36 +298940,36 @@ ] }, { - "Id": "build1066", + "Id": "build1098", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CREFLY", + "Value": "HOLO_SMALL3", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREFLYING_NAME", + "Value": "BLD_STATION_HOLO_SMALL3_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREFLYING_NAME_L", + "Value": "BLD_STATION_HOLO_SMALL3_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREFLYING_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREFLYING.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOSMALL3.DDS", "Type": 1 }, { @@ -262259,7 +298979,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "2", "Type": 1 }, { @@ -262299,12 +299019,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "2", "Type": 1 }, { @@ -262355,36 +299075,36 @@ ] }, { - "Id": "build1067", + "Id": "build1099", "Properties": [ { "Name": "GameId", - "Value": "DECAL_CREPAWS", + "Value": "LIGHTFRAME", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_CREPAWS_NAME", + "Value": "BLD_STATION_LIGHTFRAME_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_CREPAWS_NAME_L", + "Value": "BLD_STATION_LIGHTFRAME_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_CREPAWS_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CREATUREPAWS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.LIGHTFRAME.DDS", "Type": 1 }, { @@ -262394,7 +299114,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "1", "Type": 1 }, { @@ -262434,7 +299154,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { @@ -262490,36 +299210,36 @@ ] }, { - "Id": "build1068", + "Id": "build1100", "Properties": [ { "Name": "GameId", - "Value": "DECAL_FPLANET2", + "Value": "LIGHT_TALL", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME", + "Value": "BLD_STATION_LIGHT_TALL_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_FIRSTPLANET2_NAME_L", + "Value": "BLD_STATION_LIGHT_TALL_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_FIRSTPLANET2_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIRSTPLANET2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.LIGHTTALL.DDS", "Type": 1 }, { @@ -262529,7 +299249,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "3", "Type": 1 }, { @@ -262569,12 +299289,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -262625,36 +299345,36 @@ ] }, { - "Id": "build1069", + "Id": "build1101", "Properties": [ { "Name": "GameId", - "Value": "DECAL_TOSTARS", + "Value": "LIGHT_PLINTH", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_P_TOTHESTARS_NAME", + "Value": "BLD_STATION_LIGHT_PLINTH_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_P_TOTHESTARS_NAME_L", + "Value": "BLD_STATION_LIGHT_PLINTH_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_P_TOTHESTARS_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.TOTHESTARS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.LIGHTPLINTH.DDS", "Type": 1 }, { @@ -262664,7 +299384,7 @@ }, { "Name": "BaseValue", - "Value": "400", + "Value": "3", "Type": 1 }, { @@ -262704,12 +299424,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -262760,36 +299480,36 @@ ] }, { - "Id": "build1070", + "Id": "build1102", "Properties": [ { "Name": "GameId", - "Value": "BLD_COVSILOS", + "Value": "LIGHT_VERT", "Type": 1 }, { "Name": "Name", - "Value": "BLD_COVEREDSILOS_NAME", + "Value": "BLD_STATION_LIGHT_VERT_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_COVEREDSILOS_NAME_L", + "Value": "BLD_STATION_LIGHT_VERT_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_COVEREDSILOS_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDSILOS.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.LIGHTVERT.DDS", "Type": 1 }, { @@ -262799,7 +299519,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "3", "Type": 1 }, { @@ -262839,12 +299559,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -262895,36 +299615,36 @@ ] }, { - "Id": "build1071", + "Id": "build1103", "Properties": [ { "Name": "GameId", - "Value": "BLD_COVCRATE", + "Value": "PLANTBOX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_COVEREDCRATE_NAME", + "Value": "BLD_STATION_PLANTBOX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_COVEREDCRATE_NAME_L", + "Value": "BLD_STATION_PLANTBOX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_COVEREDCRATE_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.COVEREDCRATE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.PLANTBOX.DDS", "Type": 1 }, { @@ -262934,7 +299654,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "3", "Type": 1 }, { @@ -262974,12 +299694,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -263030,36 +299750,36 @@ ] }, { - "Id": "build1072", + "Id": "build1104", "Properties": [ { "Name": "GameId", - "Value": "BLD_CRANE", + "Value": "PLANTER_S", "Type": 1 }, { "Name": "Name", - "Value": "BLD_CRANE_NAME", + "Value": "BLD_STATION_PLANTER_S_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_CRANE_NAME_L", + "Value": "BLD_STATION_PLANTER_S_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_CRANE_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.CRANE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.PLANTERS.DDS", "Type": 1 }, { @@ -263069,7 +299789,7 @@ }, { "Name": "BaseValue", - "Value": "800", + "Value": "1", "Type": 1 }, { @@ -263109,7 +299829,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { @@ -263165,36 +299885,36 @@ ] }, { - "Id": "build1073", + "Id": "build1105", "Properties": [ { "Name": "GameId", - "Value": "STATUE_GEK_I", + "Value": "SERVERBOX1", "Type": 1 }, { "Name": "Name", - "Value": "BLD_GEK_ICE_NAME", + "Value": "BLD_STATION_SERVERBOX1_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_GEK_ICE_NAME_L", + "Value": "BLD_STATION_SERVERBOX1_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_GEK_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.GEK_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.SERVERBOX1.DDS", "Type": 1 }, { @@ -263204,7 +299924,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "5", "Type": 1 }, { @@ -263244,12 +299964,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -263300,36 +300020,36 @@ ] }, { - "Id": "build1074", + "Id": "build1106", "Properties": [ { "Name": "GameId", - "Value": "STATUE_SHIP_I", + "Value": "SERVERBOX2", "Type": 1 }, { "Name": "Name", - "Value": "BLD_SHIP_ICE_NAME", + "Value": "BLD_STATION_SERVERBOX2_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_SHIP_ICE_NAME_L", + "Value": "BLD_STATION_SERVERBOX2_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_SHIP_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.SHIP_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.SERVERBOX2.DDS", "Type": 1 }, { @@ -263339,7 +300059,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "5", "Type": 1 }, { @@ -263379,12 +300099,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -263435,36 +300155,36 @@ ] }, { - "Id": "build1075", + "Id": "build1107", "Properties": [ { "Name": "GameId", - "Value": "STATUE_WALK_I", + "Value": "HOLOFILES", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WALK_ICE_NAME", + "Value": "BLD_STATION_HOLOFILES_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WALK_ICE_NAME_L", + "Value": "BLD_STATION_HOLOFILES_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_WALK_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.WALK_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.HOLOFILES.DDS", "Type": 1 }, { @@ -263474,7 +300194,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "5", "Type": 1 }, { @@ -263514,12 +300234,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -263570,36 +300290,36 @@ ] }, { - "Id": "build1076", + "Id": "build1108", "Properties": [ { "Name": "GameId", - "Value": "STATUE_ATLAS_I", + "Value": "POWERBOX", "Type": 1 }, { "Name": "Name", - "Value": "BLD_ATLAS_ICE_NAME", + "Value": "BLD_STATION_POWERBOX_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_ATLAS_ICE_NAME_L", + "Value": "BLD_STATION_POWERBOX_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_ATLAS_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.ATLAS_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.POWERBOX.DDS", "Type": 1 }, { @@ -263609,7 +300329,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "5", "Type": 1 }, { @@ -263649,12 +300369,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "5", "Type": 1 }, { @@ -263705,36 +300425,36 @@ ] }, { - "Id": "build1077", + "Id": "build1109", "Properties": [ { "Name": "GameId", - "Value": "STATUE_ASTRO_I", + "Value": "SHIPARMS", "Type": 1 }, { "Name": "Name", - "Value": "BLD_ASTRO_ICE_NAME", + "Value": "BLD_STATION_SHIPARMS_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_ASTRO_ICE_NAME_L", + "Value": "BLD_STATION_SHIPARMS_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "UI_SPECIAL_STATUE_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_ASTRO_ICE_DESCRIPTION", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.ASTRO_ICE.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.SHIPARMS.DDS", "Type": 1 }, { @@ -263744,7 +300464,7 @@ }, { "Name": "BaseValue", - "Value": "500", + "Value": "10", "Type": 1 }, { @@ -263784,12 +300504,12 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "10", "Type": 1 }, { @@ -263840,46 +300560,46 @@ ] }, { - "Id": "build1078", + "Id": "build1110", "Properties": [ { "Name": "GameId", - "Value": "SPEC_FIREWORK07", + "Value": "STANDINGSIGN", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_TITAN_R_NAME", + "Value": "BLD_STATION_STANDINGSIGN_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_TITAN_R_NAME_L", + "Value": "BLD_STATION_STANDINGSIGN_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_TITAN_R_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK07.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.STANDINGSIGN.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "60", + "Value": "3", "Type": 1 }, { @@ -263899,7 +300619,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { @@ -263919,12 +300639,12 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -263964,7 +300684,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -263975,46 +300695,46 @@ ] }, { - "Id": "build1079", + "Id": "build1111", "Properties": [ { "Name": "GameId", - "Value": "SPEC_FIREWORK08", + "Value": "BILLBOARD", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_TITAN_Y_NAME", + "Value": "BLD_STATION_BILLBOARD_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_TITAN_Y_NAME_L", + "Value": "BLD_STATION_BILLBOARD_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_TITAN_Y_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK08.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.BILLBOARD.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "60", + "Value": "3", "Type": 1 }, { @@ -264034,7 +300754,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { @@ -264054,12 +300774,12 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "3", "Type": 1 }, { @@ -264099,7 +300819,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -264110,46 +300830,46 @@ ] }, { - "Id": "build1080", + "Id": "build1112", "Properties": [ { "Name": "GameId", - "Value": "SPEC_FIREWORK09", + "Value": "MAPTABLE", "Type": 1 }, { "Name": "Name", - "Value": "UI_FIREWORK_PROD_TITAN_G_NAME", + "Value": "BLD_STATION_MAPTABLE_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "UI_FIREWORK_PROD_TITAN_G_NAME_L", + "Value": "BLD_STATION_MAPTABLE_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_FIREWORK_LAUNCHER_SUB", + "Value": "BLD_STATION_PART_SUB", "Type": 1 }, { "Name": "Description", - "Value": "UI_FIREWORK_PROD_TITAN_G_DESC", + "Value": "BLD_STATION_PART_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK09.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/STATIONPARTS/BUILDABLE.MAPTABLE.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "262626", + "Value": "2C7C9F", "Type": 2 }, { "Name": "BaseValue", - "Value": "60", + "Value": "8", "Type": 1 }, { @@ -264169,7 +300889,7 @@ }, { "Name": "Category", - "Value": "Exotic", + "Value": "BuildingPart", "Type": 1 }, { @@ -264189,12 +300909,12 @@ }, { "Name": "StackMultiplier", - "Value": "4", + "Value": "0", "Type": 1 }, { "Name": "BlueprintCost", - "Value": "1", + "Value": "8", "Type": 1 }, { @@ -264234,7 +300954,7 @@ }, { "Name": "IsCraftable", - "Value": "False", + "Value": "True", "Type": 3 }, { @@ -264245,46 +300965,46 @@ ] }, { - "Id": "build1081", + "Id": "build1113", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER12A", + "Value": "SPEC_FIREWORK10", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER12A_NAME", + "Value": "UI_FIREWORK_PROD_SWIRL_P_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER12A_NAME_L", + "Value": "UI_FIREWORK_PROD_SWIRL_P_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER12A_DESCRIPTION", + "Value": "UI_FIREWORK_PROD_SWIRL_P_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER12A.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK10.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "60", "Type": 1 }, { @@ -264304,7 +301024,7 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { @@ -264324,7 +301044,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -264369,7 +301089,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -264380,46 +301100,46 @@ ] }, { - "Id": "build1082", + "Id": "build1114", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER12B", + "Value": "SPEC_FIREWORK11", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER12B_NAME", + "Value": "UI_FIREWORK_PROD_SWIRL_B_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER12B_NAME_L", + "Value": "UI_FIREWORK_PROD_SWIRL_B_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER12B_DESCRIPTION", + "Value": "UI_FIREWORK_PROD_SWIRL_B_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER12B.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK11.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "60", "Type": 1 }, { @@ -264439,7 +301159,7 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { @@ -264459,7 +301179,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -264504,7 +301224,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -264515,46 +301235,46 @@ ] }, { - "Id": "build1083", + "Id": "build1115", "Properties": [ { "Name": "GameId", - "Value": "EXPD_POSTER12C", + "Value": "SPEC_FIREWORK12", "Type": 1 }, { "Name": "Name", - "Value": "BLD_EXPD_POSTER12C_NAME", + "Value": "UI_FIREWORK_PROD_SWIRL_T_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_EXPD_POSTER12C_NAME_L", + "Value": "UI_FIREWORK_PROD_SWIRL_T_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECOR_SUBTITLE", + "Value": "BLD_FIREWORK_LAUNCHER_SUB", "Type": 1 }, { "Name": "Description", - "Value": "BLD_EXPD_POSTER12C_DESCRIPTION", + "Value": "UI_FIREWORK_PROD_SWIRL_T_DESC", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.POSTER12C.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.FIREWORK12.DDS", "Type": 1 }, { "Name": "Colour", - "Value": "C7C10F", + "Value": "262626", "Type": 2 }, { "Name": "BaseValue", - "Value": "400", + "Value": "60", "Type": 1 }, { @@ -264574,7 +301294,7 @@ }, { "Name": "Category", - "Value": "BuildingPart", + "Value": "Exotic", "Type": 1 }, { @@ -264594,7 +301314,7 @@ }, { "Name": "StackMultiplier", - "Value": "1", + "Value": "4", "Type": 1 }, { @@ -264639,7 +301359,7 @@ }, { "Name": "IsCraftable", - "Value": "True", + "Value": "False", "Type": 3 }, { @@ -264650,36 +301370,36 @@ ] }, { - "Id": "build1084", + "Id": "build1116", "Properties": [ { "Name": "GameId", - "Value": "EXPD_DECAL12", + "Value": "S_POSTER29", "Type": 1 }, { "Name": "Name", - "Value": "BLD_DECAL_EXPD_12_NAME", + "Value": "BLD_S_POSTER29_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_DECAL_EXPD_12_NAME_L", + "Value": "BLD_S_POSTER29_NAME_L", "Type": 1 }, { "Name": "Subtitle", - "Value": "BLD_DECAL_SUBTITLE", + "Value": "BLD_DECOR_SUBTITLE", "Type": 1 }, { "Name": "Description", - "Value": "BLD_DECAL_EXPD_12_DESCRIPTION", + "Value": "BLD_S_POSTER29_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.EXPEDITION.DECAL12.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER29.DDS", "Type": 1 }, { @@ -264785,21 +301505,21 @@ ] }, { - "Id": "build1085", + "Id": "build1117", "Properties": [ { "Name": "GameId", - "Value": "WALLSCREENB", + "Value": "S_POSTER30", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WALLSCREENB_NAME", + "Value": "BLD_S_POSTER30_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WALLSCREENB_NAME_L", + "Value": "BLD_S_POSTER30_NAME_L", "Type": 1 }, { @@ -264809,12 +301529,12 @@ }, { "Name": "Description", - "Value": "BLD_WALLSCREEN_DESCRIPTION", + "Value": "BLD_S_POSTER30_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.WALLSCREENB.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER30.DDS", "Type": 1 }, { @@ -264824,7 +301544,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "400", "Type": 1 }, { @@ -264864,7 +301584,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { @@ -264920,21 +301640,21 @@ ] }, { - "Id": "build1086", + "Id": "build1118", "Properties": [ { "Name": "GameId", - "Value": "WALLSCREENB2", + "Value": "S_POSTER31", "Type": 1 }, { "Name": "Name", - "Value": "BLD_WALLSCREENB2_NAME", + "Value": "BLD_S_POSTER31_NAME", "Type": 1 }, { "Name": "NameLower", - "Value": "BLD_WALLSCREENB2_NAME_L", + "Value": "BLD_S_POSTER31_NAME_L", "Type": 1 }, { @@ -264944,12 +301664,12 @@ }, { "Name": "Description", - "Value": "BLD_WALLSCREEN_DESCRIPTION", + "Value": "BLD_S_POSTER31_DESCRIPTION", "Type": 1 }, { "Name": "Icon", - "Value": "TEXTURES/UI/FRONTEND/ICONS/BUILDABLE/BUILDABLE.WALLSCREENB2.DDS", + "Value": "TEXTURES/UI/FRONTEND/ICONS/SPECIALSHOP/SPECIAL1.S_POSTER31.DDS", "Type": 1 }, { @@ -264959,7 +301679,7 @@ }, { "Name": "BaseValue", - "Value": "1", + "Value": "400", "Type": 1 }, { @@ -264999,7 +301719,7 @@ }, { "Name": "StackMultiplier", - "Value": "0", + "Value": "1", "Type": 1 }, { diff --git a/assets/data/meta.json b/assets/data/meta.json index 7e46b4023..31d95f04a 100644 --- a/assets/data/meta.json +++ b/assets/data/meta.json @@ -1,5 +1,5 @@ { - "GameVersion": "4.50", - "GameBuildNumber": 13486027, - "GeneratedDate": "2024-02-19" + "GameVersion": "4.60", + "GameBuildNumber": 13869755, + "GeneratedDate": "2024-03-27" } \ No newline at end of file diff --git a/assets/data/patronsBackup.json b/assets/data/patronsBackup.json index 509320a66..2c9f27264 100644 --- a/assets/data/patronsBackup.json +++ b/assets/data/patronsBackup.json @@ -53,12 +53,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D01DB467EB36DC4A515F3AA7D7227A78.png", "url": "https://assistantapps.com" }, - { - "name": "LaurelP", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1A27EB717D664455ECDA83B0F649D90A.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1A27EB717D664455ECDA83B0F649D90A.png", - "url": "https://assistantapps.com" - }, { "name": "Roland Gaida", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9D164DB8AB45EC2616D52CA92EEE2CBF.png", @@ -77,12 +71,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1965C7A4B88091DE50A9CB8E29A531C8.png", "url": "https://assistantapps.com" }, - { - "name": "christopher perkins", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/FA9FE210914BA3B97BA99F05F233924D.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/FA9FE210914BA3B97BA99F05F233924D.png", - "url": "https://assistantapps.com" - }, { "name": "Tristan Ancelet", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D994924AA5EF51C5BDFBFBDAC12A04FF.png", @@ -90,15 +78,9 @@ "url": "https://assistantapps.com" }, { - "name": "nyxsis", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/D5D8C41865D8A28075F8BFD30E93BFA2.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/D5D8C41865D8A28075F8BFD30E93BFA2.png", - "url": "https://assistantapps.com" - }, - { - "name": "Alistair", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", + "name": "christopher perkins", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/FA9FE210914BA3B97BA99F05F233924D.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/FA9FE210914BA3B97BA99F05F233924D.png", "url": "https://assistantapps.com" }, { @@ -113,6 +95,12 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/75D2741AA463E5BA847AEF218CE53E16.png", "url": "https://assistantapps.com" }, + { + "name": "Alistair", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/48CFDD47C31B9CA61068EAF6762E9932.png", + "url": "https://assistantapps.com" + }, { "name": "Reven", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/6195C08519C9C2A6658DC97551AA81B1.png", @@ -126,13 +114,7 @@ "url": "https://assistantapps.com" }, { - "name": "Kianfu", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9FD2B5D3D7502689C6A023306A1597CA.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9FD2B5D3D7502689C6A023306A1597CA.png", - "url": "https://assistantapps.com" - }, - { - "name": "ASG QUNARI", + "name": "Crownari", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png", "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/C3E7512CFA98BD65ABEBE44EA69EB57F.png", "url": "https://assistantapps.com" @@ -161,12 +143,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/5761F92FC7129B588133D31BD74BEAC8.png", "url": "https://assistantapps.com" }, - { - "name": "Stephanie Parsons", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/B4C1E8292B23811594B9F7D50B43C10A.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/B4C1E8292B23811594B9F7D50B43C10A.png", - "url": "https://assistantapps.com" - }, { "name": "April Gunter", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/74B8D5A6AC9A72876BFAF89489E3CACB.png", @@ -180,15 +156,9 @@ "url": "https://assistantapps.com" }, { - "name": "Gregory F. Hogg", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/5F5291FC7D01BA7255B77A0B9647DD04.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/5F5291FC7D01BA7255B77A0B9647DD04.png", - "url": "https://assistantapps.com" - }, - { - "name": "HunterFlakeDigitalContent", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/9562503CD06F0D1C493E08873DAE7F00.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9562503CD06F0D1C493E08873DAE7F00.png", + "name": "Stephanie Parsons", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/B4C1E8292B23811594B9F7D50B43C10A.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/B4C1E8292B23811594B9F7D50B43C10A.png", "url": "https://assistantapps.com" }, { @@ -198,9 +168,9 @@ "url": "https://assistantapps.com" }, { - "name": "MEOGI", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", + "name": "Gregory F. Hogg", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/5F5291FC7D01BA7255B77A0B9647DD04.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/5F5291FC7D01BA7255B77A0B9647DD04.png", "url": "https://assistantapps.com" }, { @@ -209,12 +179,6 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/48F55AF63BF651EA9264F22310E716C5.png", "url": "https://assistantapps.com" }, - { - "name": "RedHenchie", - "imageUrl": "https://cdn-usr.assistantapps.com/patreon/1E4AD056B0985198E467AF0B6D779D1C.png", - "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/1E4AD056B0985198E467AF0B6D779D1C.png", - "url": "https://assistantapps.com" - }, { "name": "AF1", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/8F4BECB7F5BAEA128B8D284DC28EB4EF.png", @@ -227,6 +191,12 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/9CF50630ADBF46DD1F8C3BC5874B518F.png", "url": "https://assistantapps.com" }, + { + "name": "MEOGI", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/931F9C05676AC1EAA21F3B68FEE879F9.png", + "url": "https://assistantapps.com" + }, { "name": "Jdia Plum", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/97A74E429C4BDDDE7FA1A82AF690CB64.png", @@ -245,6 +215,12 @@ "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/64547E8411DE881D1602DE08B4410E94.png", "url": "https://assistantapps.com" }, + { + "name": "Arcadie", + "imageUrl": "https://cdn-usr.assistantapps.com/patreon/7B48FDA94614713E7E91CB53CCAF1552.png", + "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/7B48FDA94614713E7E91CB53CCAF1552.png", + "url": "https://assistantapps.com" + }, { "name": "Galactic Monkeh", "imageUrl": "https://cdn-usr.assistantapps.com/patreon/4422CEA6F012C8F338994799459CF3A8.png", @@ -268,29 +244,5 @@ "imageUrl": "https://cdn-usr.assistantapps.com/patreon/2B939F8876F617A2ED8EBA18E7748EAC.png", "thumbnailUrl": "https://cdn-usr.assistantapps.com/patreon/2B939F8876F617A2ED8EBA18E7748EAC.png", "url": "https://assistantapps.com" - }, - { - "name": "Iky Ikky", - "imageUrl": "https://ui-avatars.com/api/?size=128&name=Iky Ikky", - "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Iky Ikky", - "url": "https://assistantapps.com" - }, - { - "name": "Purchwia", - "imageUrl": "https://ui-avatars.com/api/?size=128&name=Purchwia", - "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Purchwia", - "url": "https://assistantapps.com" - }, - { - "name": "Martill Wade", - "imageUrl": "https://ui-avatars.com/api/?size=128&name=Martill ", - "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Martill ", - "url": "https://assistantapps.com" - }, - { - "name": "Marcel Häfner", - "imageUrl": "https://ui-avatars.com/api/?size=128&name=Marcel H", - "thumbnailUrl": "https://ui-avatars.com/api/?size=128&name=Marcel H", - "url": "https://assistantapps.com" } ] \ No newline at end of file diff --git a/assets/data/quicksilverStore.json b/assets/data/quicksilverStore.json index da76f8cde..c422f7a46 100644 --- a/assets/data/quicksilverStore.json +++ b/assets/data/quicksilverStore.json @@ -1006,5 +1006,56 @@ "ItemId": "build1067" } ] + }, + { + "MissionId": 89, + "Items": [ + { + "Tier": 1, + "ItemId": "build1078" + }, + { + "Tier": 2, + "ItemId": "build1079" + }, + { + "Tier": 3, + "ItemId": "build1080" + } + ] + }, + { + "MissionId": 90, + "Items": [ + { + "Tier": 1, + "ItemId": "build1116" + }, + { + "Tier": 2, + "ItemId": "build1117" + }, + { + "Tier": 3, + "ItemId": "build1118" + } + ] + }, + { + "MissionId": 91, + "Items": [ + { + "Tier": 1, + "ItemId": "build1113" + }, + { + "Tier": 2, + "ItemId": "build1114" + }, + { + "Tier": 3, + "ItemId": "build1115" + } + ] } ] \ No newline at end of file diff --git a/assets/data/updates.json b/assets/data/updates.json index 34d044187..06915c9c6 100644 --- a/assets/data/updates.json +++ b/assets/data/updates.json @@ -1,4 +1,284 @@ [ + { + "guid": "f48f4e67-7e46-4935-9fe3-739a8dc3f80b", + "title": "Orbital", + "icon": "update/orbital.png", + "emoji": "💫", + "gameVersion": "4.60", + "updateType": 0, + "releaseDate": "2024-03-27T00:00:00", + "postUrl": "https://www.nomanssky.com/omega-update/", + "itemIds": [ + "cur103", + "build1087", + "build1088", + "build1089", + "build1090", + "build1091", + "build1092", + "build1093", + "build1094", + "build1095", + "build1096", + "build1097", + "build1098", + "build1099", + "build1100", + "build1101", + "build1102", + "build1103", + "build1104", + "build1105", + "build1106", + "build1107", + "build1108", + "build1109", + "build1110", + "build1111", + "build1112", + "build1113", + "build1114", + "build1115", + "build1116", + "build1117", + "build1118", + "other461", + "other462", + "other463", + "other464", + "other465", + "other466", + "other467", + "other468", + "other469", + "other470", + "other471", + "other472", + "other473", + "other474", + "other475", + "other476", + "other477", + "other478", + "other479", + "other480", + "other481", + "other482", + "other483", + "other484", + "other485", + "other486", + "other487", + "other488", + "other489", + "other490", + "other491", + "other492", + "other493", + "other494", + "other495", + "other496", + "other497", + "other498", + "other499", + "other500", + "other501", + "other502", + "other503", + "other504", + "other505", + "other506", + "other507", + "other508", + "other509", + "other510", + "other511", + "other512", + "other513", + "other514", + "other515", + "other516", + "other517", + "other518", + "other519", + "other520", + "other521", + "other522", + "other523", + "other524", + "other525", + "other526", + "other527", + "other528", + "other529", + "other530", + "other531", + "other532", + "other533", + "other534", + "other535", + "other536", + "other537", + "other538", + "other539", + "other540", + "other541", + "other542", + "other543", + "other544", + "other545", + "other546", + "other547", + "other548", + "other549", + "other550", + "other551", + "other552", + "other553", + "other554", + "other555", + "other556", + "other557", + "other558", + "other559", + "other560", + "other561", + "other562", + "other563", + "other564", + "other565", + "other566", + "other567", + "other568", + "other569", + "other570", + "other571", + "other574", + "other575", + "other576", + "other577", + "other578", + "other579", + "other580", + "other581", + "other582", + "other583", + "other584", + "other585", + "other586", + "other587", + "other588", + "other589", + "other590", + "other591", + "other592", + "other593", + "other594", + "other595", + "other596", + "other597", + "other598", + "other599", + "other600", + "other601", + "other602", + "other603", + "other604", + "other605", + "other606", + "other607", + "other608", + "other609", + "other610", + "other611", + "other612", + "other613", + "other614", + "other615", + "other616", + "other617", + "other618", + "other619", + "other620", + "other621", + "other622", + "other623", + "other624", + "other625", + "other626", + "other627", + "other628", + "other629", + "other630", + "other631", + "other632", + "other633", + "other634", + "other635", + "other636", + "other637", + "other638", + "other639", + "other640", + "other641", + "other642", + "other643", + "other644", + "other645", + "other646", + "other647", + "other648", + "other649", + "other650", + "other651", + "other652", + "other653", + "other654", + "other655", + "other656", + "other657", + "other658", + "other659", + "other660", + "other661", + "other662", + "other663", + "other664", + "other665", + "other666", + "other667", + "other668", + "other669", + "other670", + "other671", + "other672", + "other673", + "other674", + "other675", + "other676", + "other677", + "other678", + "other679", + "other680", + "other681", + "other682", + "other683", + "other684", + "other685", + "other686", + "other687", + "other688", + "other689", + "other690", + "other691", + "other692", + "other693", + "other694", + "other695", + "other696", + "other697" + ] + }, { "guid": "a9a08fba-e06d-4649-b942-daadd76fd111", "title": "Omega", diff --git a/assets/images/building/1087.png b/assets/images/building/1087.png new file mode 100644 index 000000000..42a6d9d77 Binary files /dev/null and b/assets/images/building/1087.png differ diff --git a/assets/images/building/1088.png b/assets/images/building/1088.png new file mode 100644 index 000000000..a0326108d Binary files /dev/null and b/assets/images/building/1088.png differ diff --git a/assets/images/building/1089.png b/assets/images/building/1089.png new file mode 100644 index 000000000..f9e327e66 Binary files /dev/null and b/assets/images/building/1089.png differ diff --git a/assets/images/building/1090.png b/assets/images/building/1090.png new file mode 100644 index 000000000..e95c80266 Binary files /dev/null and b/assets/images/building/1090.png differ diff --git a/assets/images/building/1091.png b/assets/images/building/1091.png new file mode 100644 index 000000000..421634da4 Binary files /dev/null and b/assets/images/building/1091.png differ diff --git a/assets/images/building/1092.png b/assets/images/building/1092.png new file mode 100644 index 000000000..58d4566f1 Binary files /dev/null and b/assets/images/building/1092.png differ diff --git a/assets/images/building/1093.png b/assets/images/building/1093.png new file mode 100644 index 000000000..f188dce03 Binary files /dev/null and b/assets/images/building/1093.png differ diff --git a/assets/images/building/1094.png b/assets/images/building/1094.png new file mode 100644 index 000000000..3a08998c2 Binary files /dev/null and b/assets/images/building/1094.png differ diff --git a/assets/images/building/1095.png b/assets/images/building/1095.png new file mode 100644 index 000000000..9b3f0ea1b Binary files /dev/null and b/assets/images/building/1095.png differ diff --git a/assets/images/building/1096.png b/assets/images/building/1096.png new file mode 100644 index 000000000..8454e051c Binary files /dev/null and b/assets/images/building/1096.png differ diff --git a/assets/images/building/1097.png b/assets/images/building/1097.png new file mode 100644 index 000000000..a4180a896 Binary files /dev/null and b/assets/images/building/1097.png differ diff --git a/assets/images/building/1098.png b/assets/images/building/1098.png new file mode 100644 index 000000000..413b1e5e8 Binary files /dev/null and b/assets/images/building/1098.png differ diff --git a/assets/images/building/1099.png b/assets/images/building/1099.png new file mode 100644 index 000000000..1fa5d0fbc Binary files /dev/null and b/assets/images/building/1099.png differ diff --git a/assets/images/building/1100.png b/assets/images/building/1100.png new file mode 100644 index 000000000..fb6af955e Binary files /dev/null and b/assets/images/building/1100.png differ diff --git a/assets/images/building/1101.png b/assets/images/building/1101.png new file mode 100644 index 000000000..68b365a34 Binary files /dev/null and b/assets/images/building/1101.png differ diff --git a/assets/images/building/1102.png b/assets/images/building/1102.png new file mode 100644 index 000000000..65ea72a58 Binary files /dev/null and b/assets/images/building/1102.png differ diff --git a/assets/images/building/1103.png b/assets/images/building/1103.png new file mode 100644 index 000000000..6a6262b93 Binary files /dev/null and b/assets/images/building/1103.png differ diff --git a/assets/images/building/1104.png b/assets/images/building/1104.png new file mode 100644 index 000000000..375bb6c4d Binary files /dev/null and b/assets/images/building/1104.png differ diff --git a/assets/images/building/1105.png b/assets/images/building/1105.png new file mode 100644 index 000000000..1922f7930 Binary files /dev/null and b/assets/images/building/1105.png differ diff --git a/assets/images/building/1106.png b/assets/images/building/1106.png new file mode 100644 index 000000000..138f641ac Binary files /dev/null and b/assets/images/building/1106.png differ diff --git a/assets/images/building/1107.png b/assets/images/building/1107.png new file mode 100644 index 000000000..5d51331b0 Binary files /dev/null and b/assets/images/building/1107.png differ diff --git a/assets/images/building/1108.png b/assets/images/building/1108.png new file mode 100644 index 000000000..da9412723 Binary files /dev/null and b/assets/images/building/1108.png differ diff --git a/assets/images/building/1109.png b/assets/images/building/1109.png new file mode 100644 index 000000000..7f55aca94 Binary files /dev/null and b/assets/images/building/1109.png differ diff --git a/assets/images/building/1110.png b/assets/images/building/1110.png new file mode 100644 index 000000000..cd31e09bd Binary files /dev/null and b/assets/images/building/1110.png differ diff --git a/assets/images/building/1111.png b/assets/images/building/1111.png new file mode 100644 index 000000000..4ceb02439 Binary files /dev/null and b/assets/images/building/1111.png differ diff --git a/assets/images/building/1112.png b/assets/images/building/1112.png new file mode 100644 index 000000000..78a22c1f8 Binary files /dev/null and b/assets/images/building/1112.png differ diff --git a/assets/images/building/1113.png b/assets/images/building/1113.png new file mode 100644 index 000000000..c449a48b1 Binary files /dev/null and b/assets/images/building/1113.png differ diff --git a/assets/images/building/1114.png b/assets/images/building/1114.png new file mode 100644 index 000000000..393b8958c Binary files /dev/null and b/assets/images/building/1114.png differ diff --git a/assets/images/building/1115.png b/assets/images/building/1115.png new file mode 100644 index 000000000..4efb63d74 Binary files /dev/null and b/assets/images/building/1115.png differ diff --git a/assets/images/building/1116.png b/assets/images/building/1116.png new file mode 100644 index 000000000..747bcfa82 Binary files /dev/null and b/assets/images/building/1116.png differ diff --git a/assets/images/building/1117.png b/assets/images/building/1117.png new file mode 100644 index 000000000..ab5972546 Binary files /dev/null and b/assets/images/building/1117.png differ diff --git a/assets/images/building/1118.png b/assets/images/building/1118.png new file mode 100644 index 000000000..edec15da9 Binary files /dev/null and b/assets/images/building/1118.png differ diff --git a/assets/images/curiosities/103.png b/assets/images/curiosities/103.png new file mode 100644 index 000000000..5b653a7e3 Binary files /dev/null and b/assets/images/curiosities/103.png differ diff --git a/assets/images/other/461.png b/assets/images/other/461.png new file mode 100644 index 000000000..07604cb0f Binary files /dev/null and b/assets/images/other/461.png differ diff --git a/assets/images/other/462.png b/assets/images/other/462.png new file mode 100644 index 000000000..eee97bc07 Binary files /dev/null and b/assets/images/other/462.png differ diff --git a/assets/images/other/463.png b/assets/images/other/463.png new file mode 100644 index 000000000..8d5fd27b1 Binary files /dev/null and b/assets/images/other/463.png differ diff --git a/assets/images/other/464.png b/assets/images/other/464.png new file mode 100644 index 000000000..a607baefd Binary files /dev/null and b/assets/images/other/464.png differ diff --git a/assets/images/other/465.png b/assets/images/other/465.png new file mode 100644 index 000000000..e479e3dec Binary files /dev/null and b/assets/images/other/465.png differ diff --git a/assets/images/other/466.png b/assets/images/other/466.png new file mode 100644 index 000000000..4ab4f718d Binary files /dev/null and b/assets/images/other/466.png differ diff --git a/assets/images/other/467.png b/assets/images/other/467.png new file mode 100644 index 000000000..b59d135bd Binary files /dev/null and b/assets/images/other/467.png differ diff --git a/assets/images/other/468.png b/assets/images/other/468.png new file mode 100644 index 000000000..2fbf24134 Binary files /dev/null and b/assets/images/other/468.png differ diff --git a/assets/images/other/469.png b/assets/images/other/469.png new file mode 100644 index 000000000..d362e7ed7 Binary files /dev/null and b/assets/images/other/469.png differ diff --git a/assets/images/other/470.png b/assets/images/other/470.png new file mode 100644 index 000000000..f90b44203 Binary files /dev/null and b/assets/images/other/470.png differ diff --git a/assets/images/other/471.png b/assets/images/other/471.png new file mode 100644 index 000000000..f90b44203 Binary files /dev/null and b/assets/images/other/471.png differ diff --git a/assets/images/other/472.png b/assets/images/other/472.png new file mode 100644 index 000000000..d1e8acfa2 Binary files /dev/null and b/assets/images/other/472.png differ diff --git a/assets/images/other/473.png b/assets/images/other/473.png new file mode 100644 index 000000000..d1e8acfa2 Binary files /dev/null and b/assets/images/other/473.png differ diff --git a/assets/images/other/474.png b/assets/images/other/474.png new file mode 100644 index 000000000..664895aa6 Binary files /dev/null and b/assets/images/other/474.png differ diff --git a/assets/images/other/475.png b/assets/images/other/475.png new file mode 100644 index 000000000..664895aa6 Binary files /dev/null and b/assets/images/other/475.png differ diff --git a/assets/images/other/476.png b/assets/images/other/476.png new file mode 100644 index 000000000..3e7da514c Binary files /dev/null and b/assets/images/other/476.png differ diff --git a/assets/images/other/477.png b/assets/images/other/477.png new file mode 100644 index 000000000..3e7da514c Binary files /dev/null and b/assets/images/other/477.png differ diff --git a/assets/images/other/478.png b/assets/images/other/478.png new file mode 100644 index 000000000..3ca62b76d Binary files /dev/null and b/assets/images/other/478.png differ diff --git a/assets/images/other/479.png b/assets/images/other/479.png new file mode 100644 index 000000000..3ca62b76d Binary files /dev/null and b/assets/images/other/479.png differ diff --git a/assets/images/other/480.png b/assets/images/other/480.png new file mode 100644 index 000000000..3dbd9f233 Binary files /dev/null and b/assets/images/other/480.png differ diff --git a/assets/images/other/481.png b/assets/images/other/481.png new file mode 100644 index 000000000..3dbd9f233 Binary files /dev/null and b/assets/images/other/481.png differ diff --git a/assets/images/other/482.png b/assets/images/other/482.png new file mode 100644 index 000000000..c181da2a0 Binary files /dev/null and b/assets/images/other/482.png differ diff --git a/assets/images/other/483.png b/assets/images/other/483.png new file mode 100644 index 000000000..be791b900 Binary files /dev/null and b/assets/images/other/483.png differ diff --git a/assets/images/other/484.png b/assets/images/other/484.png new file mode 100644 index 000000000..be791b900 Binary files /dev/null and b/assets/images/other/484.png differ diff --git a/assets/images/other/485.png b/assets/images/other/485.png new file mode 100644 index 000000000..b6c636958 Binary files /dev/null and b/assets/images/other/485.png differ diff --git a/assets/images/other/486.png b/assets/images/other/486.png new file mode 100644 index 000000000..b6c636958 Binary files /dev/null and b/assets/images/other/486.png differ diff --git a/assets/images/other/487.png b/assets/images/other/487.png new file mode 100644 index 000000000..242f04ccd Binary files /dev/null and b/assets/images/other/487.png differ diff --git a/assets/images/other/488.png b/assets/images/other/488.png new file mode 100644 index 000000000..242f04ccd Binary files /dev/null and b/assets/images/other/488.png differ diff --git a/assets/images/other/489.png b/assets/images/other/489.png new file mode 100644 index 000000000..ba7f1c781 Binary files /dev/null and b/assets/images/other/489.png differ diff --git a/assets/images/other/490.png b/assets/images/other/490.png new file mode 100644 index 000000000..ba7f1c781 Binary files /dev/null and b/assets/images/other/490.png differ diff --git a/assets/images/other/491.png b/assets/images/other/491.png new file mode 100644 index 000000000..2c400c97e Binary files /dev/null and b/assets/images/other/491.png differ diff --git a/assets/images/other/492.png b/assets/images/other/492.png new file mode 100644 index 000000000..2c400c97e Binary files /dev/null and b/assets/images/other/492.png differ diff --git a/assets/images/other/493.png b/assets/images/other/493.png new file mode 100644 index 000000000..0c9eafa1a Binary files /dev/null and b/assets/images/other/493.png differ diff --git a/assets/images/other/494.png b/assets/images/other/494.png new file mode 100644 index 000000000..0c9eafa1a Binary files /dev/null and b/assets/images/other/494.png differ diff --git a/assets/images/other/495.png b/assets/images/other/495.png new file mode 100644 index 000000000..1cc35df4d Binary files /dev/null and b/assets/images/other/495.png differ diff --git a/assets/images/other/496.png b/assets/images/other/496.png new file mode 100644 index 000000000..1cc35df4d Binary files /dev/null and b/assets/images/other/496.png differ diff --git a/assets/images/other/497.png b/assets/images/other/497.png new file mode 100644 index 000000000..98347bd81 Binary files /dev/null and b/assets/images/other/497.png differ diff --git a/assets/images/other/498.png b/assets/images/other/498.png new file mode 100644 index 000000000..98347bd81 Binary files /dev/null and b/assets/images/other/498.png differ diff --git a/assets/images/other/499.png b/assets/images/other/499.png new file mode 100644 index 000000000..a314fdbe6 Binary files /dev/null and b/assets/images/other/499.png differ diff --git a/assets/images/other/500.png b/assets/images/other/500.png new file mode 100644 index 000000000..a314fdbe6 Binary files /dev/null and b/assets/images/other/500.png differ diff --git a/assets/images/other/501.png b/assets/images/other/501.png new file mode 100644 index 000000000..273543862 Binary files /dev/null and b/assets/images/other/501.png differ diff --git a/assets/images/other/502.png b/assets/images/other/502.png new file mode 100644 index 000000000..273543862 Binary files /dev/null and b/assets/images/other/502.png differ diff --git a/assets/images/other/503.png b/assets/images/other/503.png new file mode 100644 index 000000000..3ea49f82b Binary files /dev/null and b/assets/images/other/503.png differ diff --git a/assets/images/other/504.png b/assets/images/other/504.png new file mode 100644 index 000000000..3ea49f82b Binary files /dev/null and b/assets/images/other/504.png differ diff --git a/assets/images/other/505.png b/assets/images/other/505.png new file mode 100644 index 000000000..5d3ae1ade Binary files /dev/null and b/assets/images/other/505.png differ diff --git a/assets/images/other/506.png b/assets/images/other/506.png new file mode 100644 index 000000000..5d3ae1ade Binary files /dev/null and b/assets/images/other/506.png differ diff --git a/assets/images/other/507.png b/assets/images/other/507.png new file mode 100644 index 000000000..9a8e8e9f1 Binary files /dev/null and b/assets/images/other/507.png differ diff --git a/assets/images/other/508.png b/assets/images/other/508.png new file mode 100644 index 000000000..9a8e8e9f1 Binary files /dev/null and b/assets/images/other/508.png differ diff --git a/assets/images/other/509.png b/assets/images/other/509.png new file mode 100644 index 000000000..dfc14af88 Binary files /dev/null and b/assets/images/other/509.png differ diff --git a/assets/images/other/510.png b/assets/images/other/510.png new file mode 100644 index 000000000..dfc14af88 Binary files /dev/null and b/assets/images/other/510.png differ diff --git a/assets/images/other/511.png b/assets/images/other/511.png new file mode 100644 index 000000000..1f3e7f12e Binary files /dev/null and b/assets/images/other/511.png differ diff --git a/assets/images/other/512.png b/assets/images/other/512.png new file mode 100644 index 000000000..1f3e7f12e Binary files /dev/null and b/assets/images/other/512.png differ diff --git a/assets/images/other/513.png b/assets/images/other/513.png new file mode 100644 index 000000000..ca9a18b69 Binary files /dev/null and b/assets/images/other/513.png differ diff --git a/assets/images/other/514.png b/assets/images/other/514.png new file mode 100644 index 000000000..3ec144b57 Binary files /dev/null and b/assets/images/other/514.png differ diff --git a/assets/images/other/515.png b/assets/images/other/515.png new file mode 100644 index 000000000..01e67f7f4 Binary files /dev/null and b/assets/images/other/515.png differ diff --git a/assets/images/other/516.png b/assets/images/other/516.png new file mode 100644 index 000000000..1ef1f7a2e Binary files /dev/null and b/assets/images/other/516.png differ diff --git a/assets/images/other/517.png b/assets/images/other/517.png new file mode 100644 index 000000000..453edbc52 Binary files /dev/null and b/assets/images/other/517.png differ diff --git a/assets/images/other/518.png b/assets/images/other/518.png new file mode 100644 index 000000000..23dfec6cd Binary files /dev/null and b/assets/images/other/518.png differ diff --git a/assets/images/other/519.png b/assets/images/other/519.png new file mode 100644 index 000000000..2d297be1c Binary files /dev/null and b/assets/images/other/519.png differ diff --git a/assets/images/other/520.png b/assets/images/other/520.png new file mode 100644 index 000000000..3148f7828 Binary files /dev/null and b/assets/images/other/520.png differ diff --git a/assets/images/other/521.png b/assets/images/other/521.png new file mode 100644 index 000000000..64f64408d Binary files /dev/null and b/assets/images/other/521.png differ diff --git a/assets/images/other/522.png b/assets/images/other/522.png new file mode 100644 index 000000000..16ebe1b03 Binary files /dev/null and b/assets/images/other/522.png differ diff --git a/assets/images/other/523.png b/assets/images/other/523.png new file mode 100644 index 000000000..2d36d58cb Binary files /dev/null and b/assets/images/other/523.png differ diff --git a/assets/images/other/524.png b/assets/images/other/524.png new file mode 100644 index 000000000..22a6c4032 Binary files /dev/null and b/assets/images/other/524.png differ diff --git a/assets/images/other/525.png b/assets/images/other/525.png new file mode 100644 index 000000000..128456fc4 Binary files /dev/null and b/assets/images/other/525.png differ diff --git a/assets/images/other/526.png b/assets/images/other/526.png new file mode 100644 index 000000000..96e01f3cf Binary files /dev/null and b/assets/images/other/526.png differ diff --git a/assets/images/other/527.png b/assets/images/other/527.png new file mode 100644 index 000000000..8b5295a7a Binary files /dev/null and b/assets/images/other/527.png differ diff --git a/assets/images/other/528.png b/assets/images/other/528.png new file mode 100644 index 000000000..110d1efee Binary files /dev/null and b/assets/images/other/528.png differ diff --git a/assets/images/other/529.png b/assets/images/other/529.png new file mode 100644 index 000000000..f0bc2cfa4 Binary files /dev/null and b/assets/images/other/529.png differ diff --git a/assets/images/other/530.png b/assets/images/other/530.png new file mode 100644 index 000000000..4680080ae Binary files /dev/null and b/assets/images/other/530.png differ diff --git a/assets/images/other/531.png b/assets/images/other/531.png new file mode 100644 index 000000000..4b519c301 Binary files /dev/null and b/assets/images/other/531.png differ diff --git a/assets/images/other/532.png b/assets/images/other/532.png new file mode 100644 index 000000000..235adf609 Binary files /dev/null and b/assets/images/other/532.png differ diff --git a/assets/images/other/533.png b/assets/images/other/533.png new file mode 100644 index 000000000..235adf609 Binary files /dev/null and b/assets/images/other/533.png differ diff --git a/assets/images/other/534.png b/assets/images/other/534.png new file mode 100644 index 000000000..235adf609 Binary files /dev/null and b/assets/images/other/534.png differ diff --git a/assets/images/other/535.png b/assets/images/other/535.png new file mode 100644 index 000000000..0dd70b765 Binary files /dev/null and b/assets/images/other/535.png differ diff --git a/assets/images/other/536.png b/assets/images/other/536.png new file mode 100644 index 000000000..0dd70b765 Binary files /dev/null and b/assets/images/other/536.png differ diff --git a/assets/images/other/537.png b/assets/images/other/537.png new file mode 100644 index 000000000..0dd70b765 Binary files /dev/null and b/assets/images/other/537.png differ diff --git a/assets/images/other/538.png b/assets/images/other/538.png new file mode 100644 index 000000000..75092e424 Binary files /dev/null and b/assets/images/other/538.png differ diff --git a/assets/images/other/539.png b/assets/images/other/539.png new file mode 100644 index 000000000..981417af0 Binary files /dev/null and b/assets/images/other/539.png differ diff --git a/assets/images/other/540.png b/assets/images/other/540.png new file mode 100644 index 000000000..b0d80e503 Binary files /dev/null and b/assets/images/other/540.png differ diff --git a/assets/images/other/541.png b/assets/images/other/541.png new file mode 100644 index 000000000..c9ec96786 Binary files /dev/null and b/assets/images/other/541.png differ diff --git a/assets/images/other/542.png b/assets/images/other/542.png new file mode 100644 index 000000000..5f7f58ff9 Binary files /dev/null and b/assets/images/other/542.png differ diff --git a/assets/images/other/543.png b/assets/images/other/543.png new file mode 100644 index 000000000..d7e7663d4 Binary files /dev/null and b/assets/images/other/543.png differ diff --git a/assets/images/other/544.png b/assets/images/other/544.png new file mode 100644 index 000000000..32a7d7686 Binary files /dev/null and b/assets/images/other/544.png differ diff --git a/assets/images/other/545.png b/assets/images/other/545.png new file mode 100644 index 000000000..a8180155e Binary files /dev/null and b/assets/images/other/545.png differ diff --git a/assets/images/other/546.png b/assets/images/other/546.png new file mode 100644 index 000000000..2db71152a Binary files /dev/null and b/assets/images/other/546.png differ diff --git a/assets/images/other/547.png b/assets/images/other/547.png new file mode 100644 index 000000000..3437f61da Binary files /dev/null and b/assets/images/other/547.png differ diff --git a/assets/images/other/548.png b/assets/images/other/548.png new file mode 100644 index 000000000..45664d340 Binary files /dev/null and b/assets/images/other/548.png differ diff --git a/assets/images/other/549.png b/assets/images/other/549.png new file mode 100644 index 000000000..a08e9b21f Binary files /dev/null and b/assets/images/other/549.png differ diff --git a/assets/images/other/550.png b/assets/images/other/550.png new file mode 100644 index 000000000..93fdcfb2c Binary files /dev/null and b/assets/images/other/550.png differ diff --git a/assets/images/other/551.png b/assets/images/other/551.png new file mode 100644 index 000000000..16defbfb4 Binary files /dev/null and b/assets/images/other/551.png differ diff --git a/assets/images/other/552.png b/assets/images/other/552.png new file mode 100644 index 000000000..18e297c79 Binary files /dev/null and b/assets/images/other/552.png differ diff --git a/assets/images/other/553.png b/assets/images/other/553.png new file mode 100644 index 000000000..f568cba52 Binary files /dev/null and b/assets/images/other/553.png differ diff --git a/assets/images/other/554.png b/assets/images/other/554.png new file mode 100644 index 000000000..b9e25dcd2 Binary files /dev/null and b/assets/images/other/554.png differ diff --git a/assets/images/other/555.png b/assets/images/other/555.png new file mode 100644 index 000000000..c13c299db Binary files /dev/null and b/assets/images/other/555.png differ diff --git a/assets/images/other/556.png b/assets/images/other/556.png new file mode 100644 index 000000000..9366f0f0a Binary files /dev/null and b/assets/images/other/556.png differ diff --git a/assets/images/other/557.png b/assets/images/other/557.png new file mode 100644 index 000000000..7efb580f4 Binary files /dev/null and b/assets/images/other/557.png differ diff --git a/assets/images/other/558.png b/assets/images/other/558.png new file mode 100644 index 000000000..bab1dd47d Binary files /dev/null and b/assets/images/other/558.png differ diff --git a/assets/images/other/559.png b/assets/images/other/559.png new file mode 100644 index 000000000..b5e9174d1 Binary files /dev/null and b/assets/images/other/559.png differ diff --git a/assets/images/other/560.png b/assets/images/other/560.png new file mode 100644 index 000000000..85af72fc3 Binary files /dev/null and b/assets/images/other/560.png differ diff --git a/assets/images/other/561.png b/assets/images/other/561.png new file mode 100644 index 000000000..a80d86c23 Binary files /dev/null and b/assets/images/other/561.png differ diff --git a/assets/images/other/562.png b/assets/images/other/562.png new file mode 100644 index 000000000..6925e0ccf Binary files /dev/null and b/assets/images/other/562.png differ diff --git a/assets/images/other/563.png b/assets/images/other/563.png new file mode 100644 index 000000000..a19178be3 Binary files /dev/null and b/assets/images/other/563.png differ diff --git a/assets/images/other/564.png b/assets/images/other/564.png new file mode 100644 index 000000000..e19f7676e Binary files /dev/null and b/assets/images/other/564.png differ diff --git a/assets/images/other/565.png b/assets/images/other/565.png new file mode 100644 index 000000000..b7b59eef4 Binary files /dev/null and b/assets/images/other/565.png differ diff --git a/assets/images/other/566.png b/assets/images/other/566.png new file mode 100644 index 000000000..9acc1261c Binary files /dev/null and b/assets/images/other/566.png differ diff --git a/assets/images/other/567.png b/assets/images/other/567.png new file mode 100644 index 000000000..effe38ea4 Binary files /dev/null and b/assets/images/other/567.png differ diff --git a/assets/images/other/568.png b/assets/images/other/568.png new file mode 100644 index 000000000..ec00aac7e Binary files /dev/null and b/assets/images/other/568.png differ diff --git a/assets/images/other/569.png b/assets/images/other/569.png new file mode 100644 index 000000000..f06e6ddc9 Binary files /dev/null and b/assets/images/other/569.png differ diff --git a/assets/images/other/570.png b/assets/images/other/570.png new file mode 100644 index 000000000..5f1d96b4d Binary files /dev/null and b/assets/images/other/570.png differ diff --git a/assets/images/other/571.png b/assets/images/other/571.png new file mode 100644 index 000000000..d2eb56cee Binary files /dev/null and b/assets/images/other/571.png differ diff --git a/assets/images/other/574.png b/assets/images/other/574.png new file mode 100644 index 000000000..9db7cfad8 Binary files /dev/null and b/assets/images/other/574.png differ diff --git a/assets/images/other/575.png b/assets/images/other/575.png new file mode 100644 index 000000000..5fc86fa40 Binary files /dev/null and b/assets/images/other/575.png differ diff --git a/assets/images/other/576.png b/assets/images/other/576.png new file mode 100644 index 000000000..dd76d6100 Binary files /dev/null and b/assets/images/other/576.png differ diff --git a/assets/images/other/577.png b/assets/images/other/577.png new file mode 100644 index 000000000..983cd4398 Binary files /dev/null and b/assets/images/other/577.png differ diff --git a/assets/images/other/578.png b/assets/images/other/578.png new file mode 100644 index 000000000..b9fe3a818 Binary files /dev/null and b/assets/images/other/578.png differ diff --git a/assets/images/other/579.png b/assets/images/other/579.png new file mode 100644 index 000000000..a4ac744aa Binary files /dev/null and b/assets/images/other/579.png differ diff --git a/assets/images/other/580.png b/assets/images/other/580.png new file mode 100644 index 000000000..8f28fb237 Binary files /dev/null and b/assets/images/other/580.png differ diff --git a/assets/images/other/581.png b/assets/images/other/581.png new file mode 100644 index 000000000..163944462 Binary files /dev/null and b/assets/images/other/581.png differ diff --git a/assets/images/other/582.png b/assets/images/other/582.png new file mode 100644 index 000000000..2ffca05e6 Binary files /dev/null and b/assets/images/other/582.png differ diff --git a/assets/images/other/583.png b/assets/images/other/583.png new file mode 100644 index 000000000..a3a1b9543 Binary files /dev/null and b/assets/images/other/583.png differ diff --git a/assets/images/other/584.png b/assets/images/other/584.png new file mode 100644 index 000000000..d2a8bb53f Binary files /dev/null and b/assets/images/other/584.png differ diff --git a/assets/images/other/585.png b/assets/images/other/585.png new file mode 100644 index 000000000..5d5c098e9 Binary files /dev/null and b/assets/images/other/585.png differ diff --git a/assets/images/other/586.png b/assets/images/other/586.png new file mode 100644 index 000000000..dea0625e7 Binary files /dev/null and b/assets/images/other/586.png differ diff --git a/assets/images/other/587.png b/assets/images/other/587.png new file mode 100644 index 000000000..b25447fab Binary files /dev/null and b/assets/images/other/587.png differ diff --git a/assets/images/other/588.png b/assets/images/other/588.png new file mode 100644 index 000000000..dd1c58d9b Binary files /dev/null and b/assets/images/other/588.png differ diff --git a/assets/images/other/589.png b/assets/images/other/589.png new file mode 100644 index 000000000..d384c437c Binary files /dev/null and b/assets/images/other/589.png differ diff --git a/assets/images/other/590.png b/assets/images/other/590.png new file mode 100644 index 000000000..49504663c Binary files /dev/null and b/assets/images/other/590.png differ diff --git a/assets/images/other/591.png b/assets/images/other/591.png new file mode 100644 index 000000000..79f93baae Binary files /dev/null and b/assets/images/other/591.png differ diff --git a/assets/images/other/592.png b/assets/images/other/592.png new file mode 100644 index 000000000..68c3d30b2 Binary files /dev/null and b/assets/images/other/592.png differ diff --git a/assets/images/other/593.png b/assets/images/other/593.png new file mode 100644 index 000000000..463603cdd Binary files /dev/null and b/assets/images/other/593.png differ diff --git a/assets/images/other/594.png b/assets/images/other/594.png new file mode 100644 index 000000000..e0eeb2146 Binary files /dev/null and b/assets/images/other/594.png differ diff --git a/assets/images/other/595.png b/assets/images/other/595.png new file mode 100644 index 000000000..b6b681a16 Binary files /dev/null and b/assets/images/other/595.png differ diff --git a/assets/images/other/596.png b/assets/images/other/596.png new file mode 100644 index 000000000..5fd0d713d Binary files /dev/null and b/assets/images/other/596.png differ diff --git a/assets/images/other/597.png b/assets/images/other/597.png new file mode 100644 index 000000000..65df931df Binary files /dev/null and b/assets/images/other/597.png differ diff --git a/assets/images/other/598.png b/assets/images/other/598.png new file mode 100644 index 000000000..54833ca19 Binary files /dev/null and b/assets/images/other/598.png differ diff --git a/assets/images/other/599.png b/assets/images/other/599.png new file mode 100644 index 000000000..8bc234bb7 Binary files /dev/null and b/assets/images/other/599.png differ diff --git a/assets/images/other/600.png b/assets/images/other/600.png new file mode 100644 index 000000000..672aa0552 Binary files /dev/null and b/assets/images/other/600.png differ diff --git a/assets/images/other/601.png b/assets/images/other/601.png new file mode 100644 index 000000000..2dba7fd56 Binary files /dev/null and b/assets/images/other/601.png differ diff --git a/assets/images/other/602.png b/assets/images/other/602.png new file mode 100644 index 000000000..441ef1ee2 Binary files /dev/null and b/assets/images/other/602.png differ diff --git a/assets/images/other/603.png b/assets/images/other/603.png new file mode 100644 index 000000000..bce8834c6 Binary files /dev/null and b/assets/images/other/603.png differ diff --git a/assets/images/other/604.png b/assets/images/other/604.png new file mode 100644 index 000000000..56816fd6e Binary files /dev/null and b/assets/images/other/604.png differ diff --git a/assets/images/other/605.png b/assets/images/other/605.png new file mode 100644 index 000000000..006be135f Binary files /dev/null and b/assets/images/other/605.png differ diff --git a/assets/images/other/606.png b/assets/images/other/606.png new file mode 100644 index 000000000..049f0bcd6 Binary files /dev/null and b/assets/images/other/606.png differ diff --git a/assets/images/other/607.png b/assets/images/other/607.png new file mode 100644 index 000000000..d86c977a8 Binary files /dev/null and b/assets/images/other/607.png differ diff --git a/assets/images/other/608.png b/assets/images/other/608.png new file mode 100644 index 000000000..2c1abe16c Binary files /dev/null and b/assets/images/other/608.png differ diff --git a/assets/images/other/609.png b/assets/images/other/609.png new file mode 100644 index 000000000..653244d5a Binary files /dev/null and b/assets/images/other/609.png differ diff --git a/assets/images/other/610.png b/assets/images/other/610.png new file mode 100644 index 000000000..ec5218091 Binary files /dev/null and b/assets/images/other/610.png differ diff --git a/assets/images/other/611.png b/assets/images/other/611.png new file mode 100644 index 000000000..862361ae7 Binary files /dev/null and b/assets/images/other/611.png differ diff --git a/assets/images/other/612.png b/assets/images/other/612.png new file mode 100644 index 000000000..8e632732e Binary files /dev/null and b/assets/images/other/612.png differ diff --git a/assets/images/other/613.png b/assets/images/other/613.png new file mode 100644 index 000000000..d6b5443dd Binary files /dev/null and b/assets/images/other/613.png differ diff --git a/assets/images/other/614.png b/assets/images/other/614.png new file mode 100644 index 000000000..c03d669f0 Binary files /dev/null and b/assets/images/other/614.png differ diff --git a/assets/images/other/615.png b/assets/images/other/615.png new file mode 100644 index 000000000..72c566c15 Binary files /dev/null and b/assets/images/other/615.png differ diff --git a/assets/images/other/616.png b/assets/images/other/616.png new file mode 100644 index 000000000..3ed562bfe Binary files /dev/null and b/assets/images/other/616.png differ diff --git a/assets/images/other/617.png b/assets/images/other/617.png new file mode 100644 index 000000000..fcb833684 Binary files /dev/null and b/assets/images/other/617.png differ diff --git a/assets/images/other/618.png b/assets/images/other/618.png new file mode 100644 index 000000000..942bc74ca Binary files /dev/null and b/assets/images/other/618.png differ diff --git a/assets/images/other/619.png b/assets/images/other/619.png new file mode 100644 index 000000000..400e88b27 Binary files /dev/null and b/assets/images/other/619.png differ diff --git a/assets/images/other/620.png b/assets/images/other/620.png new file mode 100644 index 000000000..601cb98c4 Binary files /dev/null and b/assets/images/other/620.png differ diff --git a/assets/images/other/621.png b/assets/images/other/621.png new file mode 100644 index 000000000..0778d0ae1 Binary files /dev/null and b/assets/images/other/621.png differ diff --git a/assets/images/other/622.png b/assets/images/other/622.png new file mode 100644 index 000000000..3567119e7 Binary files /dev/null and b/assets/images/other/622.png differ diff --git a/assets/images/other/623.png b/assets/images/other/623.png new file mode 100644 index 000000000..b89ccfab8 Binary files /dev/null and b/assets/images/other/623.png differ diff --git a/assets/images/other/624.png b/assets/images/other/624.png new file mode 100644 index 000000000..2a6dde8c1 Binary files /dev/null and b/assets/images/other/624.png differ diff --git a/assets/images/other/625.png b/assets/images/other/625.png new file mode 100644 index 000000000..3cb39355a Binary files /dev/null and b/assets/images/other/625.png differ diff --git a/assets/images/other/626.png b/assets/images/other/626.png new file mode 100644 index 000000000..80601208c Binary files /dev/null and b/assets/images/other/626.png differ diff --git a/assets/images/other/627.png b/assets/images/other/627.png new file mode 100644 index 000000000..6caaa9284 Binary files /dev/null and b/assets/images/other/627.png differ diff --git a/assets/images/other/628.png b/assets/images/other/628.png new file mode 100644 index 000000000..47543b8c4 Binary files /dev/null and b/assets/images/other/628.png differ diff --git a/assets/images/other/629.png b/assets/images/other/629.png new file mode 100644 index 000000000..ad8a025b3 Binary files /dev/null and b/assets/images/other/629.png differ diff --git a/assets/images/other/630.png b/assets/images/other/630.png new file mode 100644 index 000000000..663f3c678 Binary files /dev/null and b/assets/images/other/630.png differ diff --git a/assets/images/other/631.png b/assets/images/other/631.png new file mode 100644 index 000000000..445c053eb Binary files /dev/null and b/assets/images/other/631.png differ diff --git a/assets/images/other/632.png b/assets/images/other/632.png new file mode 100644 index 000000000..6971ce181 Binary files /dev/null and b/assets/images/other/632.png differ diff --git a/assets/images/other/633.png b/assets/images/other/633.png new file mode 100644 index 000000000..58fffb7dd Binary files /dev/null and b/assets/images/other/633.png differ diff --git a/assets/images/other/634.png b/assets/images/other/634.png new file mode 100644 index 000000000..02bb2cce7 Binary files /dev/null and b/assets/images/other/634.png differ diff --git a/assets/images/other/635.png b/assets/images/other/635.png new file mode 100644 index 000000000..347733997 Binary files /dev/null and b/assets/images/other/635.png differ diff --git a/assets/images/other/636.png b/assets/images/other/636.png new file mode 100644 index 000000000..6d55d9bd8 Binary files /dev/null and b/assets/images/other/636.png differ diff --git a/assets/images/other/637.png b/assets/images/other/637.png new file mode 100644 index 000000000..194cab56d Binary files /dev/null and b/assets/images/other/637.png differ diff --git a/assets/images/other/638.png b/assets/images/other/638.png new file mode 100644 index 000000000..acd889534 Binary files /dev/null and b/assets/images/other/638.png differ diff --git a/assets/images/other/639.png b/assets/images/other/639.png new file mode 100644 index 000000000..f05b938b7 Binary files /dev/null and b/assets/images/other/639.png differ diff --git a/assets/images/other/640.png b/assets/images/other/640.png new file mode 100644 index 000000000..776d2a787 Binary files /dev/null and b/assets/images/other/640.png differ diff --git a/assets/images/other/641.png b/assets/images/other/641.png new file mode 100644 index 000000000..380280b97 Binary files /dev/null and b/assets/images/other/641.png differ diff --git a/assets/images/other/642.png b/assets/images/other/642.png new file mode 100644 index 000000000..905ca4f23 Binary files /dev/null and b/assets/images/other/642.png differ diff --git a/assets/images/other/643.png b/assets/images/other/643.png new file mode 100644 index 000000000..c2058a52f Binary files /dev/null and b/assets/images/other/643.png differ diff --git a/assets/images/other/644.png b/assets/images/other/644.png new file mode 100644 index 000000000..3089fb54b Binary files /dev/null and b/assets/images/other/644.png differ diff --git a/assets/images/other/645.png b/assets/images/other/645.png new file mode 100644 index 000000000..3805c0c14 Binary files /dev/null and b/assets/images/other/645.png differ diff --git a/assets/images/other/646.png b/assets/images/other/646.png new file mode 100644 index 000000000..7e1832d9c Binary files /dev/null and b/assets/images/other/646.png differ diff --git a/assets/images/other/647.png b/assets/images/other/647.png new file mode 100644 index 000000000..971c1e9c0 Binary files /dev/null and b/assets/images/other/647.png differ diff --git a/assets/images/other/648.png b/assets/images/other/648.png new file mode 100644 index 000000000..470177e13 Binary files /dev/null and b/assets/images/other/648.png differ diff --git a/assets/images/other/649.png b/assets/images/other/649.png new file mode 100644 index 000000000..a1f368a53 Binary files /dev/null and b/assets/images/other/649.png differ diff --git a/assets/images/other/650.png b/assets/images/other/650.png new file mode 100644 index 000000000..379223a31 Binary files /dev/null and b/assets/images/other/650.png differ diff --git a/assets/images/other/651.png b/assets/images/other/651.png new file mode 100644 index 000000000..5c1210e32 Binary files /dev/null and b/assets/images/other/651.png differ diff --git a/assets/images/other/652.png b/assets/images/other/652.png new file mode 100644 index 000000000..840e7dabd Binary files /dev/null and b/assets/images/other/652.png differ diff --git a/assets/images/other/653.png b/assets/images/other/653.png new file mode 100644 index 000000000..a42a7baf1 Binary files /dev/null and b/assets/images/other/653.png differ diff --git a/assets/images/other/654.png b/assets/images/other/654.png new file mode 100644 index 000000000..e89d26160 Binary files /dev/null and b/assets/images/other/654.png differ diff --git a/assets/images/other/655.png b/assets/images/other/655.png new file mode 100644 index 000000000..a04e05d19 Binary files /dev/null and b/assets/images/other/655.png differ diff --git a/assets/images/other/656.png b/assets/images/other/656.png new file mode 100644 index 000000000..c2d2b7d26 Binary files /dev/null and b/assets/images/other/656.png differ diff --git a/assets/images/other/657.png b/assets/images/other/657.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/657.png differ diff --git a/assets/images/other/658.png b/assets/images/other/658.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/658.png differ diff --git a/assets/images/other/659.png b/assets/images/other/659.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/659.png differ diff --git a/assets/images/other/660.png b/assets/images/other/660.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/660.png differ diff --git a/assets/images/other/661.png b/assets/images/other/661.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/661.png differ diff --git a/assets/images/other/662.png b/assets/images/other/662.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/662.png differ diff --git a/assets/images/other/663.png b/assets/images/other/663.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/663.png differ diff --git a/assets/images/other/664.png b/assets/images/other/664.png new file mode 100644 index 000000000..4b6b911f7 Binary files /dev/null and b/assets/images/other/664.png differ diff --git a/assets/images/other/665.png b/assets/images/other/665.png new file mode 100644 index 000000000..81409900e Binary files /dev/null and b/assets/images/other/665.png differ diff --git a/assets/images/other/666.png b/assets/images/other/666.png new file mode 100644 index 000000000..81409900e Binary files /dev/null and b/assets/images/other/666.png differ diff --git a/assets/images/other/667.png b/assets/images/other/667.png new file mode 100644 index 000000000..fedf0c884 Binary files /dev/null and b/assets/images/other/667.png differ diff --git a/assets/images/other/668.png b/assets/images/other/668.png new file mode 100644 index 000000000..75640d0bc Binary files /dev/null and b/assets/images/other/668.png differ diff --git a/assets/images/other/669.png b/assets/images/other/669.png new file mode 100644 index 000000000..2e6bbc1f3 Binary files /dev/null and b/assets/images/other/669.png differ diff --git a/assets/images/other/670.png b/assets/images/other/670.png new file mode 100644 index 000000000..015f908bc Binary files /dev/null and b/assets/images/other/670.png differ diff --git a/assets/images/other/671.png b/assets/images/other/671.png new file mode 100644 index 000000000..bcd6f4248 Binary files /dev/null and b/assets/images/other/671.png differ diff --git a/assets/images/other/672.png b/assets/images/other/672.png new file mode 100644 index 000000000..443b46fa2 Binary files /dev/null and b/assets/images/other/672.png differ diff --git a/assets/images/other/673.png b/assets/images/other/673.png new file mode 100644 index 000000000..23edc534f Binary files /dev/null and b/assets/images/other/673.png differ diff --git a/assets/images/other/674.png b/assets/images/other/674.png new file mode 100644 index 000000000..ac7c6da9b Binary files /dev/null and b/assets/images/other/674.png differ diff --git a/assets/images/other/675.png b/assets/images/other/675.png new file mode 100644 index 000000000..73ca9a147 Binary files /dev/null and b/assets/images/other/675.png differ diff --git a/assets/images/other/676.png b/assets/images/other/676.png new file mode 100644 index 000000000..dc6eeb9f2 Binary files /dev/null and b/assets/images/other/676.png differ diff --git a/assets/images/other/677.png b/assets/images/other/677.png new file mode 100644 index 000000000..95665df54 Binary files /dev/null and b/assets/images/other/677.png differ diff --git a/assets/images/other/678.png b/assets/images/other/678.png new file mode 100644 index 000000000..0746f8dab Binary files /dev/null and b/assets/images/other/678.png differ diff --git a/assets/images/other/679.png b/assets/images/other/679.png new file mode 100644 index 000000000..05a1d733d Binary files /dev/null and b/assets/images/other/679.png differ diff --git a/assets/images/other/680.png b/assets/images/other/680.png new file mode 100644 index 000000000..fe3335e14 Binary files /dev/null and b/assets/images/other/680.png differ diff --git a/assets/images/other/681.png b/assets/images/other/681.png new file mode 100644 index 000000000..16c05d20f Binary files /dev/null and b/assets/images/other/681.png differ diff --git a/assets/images/other/682.png b/assets/images/other/682.png new file mode 100644 index 000000000..463becbb8 Binary files /dev/null and b/assets/images/other/682.png differ diff --git a/assets/images/other/683.png b/assets/images/other/683.png new file mode 100644 index 000000000..64e8d40ce Binary files /dev/null and b/assets/images/other/683.png differ diff --git a/assets/images/other/684.png b/assets/images/other/684.png new file mode 100644 index 000000000..1d4edcd13 Binary files /dev/null and b/assets/images/other/684.png differ diff --git a/assets/images/other/685.png b/assets/images/other/685.png new file mode 100644 index 000000000..af8b4a5d8 Binary files /dev/null and b/assets/images/other/685.png differ diff --git a/assets/images/other/686.png b/assets/images/other/686.png new file mode 100644 index 000000000..ab068bfdd Binary files /dev/null and b/assets/images/other/686.png differ diff --git a/assets/images/other/687.png b/assets/images/other/687.png new file mode 100644 index 000000000..32a1bd40b Binary files /dev/null and b/assets/images/other/687.png differ diff --git a/assets/images/other/688.png b/assets/images/other/688.png new file mode 100644 index 000000000..ef8601875 Binary files /dev/null and b/assets/images/other/688.png differ diff --git a/assets/images/other/689.png b/assets/images/other/689.png new file mode 100644 index 000000000..643be2d51 Binary files /dev/null and b/assets/images/other/689.png differ diff --git a/assets/images/other/690.png b/assets/images/other/690.png new file mode 100644 index 000000000..16cb893d2 Binary files /dev/null and b/assets/images/other/690.png differ diff --git a/assets/images/other/691.png b/assets/images/other/691.png new file mode 100644 index 000000000..c543d96a2 Binary files /dev/null and b/assets/images/other/691.png differ diff --git a/assets/images/other/692.png b/assets/images/other/692.png new file mode 100644 index 000000000..014f35d9d Binary files /dev/null and b/assets/images/other/692.png differ diff --git a/assets/images/other/693.png b/assets/images/other/693.png new file mode 100644 index 000000000..bbc6d73a5 Binary files /dev/null and b/assets/images/other/693.png differ diff --git a/assets/images/other/694.png b/assets/images/other/694.png new file mode 100644 index 000000000..e12f03440 Binary files /dev/null and b/assets/images/other/694.png differ diff --git a/assets/images/other/695.png b/assets/images/other/695.png new file mode 100644 index 000000000..09d80f724 Binary files /dev/null and b/assets/images/other/695.png differ diff --git a/assets/images/other/696.png b/assets/images/other/696.png new file mode 100644 index 000000000..bbc1349c4 Binary files /dev/null and b/assets/images/other/696.png differ diff --git a/assets/images/other/697.png b/assets/images/other/697.png new file mode 100644 index 000000000..400dfbae9 Binary files /dev/null and b/assets/images/other/697.png differ diff --git a/assets/images/products/182.png b/assets/images/products/182.png new file mode 100644 index 000000000..b77a5d3ec Binary files /dev/null and b/assets/images/products/182.png differ diff --git a/assets/images/products/183.png b/assets/images/products/183.png new file mode 100644 index 000000000..c21f4bf6b Binary files /dev/null and b/assets/images/products/183.png differ diff --git a/assets/images/products/184.png b/assets/images/products/184.png new file mode 100644 index 000000000..55a0832f7 Binary files /dev/null and b/assets/images/products/184.png differ diff --git a/assets/images/products/185.png b/assets/images/products/185.png new file mode 100644 index 000000000..54a2e6b54 Binary files /dev/null and b/assets/images/products/185.png differ diff --git a/assets/images/special/Normal.png b/assets/images/special/Normal.png index 0da87684d..f7e38e955 100644 Binary files a/assets/images/special/Normal.png and b/assets/images/special/Normal.png differ diff --git a/assets/images/special/Survival.png b/assets/images/special/Survival.png index c7e9e34e8..de4270ab8 100644 Binary files a/assets/images/special/Survival.png and b/assets/images/special/Survival.png differ diff --git a/assets/images/special/communityMissionProgress.png b/assets/images/special/communityMissionProgress.png index 481233762..482da931c 100644 Binary files a/assets/images/special/communityMissionProgress.png and b/assets/images/special/communityMissionProgress.png differ diff --git a/assets/images/special/creatureHarvest.png b/assets/images/special/creatureHarvest.png index 177c03cf1..33380bef9 100644 Binary files a/assets/images/special/creatureHarvest.png and b/assets/images/special/creatureHarvest.png differ diff --git a/assets/images/special/creatureKill.png b/assets/images/special/creatureKill.png index e9484999c..38fc6901b 100644 Binary files a/assets/images/special/creatureKill.png and b/assets/images/special/creatureKill.png differ diff --git a/assets/images/special/expedition-seas-10.jpg b/assets/images/special/expedition-seas-10.jpg index d1b1dbf0f..f70de0aa0 100644 Binary files a/assets/images/special/expedition-seas-10.jpg and b/assets/images/special/expedition-seas-10.jpg differ diff --git a/assets/images/special/expedition-seas-101.jpg b/assets/images/special/expedition-seas-101.jpg index 6ed51981e..2ddb87119 100644 Binary files a/assets/images/special/expedition-seas-101.jpg and b/assets/images/special/expedition-seas-101.jpg differ diff --git a/assets/images/special/expedition-seas-11.jpg b/assets/images/special/expedition-seas-11.jpg index ed20419ff..3ae55037f 100644 Binary files a/assets/images/special/expedition-seas-11.jpg and b/assets/images/special/expedition-seas-11.jpg differ diff --git a/assets/images/special/expedition-seas-12.jpg b/assets/images/special/expedition-seas-12.jpg index 8c933a22b..887700658 100644 Binary files a/assets/images/special/expedition-seas-12.jpg and b/assets/images/special/expedition-seas-12.jpg differ diff --git a/assets/images/special/expedition-seas-2.jpg b/assets/images/special/expedition-seas-2.jpg index f688ad8fa..aafe08dd5 100644 Binary files a/assets/images/special/expedition-seas-2.jpg and b/assets/images/special/expedition-seas-2.jpg differ diff --git a/assets/images/special/expedition-seas-3.jpg b/assets/images/special/expedition-seas-3.jpg index deafa9d5c..5fbda33ac 100644 Binary files a/assets/images/special/expedition-seas-3.jpg and b/assets/images/special/expedition-seas-3.jpg differ diff --git a/assets/images/special/expedition-seas-4.jpg b/assets/images/special/expedition-seas-4.jpg index 2ba54cddb..b459bf29a 100644 Binary files a/assets/images/special/expedition-seas-4.jpg and b/assets/images/special/expedition-seas-4.jpg differ diff --git a/assets/images/special/expedition-seas-6.jpg b/assets/images/special/expedition-seas-6.jpg index 850c5b45e..cfb30d001 100644 Binary files a/assets/images/special/expedition-seas-6.jpg and b/assets/images/special/expedition-seas-6.jpg differ diff --git a/assets/images/special/expedition-seas-7.jpg b/assets/images/special/expedition-seas-7.jpg index b0496d121..a5c026a5f 100644 Binary files a/assets/images/special/expedition-seas-7.jpg and b/assets/images/special/expedition-seas-7.jpg differ diff --git a/assets/images/special/expedition-seas-8.jpg b/assets/images/special/expedition-seas-8.jpg index 97ae98698..f4b6526a0 100644 Binary files a/assets/images/special/expedition-seas-8.jpg and b/assets/images/special/expedition-seas-8.jpg differ diff --git a/assets/images/special/expedition-seas-9.jpg b/assets/images/special/expedition-seas-9.jpg index 3f7cd9509..d6339918c 100644 Binary files a/assets/images/special/expedition-seas-9.jpg and b/assets/images/special/expedition-seas-9.jpg differ diff --git a/assets/images/special/nmsfm.png b/assets/images/special/nmsfm.png index 6694ff406..6acb26bb8 100644 Binary files a/assets/images/special/nmsfm.png and b/assets/images/special/nmsfm.png differ diff --git a/assets/images/special/nomNomHeader.png b/assets/images/special/nomNomHeader.png index 614c3d573..d1b5a10a1 100644 Binary files a/assets/images/special/nomNomHeader.png and b/assets/images/special/nomNomHeader.png differ diff --git a/assets/images/special/timeLoop.png b/assets/images/special/timeLoop.png index ad1348b12..8415de719 100644 Binary files a/assets/images/special/timeLoop.png and b/assets/images/special/timeLoop.png differ diff --git a/assets/images/special/valentinesCard1.jpg b/assets/images/special/valentinesCard1.jpg index 368f11736..a7e856590 100644 Binary files a/assets/images/special/valentinesCard1.jpg and b/assets/images/special/valentinesCard1.jpg differ diff --git a/assets/images/special/valentinesCard2.jpg b/assets/images/special/valentinesCard2.jpg index 4898798ff..28bc4d2b3 100644 Binary files a/assets/images/special/valentinesCard2.jpg and b/assets/images/special/valentinesCard2.jpg differ diff --git a/assets/images/special/valentinesCard3.jpg b/assets/images/special/valentinesCard3.jpg index ded0358df..ae7bdb1f7 100644 Binary files a/assets/images/special/valentinesCard3.jpg and b/assets/images/special/valentinesCard3.jpg differ diff --git a/assets/images/update/cartographers-icon.png b/assets/images/update/cartographers-icon.png index 602976226..3d68afa8c 100644 Binary files a/assets/images/update/cartographers-icon.png and b/assets/images/update/cartographers-icon.png differ diff --git a/assets/images/update/echoes-icon.png b/assets/images/update/echoes-icon.png index 560d0e77d..d75cba018 100644 Binary files a/assets/images/update/echoes-icon.png and b/assets/images/update/echoes-icon.png differ diff --git a/assets/images/update/echoes.png b/assets/images/update/echoes.png index eacbfe050..2e760f1d4 100644 Binary files a/assets/images/update/echoes.png and b/assets/images/update/echoes.png differ diff --git a/assets/images/update/emergence-icon.png b/assets/images/update/emergence-icon.png index 5122cd90b..1fa60be71 100644 Binary files a/assets/images/update/emergence-icon.png and b/assets/images/update/emergence-icon.png differ diff --git a/assets/images/update/endurance.png b/assets/images/update/endurance.png index 6d9de4493..16e0cc506 100644 Binary files a/assets/images/update/endurance.png and b/assets/images/update/endurance.png differ diff --git a/assets/images/update/expeditionsRevisited-icon.png b/assets/images/update/expeditionsRevisited-icon.png index 04ec6c19c..1a777fecd 100644 Binary files a/assets/images/update/expeditionsRevisited-icon.png and b/assets/images/update/expeditionsRevisited-icon.png differ diff --git a/assets/images/update/expeditionsRevisited2022-icon.png b/assets/images/update/expeditionsRevisited2022-icon.png index caf604be2..7c8b3c5c5 100644 Binary files a/assets/images/update/expeditionsRevisited2022-icon.png and b/assets/images/update/expeditionsRevisited2022-icon.png differ diff --git a/assets/images/update/expeditionsRevisited2022.png b/assets/images/update/expeditionsRevisited2022.png index 72f249c39..bc0cc72d5 100644 Binary files a/assets/images/update/expeditionsRevisited2022.png and b/assets/images/update/expeditionsRevisited2022.png differ diff --git a/assets/images/update/expeditionsRevisited2023-icon.png b/assets/images/update/expeditionsRevisited2023-icon.png index 5eaa23ede..9b611c81b 100644 Binary files a/assets/images/update/expeditionsRevisited2023-icon.png and b/assets/images/update/expeditionsRevisited2023-icon.png differ diff --git a/assets/images/update/expeditionsRevisited2023.png b/assets/images/update/expeditionsRevisited2023.png index e0e95a799..e25f8ea24 100644 Binary files a/assets/images/update/expeditionsRevisited2023.png and b/assets/images/update/expeditionsRevisited2023.png differ diff --git a/assets/images/update/fractal-icon.png b/assets/images/update/fractal-icon.png index 6955da929..fa4f20f13 100644 Binary files a/assets/images/update/fractal-icon.png and b/assets/images/update/fractal-icon.png differ diff --git a/assets/images/update/fractal.png b/assets/images/update/fractal.png index 38f15a972..033421cde 100644 Binary files a/assets/images/update/fractal.png and b/assets/images/update/fractal.png differ diff --git a/assets/images/update/interceptor-icon.png b/assets/images/update/interceptor-icon.png index 8a818470b..85b0ab6a5 100644 Binary files a/assets/images/update/interceptor-icon.png and b/assets/images/update/interceptor-icon.png differ diff --git a/assets/images/update/interceptor.png b/assets/images/update/interceptor.png index c18b30e0a..20ca6370d 100644 Binary files a/assets/images/update/interceptor.png and b/assets/images/update/interceptor.png differ diff --git a/assets/images/update/leviathan-icon.png b/assets/images/update/leviathan-icon.png index 0c70e3ce9..cbf092dc2 100644 Binary files a/assets/images/update/leviathan-icon.png and b/assets/images/update/leviathan-icon.png differ diff --git a/assets/images/update/livingShip-icon.png b/assets/images/update/livingShip-icon.png index 7af46be3f..1daf58a07 100644 Binary files a/assets/images/update/livingShip-icon.png and b/assets/images/update/livingShip-icon.png differ diff --git a/assets/images/update/omega-icon.png b/assets/images/update/omega-icon.png index 4975b3980..f11d1c35a 100644 Binary files a/assets/images/update/omega-icon.png and b/assets/images/update/omega-icon.png differ diff --git a/assets/images/update/omega.png b/assets/images/update/omega.png index d7649da54..5f43f7cdb 100644 Binary files a/assets/images/update/omega.png and b/assets/images/update/omega.png differ diff --git a/assets/images/update/orbital-icon.png b/assets/images/update/orbital-icon.png new file mode 100644 index 000000000..3aa95d891 Binary files /dev/null and b/assets/images/update/orbital-icon.png differ diff --git a/assets/images/update/orbital.png b/assets/images/update/orbital.png new file mode 100644 index 000000000..7915001b5 Binary files /dev/null and b/assets/images/update/orbital.png differ diff --git a/assets/images/update/origins-icon.png b/assets/images/update/origins-icon.png index 0325d3057..265a11984 100644 Binary files a/assets/images/update/origins-icon.png and b/assets/images/update/origins-icon.png differ diff --git a/assets/images/update/outlaws-icon.png b/assets/images/update/outlaws-icon.png index 5883cf88d..63ec64040 100644 Binary files a/assets/images/update/outlaws-icon.png and b/assets/images/update/outlaws-icon.png differ diff --git a/assets/images/update/singularity-icon.png b/assets/images/update/singularity-icon.png index abe805315..860ff77a6 100644 Binary files a/assets/images/update/singularity-icon.png and b/assets/images/update/singularity-icon.png differ diff --git a/assets/images/update/singularity.png b/assets/images/update/singularity.png index 80533133d..11b32c37a 100644 Binary files a/assets/images/update/singularity.png and b/assets/images/update/singularity.png differ diff --git a/assets/json/de/Buildings.lang.json b/assets/json/de/Buildings.lang.json index a3a98f327..b7e47c023 100644 --- a/assets/json/de/Buildings.lang.json +++ b/assets/json/de/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Verbrauchbare Pyrotechnik-Apparatur", "Description": "Dieses exotische Feuerwerk, das mit Cadmium<>-Salzen gefärbt ist, wurde von der wellenförmigen Form des titanischen Sandwurms inspiriert. Zünde die Schnur, um ein glitzerndes Schauspiel am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Verbrauchbare Pyrotechnik-Apparatur", "Description": "Dieses exotische Feuerwerk, das mit Natrium<>-Salzen gefärbt ist, wurde von der wellenförmigen Form des titanischen Sandwurms inspiriert. Zünde die Schnur, um ein glitzerndes Schauspiel am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Verbrauchbare Pyrotechnik-Apparatur", "Description": "Dieses exotische Feuerwerk, das mit Emeril<>-Salzen gefärbt ist, wurde von der wellenförmigen Form des titanischen Sandwurms inspiriert. Zünde die Schnur, um ein glitzerndes Schauspiel am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Sicheres Archiv", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Treibstoffkanister", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Orbitaler Speicher", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Lagerrahmen", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Holografische Gek-Anzeige", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Holografische Korvax-Anzeige", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Holografische Vy’keen-Anzeige", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Holografische Wandanzeige A", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Holografische Wandanzeige B", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Kleine Holografische Anzeige A", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Kleine Holografische Anzeige B", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Kleine Holografische Anzeige C", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Rahmenbeleuchtung", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Beleuchtungsanlage", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Leuchtsockel", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Leuchtsäule", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Bio-Kiste", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Kleiner Pflanzbehälter", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Serverblock A", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Serverblock B", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Datenschrank", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Energietransformator", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Hydraulische Arme", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Freistehendes Schild", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Freistehendes Schild B", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Topografischer Tisch", + "Group": "Synthetische Raumstation-Dekoration", + "Description": "Ein dekoratives Teil<> zur Verwendung in bewohnbaren Basen.\n\nDiese Komponente wurde im Stil einer der vielen Raumstationen<> des Universums hergestellt.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Feuerwerk mit lila Bändern", + "Group": "Verbrauchbare Pyrotechnik-Apparatur", + "Description": "Dieses exotische Feuerwerk mit funkelnden Atlantideum<>- und Antimon<>-Elementen explodiert in ein Knäuel aus wild durcheinander wirbelnden Bändern. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Feuerwerk mit blauen Bändern", + "Group": "Verbrauchbare Pyrotechnik-Apparatur", + "Description": "Dieses exotische Feuerwerk mit funkelnden Indium<>- und Antimon<>-Elementen explodiert in ein Knäuel aus wild durcheinander wirbelnden Bändern. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Feuerwerk mit blaugrünen Bändern", + "Group": "Verbrauchbare Pyrotechnik-Apparatur", + "Description": "Dieses exotische Feuerwerk mit funkelnden Zink<>- und Antimon<>-Elementen explodiert in ein Knäuel aus wild durcheinander wirbelnden Bändern. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Poster mit verschlüsseltem Signal", + "Group": "Dekoration", + "Description": "Ein exklusives Stück selbstklebender, knitterfreier Wandkunst.\nDieses Poster stellt Fragmente vieler Fernkommunikationssignale zwischen den dominierenden Gilden des Universums dar.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Raumschiffsteile-Poster", + "Group": "Dekoration", + "Description": "Ein exklusives Stück selbstklebender, knitterfreier Wandkunst.\nDieses Poster wurde vom ehrlichen Raumschiffverkäufer-Gek Bakkar gespendet. Besuche noch heute den Laden für Raumschiff-Komponenten! Hier gibt es Freundschaftspreise!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Kuchenverkauf-Poster", + "Group": "Dekoration", + "Description": "Ein exklusives Stück selbstklebender, knitterfreier Wandkunst.\nDieses Poster wirbt für ein Sortiment von Backwaren, darunter knusprige Brötchen und frische Geisterwaffeln.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/de/Curiosity.lang.json b/assets/json/de/Curiosity.lang.json index ce58ebf70..9b4d3c0cf 100644 --- a/assets/json/de/Curiosity.lang.json +++ b/assets/json/de/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Utopia-Nachschublieferung Gamma", "Group": "Vorratslager der Utopia Foundation", "Description": "Um die Arbeiter zu unterstützen, die sich tapfer in den steilen, exponierten Bergen des Planeten New Sesto abmühen, stellen die Utopia-Aufseher mit Freude diesen Vorrat an lebenswichtigen Gütern zur Verfügung.\n\nWähle die Nachschublieferung aus und benutze\nPaket öffnen<> (FE_ALT1<>), um deine Vorräte der Utopia Foundation sowie Details zu deinem nächsten Auftrag<> zu erhalten.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Utopia-Nachschublieferung Delta", "Group": "Vorratslager der Utopia Foundation", "Description": "Um die überlebenden Arbeiter zu unterstützen, die nun mit den\n[ ZENSIERT<> ] des Planeten Idalth XIV konfrontiert sind, stellen die Utopia-Aufseher mit Freude diesen Vorrat an lebenswichtigen Gütern zur Verfügung.\n\nWähle die Nachschublieferung aus und benutze Paket öffnen<>\n(FE_ALT1<>), um deine Vorräte der Utopia Foundation sowie Details zu deinem nächsten Auftrag<> zu erhalten.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Utopia-Nachschublieferung Epsilon", "Group": "Vorratslager der Utopia Foundation", "Description": "Um die Arbeiter zu unterstützen, die so edel im Sumpf des Planeten Endil A8 am Wiederaufbau arbeiten, stellen die Utopia-Aufseher mit Freude diesen Vorrat an lebenswichtigen Gütern zur Verfügung.\n\nWähle die Nachschublieferung aus und benutze\nPaket öffnen<> (FE_ALT1<>), um deine Vorräte der Utopia Foundation sowie Details zu deinem nächsten Auftrag<> zu erhalten.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Siedlungskoordinaten Gamma", "Group": "Siedlungsplan der Utopia Foundation", "Description": "Eine Karte der Utopia Foundation mit personalisierten Koordinaten<> für deine Zielbaustelle.\n\nWähle die Karte aus und verwende Route planen<> (FE_ALT1<>), um den Ort in der Anzeige deines Exo-Anzugs einzustellen.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Siedlungskoordinaten Delta", "Group": "Siedlungsplan der Utopia Foundation", "Description": "Eine Karte der Utopia Foundation mit personalisierten Koordinaten<> für deine Zielbaustelle.\n\nWähle die Karte aus und verwende Route planen<> (FE_ALT1<>), um den Ort in der Anzeige deines Exo-Anzugs einzustellen.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Siedlungskoordinaten Epsilon", "Group": "Siedlungsplan der Utopia Foundation", "Description": "Eine Karte der Utopia Foundation mit personalisierten Koordinaten<> für deine Zielbaustelle.\n\nWähle die Karte aus und verwende Route planen<> (FE_ALT1<>), um den Ort in der Anzeige deines Exo-Anzugs einzustellen.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Daten in Exo-Anzug-Navigationsmarkierung umwandeln." ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Piratentransponder", + "Group": "Geborgenes Identifikationsgerät", + "Description": "Ein einzigartiger ID-Transponder<>, der aus dem internen Signalspektrum eines Gesetzlosen-Raumschiffs<> entnommen wurde.\n\nDer Besitz eines solchen Geräts weist auf die Zerstörung des betreffenden Schiffs hin. Übergib das Gerät einem Gesandten der Söldnergilde<> für das entsprechende Kopfgeld.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/de/NutrientProcessor.lang.json b/assets/json/de/NutrientProcessor.lang.json index 81e07080c..be097102d 100644 --- a/assets/json/de/NutrientProcessor.lang.json +++ b/assets/json/de/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Köder vorbereiten" + "Operation": "Verarbeitungseinstellung: Köder vorbereiten" }, { "Id": "nut574", diff --git a/assets/json/de/Others.lang.json b/assets/json/de/Others.lang.json index 1133d670b..a7d67ec32 100644 --- a/assets/json/de/Others.lang.json +++ b/assets/json/de/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. Suit", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Freischaltbare Kapuze", "Description": "Eine fließende Seidenhaube, die jenen verliehen wird, die mit der Stimme der Freiheit<> singen.\n\nÄndere das Aussehen deines Exo-Anzugs mit dieser exklusiven Aussehenüberschreibung<> an einem Aussehenmodifikator<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Feuerwerk-Paket „Neu zusammengestellt“", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Feuerwerk-Paket „Neu zusammengestellt“", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Feuerwerk-Paket „Neu zusammengestellt“", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Feuerwerk-Paket „Neu zusammengestellt“", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -6023,7 +6024,7 @@ "Group": "Visuelle Exo-Anzug-Verbesserung", "Description": "Eine exklusive Exo-Anzug-Aussehenüberschreibung<>.\n\nEin Titan-Jetpack, zusammengestellt aus Technologie, die von der Wächterhorde geraubt wurde. Seine Triebwerke werden mit einem konstanten Strom aus Pugneum und Stickstoff vorgekühlt, um einen treibstoffsparenden und tödlich leisen Betrieb zu gewährleisten.\n\nWarnung<>: Öffne die Pugneum-Eindämmungskammer nicht ohne Schutzausrüstung.\n\nVerändere die Erscheinung deines Exo-Anzugs mit einem Aussehenmodifikator<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Feierliches Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Feierliches Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Feierliches Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Feierliches Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Feuerwerk mit drei Sorten. Enthält chromatische<>, Atlas-<> und gemusterte<> Sorten. Zünde es, um glitzernde Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Der/die Sternengeborene Läufer*in", "Group": "Exklusives Raumschiff", - "Description": "Ein einzigartiges und exklusives Raumschiff<>, das an den Abschluss der Omega<>-Expedition erinnert.\n\nDieses vielseitige Schiff ist mit einer strahlungsresistenten Panzerung versehen und mit einem aerodynamischen Profil für mehr Agilität in der Atmosphäre ausgestattet.\n\nHol dir<> dieses Schiff, um es deiner Sammlung hinzuzufügen, oder tausche<> es gegen dein aktuelles Schiff aus. Während du dich auf einem Planeten befindest, kannst du Schiffe über das Schnellmenü (QUICK_MENU<>) herbeirufen.", + "Description": "Ein einzigartiges und exklusives Raumschiff<>, das an den Abschluss der Omega<>-Expedition erinnert.\n\nDieses ungewöhnliche Raumschiff wurde für den Gleitflug optimiert und das gebundene Vektorfeld ermöglicht es dem Raumschiff, über festen Ebenen zu schweben.\n\nHol dir<> dieses Schiff, um es deiner Sammlung hinzuzufügen, oder tausche<> es gegen dein aktuelles Schiff aus. Während du dich auf einem Planeten befindest, kannst du Schiffe über das Schnellmenü (QUICK_MENU<>) herbeirufen.", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Titanen-Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Luxusfeuerwerk mit drei Sorten, inspiriert von den titanischen Sandwürmern, die das Universum durchstreifen. Enthält Cadmium<>, Natrium<> und Emeril<>. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Titanen-Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Luxusfeuerwerk mit drei Sorten, inspiriert von den titanischen Sandwürmern, die das Universum durchstreifen. Enthält Cadmium<>, Natrium<> und Emeril<>. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Titanen-Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Luxusfeuerwerk mit drei Sorten, inspiriert von den titanischen Sandwürmern, die das Universum durchstreifen. Enthält Cadmium<>, Natrium<> und Emeril<>. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Titanen-Feuerwerk-Paket", "Group": "Pyrotechnik-Multipack", "Description": "Ein Luxusfeuerwerk mit drei Sorten, inspiriert von den titanischen Sandwürmern, die das Universum durchstreifen. Enthält Cadmium<>, Natrium<> und Emeril<>. Zünde es, um glanzvolle Bilder am Himmel zu erzeugen.\n\nDie Abschussröhre kann über das Baumenü<> (BUILD_MENU<>) platziert werden. Warnung<>: Niemals damit auf lebende Kreaturen zielen. Nicht empfohlen für den Gebrauch in geschlossenen Räumen.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Omega-Rumpf", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Strahlendes Cockpit", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Hotrod-Cockpit", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Nadel-Rumpf", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Alpha-Cockpit", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Vektor-Rumpf", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Schnittiges Cockpit", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Flitzer-Rumpf", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Turbinenrumpf", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Rumpfs<> und des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Vektor-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Vektor-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Hartgestell-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Hartgestell-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Hartgestell-S-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Hartgestell-S-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Hartgestell-E-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Hartgestell-E-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Hartgestell-V-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Hartgestell-V-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Hartgestell-C-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Hartgestell-C-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Kreisflügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Nachbrenner-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Nachbrenner-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Nachbrenner-E-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Nachbrenner-E-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Nachbrenner-V-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Nachbrenner-V-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Nachbrenner-C-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Nachbrenner-C-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Geier-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Geier-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Palisadenflügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Palisadenflügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Sternentänzer-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Sternentänzer-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Horizont-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Horizont-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Strahlende Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Strahlende Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Droid-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Droid-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Droid-S-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Droid-S-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Droid-E-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Droid-E-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Droid-V-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Droid-V-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Droid-C-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Droid-C-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Quasar-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Quasar-Flügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Gepfeilte Flügel (niedrig)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Gepfeilte Flügel (mittel)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Gepfeilte Flügel (voll)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Vesper-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Vesper-Flügel (gepfeilt)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Möwenflügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Möwenflügel (Ruder)", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Vigil-Flügel", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Tri-Booster", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Antriebe<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Mono-Schubdüse", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Antriebe<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Vektor-Schubdüse", + "Group": "Raumschiffkomponente – Jäger", + "Description": "Eine Unterkomponente von Raumschiffen der Jäger<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Antriebe<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Supercruise-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Typ-11-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Pilotencockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Longshore-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Frachter-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Vermittler-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Strato-Haul-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Hydraulik-Cockpit", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Megalith-Antrieb", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "F-Flügel-Megalith-Antrieb", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "F-Flügel-Megalith-Antrieb", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Airlift-Schubdüse", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "F-Flügel-Airlift-Schubdüse", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "S-Flügel-Airlift-Schubdüse", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Duo-Max-Antrieb", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Antriebs<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Leeres Flügelpaneel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Supercruise-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Supercruise-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Supercruise-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Supercruise-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Supercruise-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Supercruise-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Supercruise-Propellerflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Supercruise-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Supercruise-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Supercruise-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Firebox-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Firebox-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Firebox-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Firebox-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Firebox-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Firebox-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Turbinenflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Firebox-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Firebox-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Firebox-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Bollwerk-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Bollwerk-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Bollwerk-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Bollwerk-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Bollwerk-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Bollwerk-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Bollwerk-Propellerflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Bollwerk-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Bollwerk-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Bollwerk-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Longshore-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Longshore-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Longshore-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Longshore-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Longshore-Propellerflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Longshore-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Longshore-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Longshore-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Großraum-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Großraum-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Großraum-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Großraum-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Großraum-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Großraum-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Großraum-Propellerflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Großraum-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Großraum-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Großraum-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Ionenfeuer-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Ionenfeuer-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Ionenfeuer-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Ionenfeuer-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Ionenfeuer-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Ionenfeuer-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ionenklinge-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Ionenfeuer-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Ionenfeuer-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Ionenfeuer-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Stratopuls-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Stratopuls-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Stratopuls-S-flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Stratopuls-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Stratopuls-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Stratopuls-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Stratopuls-Propellerflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Stratopuls-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Stratopuls-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Stratopuls-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Ramjet-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Ramjet-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Ramjet-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Ramjet-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Ramjet-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Ramjet-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Hi-Roc-Werfer", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Ramjet-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Ramjet-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Ramjet-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Impulsflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Impuls-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Impuls-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Impuls-C-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Impuls-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Impuls-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Impulswerfer", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Impuls-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Impuls-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Impuls-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Heavy-22-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Heavy-22-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Heavy-22-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Heavy-22-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Heavy-22-W-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "SuperCondor-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Heavy-22-V-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Heavy-22-Spaltflügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Heavy-22-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Megalith-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Ultralith-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Megalith-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Megalith-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Megalith-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Megalith-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Frachter-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Frachter-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Frachter-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Frachter-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Frachter-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Titan-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Titan-S-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Titan-F-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Titan-D-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Titan-A-Flügel", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "E-Flügel Schwer", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Rumpfpanzer", + "Group": "Raumschiffkomponente – Transporter", + "Description": "Eine Unterkomponente von Raumschiffen der Transporter<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Firefly-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Firefly-F-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Firefly-S-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Firefly-D-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Libellen-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Libellen-F-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Libellen-S-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Libellen-D-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Euklid-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Hesperius-Rumpf", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position des Cockpits<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Flügelstummel (leer)", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Gleiterflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Pulsarflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Pulsarflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Pulsarflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Pulsarflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Obelisk-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Skywave-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Prismatischer Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Planar-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Vortex-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Solar-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Flügelkappe", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Flügelkappe", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Aufseher-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Himmelslanze-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Superfoil-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Libellen-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Firefly-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Axialflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Kurzwellenflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Sonnenfleck-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Sunspot-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Sunspot-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Sunspot-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Arcfoil-Flügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Langwellenflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Trommelflügel (Obelisk)", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Trommelflügel", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Trommelflügel (Aufseher)", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Trommelflügel (Kurzwelle)", + "Group": "Raumschiffkomponente – Entdecker", + "Description": "Eine Unterkomponente von Raumschiffen der Entdecker<>-Klasse. Dieses Modul bestimmt den Stil und die Position der Flügel<> von Raumschiffen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/de/Products.lang.json b/assets/json/de/Products.lang.json index 865144248..f9777f7e9 100644 --- a/assets/json/de/Products.lang.json +++ b/assets/json/de/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reaktor der C-Klasse", + "Group": "Raumschiffgenerator", + "Description": "Eine Raumschiff-Unterkomponente – der Reaktorkern<>. Die Standardgeneratoreinheit kann Raumschiffe der C-Klasse<> mit Energie versorgen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reaktor der B-Klasse", + "Group": "Verbesserter Raumschiffgenerator", + "Description": "Eine Raumschiff-Unterkomponente – der Reaktorkern<>. Die verbesserte Generatoreinheit kann Raumschiffe der B-Klasse<> mit Energie versorgen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reaktor der A-Klasse", + "Group": "Leistungsstarker Raumschiffgenerator", + "Description": "Eine Raumschiff-Unterkomponente – der Reaktorkern<>. Die fortschrittliche Generatoreinheit kann Raumschiffe der A-Klasse<> mit Energie versorgen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reaktor der S-Klasse", + "Group": "Überlegener Raumschiff-Generator", + "Description": "Eine Raumschiff-Unterkomponente – der Reaktorkern<>. Die ausgezeichnete Generatoreinheit kann Raumschiffe der S-Klasse<> mit Energie versorgen.\n\nRaumschiffkomponenten erhältst du durch Ausschlachten existierender Raumschiffe bei der Raumschiffausstattung<> an jeder Raumstation. Besuche den Raumschiffhersteller<>, um ein neues Schiff zu entwerfen und zusammenzusetzen.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/de/TechTree.lang.json b/assets/json/de/TechTree.lang.json index b1a02ea21..836ddd3bc 100644 --- a/assets/json/de/TechTree.lang.json +++ b/assets/json/de/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Dekorative Module", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Sicheres Archiv", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Treibstoffkanister", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Orbitaler Speicher", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Lagerrahmen", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Kleine Holografische Anzeige A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Freistehendes Schild", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Freistehendes Schild B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Topografischer Tisch", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Kleine Holografische Anzeige B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Kleine Holografische Anzeige C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Holografische Wandanzeige A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Holografische Wandanzeige B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Holografische Korvax-Anzeige", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Holografische Vy’keen-Anzeige", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Holografische Gek-Anzeige", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Beleuchtungsanlage", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Rahmenbeleuchtung", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Leuchtsockel", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Leuchtsäule", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Energietransformator", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Bio-Kiste", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Kleiner Pflanzbehälter", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Serverblock A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Datenschrank", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Serverblock B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Hydraulische Arme", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Beleuchtung", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Industriemodule", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Landwirtschaftsmodule", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Bauholzstrukturen", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Bauholzdach", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Steinstrukturen", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Steindach", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Legierungsstrukturen", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Legierungsdach", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Primitive Formen", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Lagereinheiten", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/de/Technology.lang.json b/assets/json/de/Technology.lang.json index 2aba0d04e..f27ece5f2 100644 --- a/assets/json/de/Technology.lang.json +++ b/assets/json/de/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Wirtschaftsscanner", "Group": "Fernsensor-Technologie", - "Description": "Ein Upgrade für die riesigen Sensoren des Raumschiffs. Mit diesem Gerät kann der Benutzer auf wirtschaftliche Daten eines Systems zugreifen, ohne es besuchen zu müssen.", + "Description": "Ein Upgrade für die riesigen Sensoren<>des Raumschiffs. Mit diesem Gerät kann der Benutzer auf detaillierte wirtschaftliche Daten<> über ein System zugreifen, ohne es besuchen zu müssen. Gesammelte Daten werden automatisch auf der Galaxiekarte<> angezeigt.\n\nAktiviere den internen Handelscomputer<> des Scanners mit FE_ALT1<>, um nach hochprofitablen Handelsanstiegen<> zu suchen.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Empfindungswiderstand", "Group": "Unvollständige Wächter-Bergung", "Description": "Dieses Multiwerkzeug ist ein Stück Hybridtechnologie, eine Verschmelzung aus grobem Schrott und einer tiefen, mächtigen Energie – teils Bergung, teils Wächter, teils etwas Undefinierbares ...\n\nDieser Prozess der recycelten Verschmelzung war unvollständig<> als dieses Werkzeug erworben wurde. Benutze REPAIR<>, um die Reparaturen fortzusetzen und diesen Platz für allgemeine Zwecke freizugeben.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Disharmonisches Prisma", "Group": "Unvollständige Wächter-Bergung", "Description": "Dieses Multiwerkzeug ist ein Stück Hybridtechnologie, eine Verschmelzung aus grobem Schrott und einer tiefen, mächtigen Energie – teils Bergung, teils Wächter, teils etwas Undefinierbares ...\n\nDieser Prozess der recycelten Verschmelzung war unvollständig<> als dieses Werkzeug erworben wurde. Benutze REPAIR<>, um die Reparaturen fortzusetzen und diesen Platz für allgemeine Zwecke freizugeben.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Verdorbene Linse", "Group": "Unvollständige Wächter-Bergung", "Description": "Dieses Multiwerkzeug ist ein Stück Hybridtechnologie, eine Verschmelzung aus grobem Schrott und einer tiefen, mächtigen Energie – teils Bergung, teils Wächter, teils etwas Undefinierbares ...\n\nDieser Prozess der recycelten Verschmelzung war unvollständig<> als dieses Werkzeug erworben wurde. Benutze REPAIR<>, um die Reparaturen fortzusetzen und diesen Platz für allgemeine Zwecke freizugeben.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Entleerter Energiekern", "Group": "Unvollständige Wächter-Bergung", "Description": "Dieses Multiwerkzeug ist ein Stück Hybridtechnologie, eine Verschmelzung aus grobem Schrott und einer tiefen, mächtigen Energie – teils Bergung, teils Wächter, teils etwas Undefinierbares ...\n\nDieser Prozess der recycelten Verschmelzung war unvollständig<> als dieses Werkzeug erworben wurde. Benutze REPAIR<>, um die Reparaturen fortzusetzen und diesen Platz für allgemeine Zwecke freizugeben.", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Verrostete Schaltkreise", "Group": "Beschädigte Raumschiffkomponente", "Description": "Raumschiff-Teilsystem schwer beschädigt<>. Platz kann nicht zur Lagerung<> oder für Technologie<> genutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDie Kernfunktionalität des Raumschiffs ist nicht betroffen. Durch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Hydraulikschaden", "Group": "Beschädigte Raumschiffkomponente", "Description": "Raumschiff-Teilsystem schwer beschädigt<>. Platz kann nicht zur Lagerung<> oder für Technologie<> genutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDie Kernfunktionalität des Raumschiffs ist nicht betroffen. Durch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Verrostete Tanks", "Group": "Beschädigte Raumschiffkomponente", "Description": "Raumschiff-Teilsystem schwer beschädigt<>. Platz kann nicht zur Lagerung<> oder für Technologie<> genutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDie Kernfunktionalität des Raumschiffs ist nicht betroffen. Durch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Beschädigtes Modul", "Group": "Beschädigte Multiwerkzeug-Komponente", "Description": "Multiwerkzeug-Teilsystem kritisch beschädigt<>.\n\nPlatz kann nicht benutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDurch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Kabelstrangschaden", "Group": "Beschädigte Multiwerkzeug-Komponente", "Description": "Multiwerkzeug-Teilsystem kritisch beschädigt<>.\n\nPlatz kann nicht benutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDurch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Durchgebranntes Terminal", "Group": "Beschädigte Multiwerkzeug-Komponente", "Description": "Multiwerkzeug-Teilsystem kritisch beschädigt<>.\n\nPlatz kann nicht benutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDurch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Kaputter Widerstand", "Group": "Beschädigte Multiwerkzeug-Komponente", "Description": "Multiwerkzeug-Teilsystem kritisch beschädigt<>.\n\nPlatz kann nicht benutzt werden, bis der Schaden repariert ist. Verwende REPAIR<>, um den Reparaturprozess zu starten.\n\nDurch die Reparatur wird ein Platz für den allgemeinen Gebrauch frei.", diff --git a/assets/json/en/Buildings.lang.json b/assets/json/en/Buildings.lang.json index 8b1ca2da3..aa4e3e105 100644 --- a/assets/json/en/Buildings.lang.json +++ b/assets/json/en/Buildings.lang.json @@ -5696,8 +5696,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22957,11 +22956,12 @@ "Group": "Consumable Pyrotechnics Device", "Description": "This exotic firework, tinted with cadmium<> salts, is inspired by the undulating form of the titanic sandworm. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22978,11 +22978,12 @@ "Group": "Consumable Pyrotechnics Device", "Description": "This exotic firework, tinted with sodium<> salts, is inspired by the undulating form of the titanic sandworm. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22999,11 +23000,12 @@ "Group": "Consumable Pyrotechnics Device", "Description": "This exotic firework, tinted with emeril<> salts, is inspired by the undulating form of the titanic sandworm. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23170,5 +23172,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Secure Archive", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Fuel Canister", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Orbital Storage", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Storage Frame", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Holographic Gek Display", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Holographic Korvax Display", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Holographic Vy'keen Display", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Holographic Wall Display A", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Holographic Wall Display B", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Small Holographic Display A", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Small Holographic Display B", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Small Holographic Display C", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Frame Lighting", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Lighting Array", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Plinth Light", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Pillar Light", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Bio-Crate", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Small Planter", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Server Block A", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Server Block B", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Data Cabinet", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Power Transformer", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Hydraulic Arms", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Standing Sign", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Station Billboard", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Topographic Table", + "Group": "Synthetic Space Station Decoration", + "Description": "A decorative part<> designed for use in habitable bases.\n\nThis component has been fabricated in the style of one of the universe's many Space Stations<>.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Purple Ribbon Firework", + "Group": "Consumable Pyrotechnics Device", + "Description": "This exotic firework, sparkling with Atlantideum<> and antimony<> elements, bursts into a cluster of wildly spiralling ribbons. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Blue Ribbon Firework", + "Group": "Consumable Pyrotechnics Device", + "Description": "This exotic firework, sparkling with indium<> and antimony<> elements, bursts into a cluster of wildly spiralling ribbons. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Teal Ribbon Firework", + "Group": "Consumable Pyrotechnics Device", + "Description": "This exotic firework, sparkling with zinc<> and antimony<> elements, bursts into a cluster of wildly spiralling ribbons. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Scrambled Signal Poster", + "Group": "Decoration", + "Description": "An exclusive piece of self-adhesive, crease-proof wall art.\nThis poster represents fragments of many long-distance communication signals between the dominant factions of the universe.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Ship Parts Poster", + "Group": "Decoration", + "Description": "An exclusive piece of self-adhesive, crease-proof wall art.\nThis poster was donated by honest ship SalesGek Bakkar. Visit their Starship component store today! Best prices for friends!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Bake Sale Poster", + "Group": "Decoration", + "Description": "An exclusive piece of self-adhesive, crease-proof wall art.\nThis poster advertises an assortment of baked goods, including a crusty bread roll and fresh stack of haunted wafers.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/en/Curiosity.lang.json b/assets/json/en/Curiosity.lang.json index 5782018b4..6ad8c8c86 100644 --- a/assets/json/en/Curiosity.lang.json +++ b/assets/json/en/Curiosity.lang.json @@ -1750,6 +1750,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1922,7 +1923,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Utopia Supply Drop Gamma", "Group": "Utopia Foundation Supply Cache", "Description": "To support the workers valiantly toiling on the steep, exposed mountains of planet New Sesto, the Utopia Overseers are glad to supply this cache of vital goods.\n\nSelect the supply pack and use Open Package<> (FE_ALT1<>) to collect your Utopia Foundation supplies, as well as details of your next assignment<>.", @@ -1944,7 +1945,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Utopia Supply Drop Delta", "Group": "Utopia Foundation Supply Cache", "Description": "To support the surviving workers who now confront the [ REDACTED<> ] of planet Idalth XIV, the Utopia Overseers are glad to supply this cache of vital goods.\n\nSelect the supply pack and use Open Package<> (FE_ALT1<>) to collect your Utopia Foundation supplies, as well as details of your next assignment<>.", @@ -1966,7 +1967,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Utopia Supply Drop Epsilon", "Group": "Utopia Foundation Supply Cache", "Description": "To support the workers who so nobly rebuild in the sucking quagmires of planet Endil A8, the Utopia Overseers are glad to supply this cache of vital goods.\n\nSelect the supply pack and use Open Package<> (FE_ALT1<>) to collect your Utopia Foundation supplies, as well as details of your next assignment<>.", @@ -2010,7 +2011,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Settlement Coordinates Gamma", "Group": "Utopia Foundation Settlement Chart", "Description": "A map from the Utopia Foundation, showing personalised coordinates<> for your target construction site.\n\nSelect the map and use Plot Route<> (FE_ALT1<>) to pin the location in your Exosuit display.", @@ -2032,7 +2033,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Settlement Coordinates Delta", "Group": "Utopia Foundation Settlement Chart", "Description": "A map from the Utopia Foundation, showing personalised coordinates<> for your target construction site.\n\nSelect the map and use Plot Route<> (FE_ALT1<>) to pin the location in your Exosuit display.", @@ -2054,7 +2055,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Settlement Coordinates Epsilon", "Group": "Utopia Foundation Settlement Chart", "Description": "A map from the Utopia Foundation, showing personalised coordinates<> for your target construction site.\n\nSelect the map and use Plot Route<> (FE_ALT1<>) to pin the location in your Exosuit display.", @@ -2108,6 +2109,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2183,6 +2185,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2241,5 +2244,27 @@ "ConsumableRewardTexts": [ "Convert data to Exosuit navigation marker" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Pirate Transponder", + "Group": "Salvaged Identification Device", + "Description": "A unique ID transponder<>, ripped from the internal signal array of an outlaw starship<>.\n\nPossesion of such a device implies the destruction of the vessel in question. Turn it over to an envoy of the Mercenaries Guild<> to collect any associated bounties.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/en/NutrientProcessor.lang.json b/assets/json/en/NutrientProcessor.lang.json index 78ed3700f..c84747229 100644 --- a/assets/json/en/NutrientProcessor.lang.json +++ b/assets/json/en/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepare Bait" + "Operation": "Processor Setting: Prepare Bait" }, { "Id": "nut574", diff --git a/assets/json/en/Others.lang.json b/assets/json/en/Others.lang.json index 288f54993..3a3fe7d62 100644 --- a/assets/json/en/Others.lang.json +++ b/assets/json/en/Others.lang.json @@ -49,12 +49,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. Suit", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "Additional": "", "MaxStackSize": 5.0, "Colour": "262626", @@ -3684,7 +3684,7 @@ "Group": "Unlockable Hood", "Description": "A flowing silken shroud, bestowed upon those who would sing with Voice of Freedom<>.\n\nTransform the appearance of your Exosuit with this exclusive Appearance Override<> at an Appearance Modifier<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4622,7 +4622,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5804,7 +5805,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Remixed Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -5826,7 +5827,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Remixed Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -5848,7 +5849,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Remixed Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -5870,7 +5871,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Remixed Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -6050,7 +6051,7 @@ "Group": "Exosuit Visual Enhancement", "Description": "An exclusive Exosuit Appearance Override<>.\n\nA titanium flightpack, assembled from technology stolen from the Sentinel horde. Its engines are precooled with a constant flow of pugneum and nitrogen, ensuring fuel-efficient and deadly silent operation.\n\nWarning<>: do not unseal pugneum containment chamber without protective gear.\n\nTransform the appearance of your Exosuit at an Appearance Modifier<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7058,7 +7059,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Celebratory Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -7080,7 +7081,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Celebratory Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -7102,7 +7103,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Celebratory Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -7124,7 +7125,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Celebratory Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of assorted fireworks, containing chromatic<>, Atlas<> and patterned<> variations. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -8286,7 +8287,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Titan Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of luxury fireworks, inspired by the titanic sandworms that stalk the universe. Rich in cadmium<>, sodium<> and emeril<>. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -8308,7 +8309,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Titan Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of luxury fireworks, inspired by the titanic sandworms that stalk the universe. Rich in cadmium<>, sodium<> and emeril<>. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -8330,7 +8331,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Titan Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of luxury fireworks, inspired by the titanic sandworms that stalk the universe. Rich in cadmium<>, sodium<> and emeril<>. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -8352,7 +8353,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Titan Firework Pack", "Group": "Pyrotechnics Multi-Pack", "Description": "A three-variety pack of luxury fireworks, inspired by the titanic sandworms that stalk the universe. Rich in cadmium<>, sodium<> and emeril<>. Ignite to create glittering displays in the sky.\n\nPlace launch tube via the Build Menu<> (BUILD_MENU<>). Warning<>: Aim away from living creatures. Not recommended for indoor use.", @@ -8371,5 +8372,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Omega Fuselage", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Radiant Cockpit", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Hotrod Cockpit", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Needle Fuselage", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Alpha Cockpit", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Vector Fuselage", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Sleek Cockpit", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Speeder Fuselage", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Turbine Fuselage", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's fuselage<> and cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Vector Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Vector Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Hardframe Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Hardframe Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Hardframe S-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Hardframe S-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Hardframe E-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Hardframe E-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Hardframe V-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Hardframe V-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Hardframe C-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Hardframe C-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Halo Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Afterburner Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Afterburner Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Afterburner E-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Afterburner E-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Afterburner V-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Afterburner V-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Afterburner C-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Afterburner C-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Vulture Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Vulture Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Palisade Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Palisade Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Stardancer Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Stardancer Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Horizon Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Horizon Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Radiant Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Radiant Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Droid Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Droid Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Droid S-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Droid S-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Droid E-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Droid E-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Droid V-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Droid V-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Droid C-Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Droid C-Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Quasar Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Quasar Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Swept Wings (Low)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Swept Wings (Mid)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Swept Wings (Full)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Vesper Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Vesper Wings (Swept)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Gull Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Vesper Wings (Fin)", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Vigil Wings", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Tri-Booster", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Mono-Thruster", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Vector Thruster", + "Group": "Fighter Starship Component", + "Description": "A subcomponent for a Fighter<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Supercruise Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Type-11 Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Aviator Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Longshore Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Bulker Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Negotiator Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Strato-Haul Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Hydralic Cockpit", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Megalith Engine", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "F-Wing Megalith Engine", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "F-Wing Megalith Engine", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Airlift Thruster", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "F-Wing Airlift Thruster", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "S-Wing Airlift Thruster", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Duo-Max Engine", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's engines<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Empty Wing Panel", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Supercruise Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Supercruise F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Supercruise S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Supercruise C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Supercruise D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Supercruise W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Supercruise Fan-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Supercruise V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Supercruise Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Supercruise A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Firebox Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Firebox F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Firebox S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Firebox C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Firebox D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Firebox W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Turbine Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Firebox V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Firebox Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Firebox A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Bulwark Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Bulwark F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Bulwark S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Bulwark C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Bulwark D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Bulwark W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Bulwark Fan-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Bulwark V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Bulwark Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Bulwark A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Longshore Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Longshore C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Longshore D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Longshore W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Longshore Fan-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Longshore V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Longshore Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Longshore A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Widebody Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Widebody F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Widebody S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Widebody C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Widebody D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Widebody W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Widebody Fan-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Widebody V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Widebody Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Widebody A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Ion Flare Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Ion Flare F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Ion Flare S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Ion Flare C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Ion Flare D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Ion Flare W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ion Blade Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Ion Flare V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Ion Flare Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Ion Flare A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Stratopulse Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Stratopulse F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Stratopulse S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Stratopulse C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Stratopulse D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Stratopulse W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Stratopulse Fan-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Stratopulse V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Stratopulse Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Stratopulse A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Ramjet Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Ramjet F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Ramjet S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Ramjet C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Ramjet D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Ramjet W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Hi-Roc Launcher", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Ramjet V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Ramjet Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Ramjet A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Impulse Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Impulse F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Impulse S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Impulse C-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Impulse D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Impulse W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Impulse Launcher", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Impulse V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Impulse Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Impulse A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Heavy-22 Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Heavy-22 S-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Heavy-22 F-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Heavy-22 D-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Heavy-22 W-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "SuperCondor Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Heavy-22 V-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Heavy-22 Split-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Heavy-22 A-Wing", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Megalith Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Ultralith Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Megalith S-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Megalith F-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Megalith D-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Megalith A-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Bulker Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Bulker S-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Bulker F-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Bulker D-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Bulker A-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Titan Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Titan S-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Titan F-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Titan D-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Titan A-Wings", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "E-Wing Heavy", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Fuselage Armour", + "Group": "Hauler Starship Component", + "Description": "A subcomponent for a Hauler<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Firefly Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Firefly F-Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Firefly S-Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Firefly D-Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Dragonfly Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Dragonfly F-Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Dragonfly S-Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Dragonfly D-Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Euclid Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Hesperius Hull", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's cockpit<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Wing Stub (Empty)", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Glider Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Pulsar Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Solar Pulse Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Pulsar Split-Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Pulsar Stub-Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Obelisk Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Skywave Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Prismatic Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Planar Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Vortex Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Solar Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Wing Cap", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Wing Cap", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Overseer Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Skylance Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Superfoil Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Dragonfly Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Firefly Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Axial Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Shortwave Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Sunspot Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Solar Flare Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Sunspot Split-Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Sunspot Stub-Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Arcfoil Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Longwave Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Drum Wing (Obelisk)", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Drum Wing", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Drum Wing (Overseer)", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Drum Wing (Shortwave)", + "Group": "Explorer Starship Component", + "Description": "A subcomponent for an Explorer<>-class starship. This module determines the style and position of the ship's wings<>.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/en/Products.lang.json b/assets/json/en/Products.lang.json index ee4470e4e..50bccb375 100644 --- a/assets/json/en/Products.lang.json +++ b/assets/json/en/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "C-Class Reactor", + "Group": "Starship Generator", + "Description": "A starship subcomponent - the reactor core<>. The basic generator unit is capable of powering a C-Class<> starship.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "B-Class Reactor", + "Group": "Improved Starship Generator", + "Description": "A starship subcomponent - the reactor core<>. The upgraded generator unit is capable of powering a B-Class<> starship.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "A-Class Reactor", + "Group": "Powerful Starship Generator", + "Description": "A starship subcomponent - the reactor core<>. The advanced generator unit is capable of powering an A-Class<> starship.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "S-Class Reactor", + "Group": "Supreme Starship Generator", + "Description": "A starship subcomponent - the reactor core<>. The exceptional generator unit is capable of powering an S-Class<> starship.\n\nAcquire starship components by breaking down existing ships at the Starship Outfitting<> unit aboard any space station. Visit the Starship Fabricator<> to design and assemble a new vessel.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/en/TechTree.lang.json b/assets/json/en/TechTree.lang.json index cecd7d6b1..afc29fb4e 100644 --- a/assets/json/en/TechTree.lang.json +++ b/assets/json/en/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Decorative Modules", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Secure Archive", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Fuel Canister", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Orbital Storage", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Storage Frame", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Small Holographic Display A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Standing Sign", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Station Billboard", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Topographic Table", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Small Holographic Display B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Small Holographic Display C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Holographic Wall Display A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Holographic Wall Display B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Holographic Korvax Display", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Holographic Vy'keen Display", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Holographic Gek Display", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Lighting Array", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Frame Lighting", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Plinth Light", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Pillar Light", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Power Transformer", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Bio-Crate", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Small Planter", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Server Block A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Data Cabinet", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Server Block B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Hydraulic Arms", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Illumination", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Industrial Modules", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Agricultural Modules", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Timber Structures", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Timber Roofing", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Stone Structures", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Stone Roofing", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Alloy Structures", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Alloy Roofing", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Primitive Shapes", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Storage Units", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/en/Technology.lang.json b/assets/json/en/Technology.lang.json index 010828262..f0e2aa74a 100644 --- a/assets/json/en/Technology.lang.json +++ b/assets/json/en/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Economy Scanner", "Group": "Long-range Sensor Technology", - "Description": "An upgrade to the starship's galactic-scale sensors. This device allows the user to access detailed economic data about a system without having to visit.", + "Description": "An upgrade to the starship's galactic-scale sensors<>. This device allows the user to access detailed economic data<> about a system without having to visit. See collected data automatically on the Galaxy Map<>.\n\nActive the scanner's internal Trade Computer<> with FE_ALT1<> to search for highly-profitable trading surge events<>.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8807,7 +8807,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Sentience Resistor", "Group": "Incomplete Sentinel Salvage", "Description": "This Multi-Tool is a piece of hybrid technology, a fusion of crude scrap and a deep, powerful energy - part salvage, part Sentinel, part something undefinable...\n\nThis process of recycled fusion was incomplete<> when this tool was acquired. Use REPAIR<> to continue repair operations and free this slot for general use.", @@ -8832,7 +8832,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Discordant Prism", "Group": "Incomplete Sentinel Salvage", "Description": "This Multi-Tool is a piece of hybrid technology, a fusion of crude scrap and a deep, powerful energy - part salvage, part Sentinel, part something undefinable...\n\nThis process of recycled fusion was incomplete<> when this tool was acquired. Use REPAIR<> to continue repair operations and free this slot for general use.", @@ -8857,7 +8857,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Corrupted Lens", "Group": "Incomplete Sentinel Salvage", "Description": "This Multi-Tool is a piece of hybrid technology, a fusion of crude scrap and a deep, powerful energy - part salvage, part Sentinel, part something undefinable...\n\nThis process of recycled fusion was incomplete<> when this tool was acquired. Use REPAIR<> to continue repair operations and free this slot for general use.", @@ -8886,7 +8886,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Drained Power Core", "Group": "Incomplete Sentinel Salvage", "Description": "This Multi-Tool is a piece of hybrid technology, a fusion of crude scrap and a deep, powerful energy - part salvage, part Sentinel, part something undefinable...\n\nThis process of recycled fusion was incomplete<> when this tool was acquired. Use REPAIR<> to continue repair operations and free this slot for general use.", @@ -9587,7 +9587,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Rusted Circuits", "Group": "Damaged Starship Component", "Description": "Starship subsystem severely damaged<>. Slot cannot be used for storage<> or technology<> until damage is repaired. Use REPAIR<> to begin repair process.\n\nCore starship functionality is not affected. Repairing this damage will free slot up for general inventory use.", @@ -9612,7 +9612,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Hydraulics Damage", "Group": "Damaged Starship Component", "Description": "Starship subsystem severely damaged<>. Slot cannot be used for storage<> or technology<> until damage is repaired. Use REPAIR<> to begin repair process.\n\nCore starship functionality is not affected. Repairing this damage will free slot up for general inventory use.", @@ -9637,7 +9637,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Corroded Tanks", "Group": "Damaged Starship Component", "Description": "Starship subsystem severely damaged<>. Slot cannot be used for storage<> or technology<> until damage is repaired. Use REPAIR<> to begin repair process.\n\nCore starship functionality is not affected. Repairing this damage will free slot up for general inventory use.", @@ -9662,7 +9662,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Corrupt Module", "Group": "Damaged Multi-Tool Component", "Description": "Multi-Tool subsystem critically damaged<>.\n\nSlot cannot be used until damage is repaired. Use REPAIR<> to begin repair process.\n\nRepairing will free slot up for general use.", @@ -9687,7 +9687,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Loom Damage", "Group": "Damaged Multi-Tool Component", "Description": "Multi-Tool subsystem critically damaged<>.\n\nSlot cannot be used until damage is repaired. Use REPAIR<> to begin repair process.\n\nRepairing will free slot up for general use.", @@ -9712,7 +9712,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Burnt-Out Terminal", "Group": "Damaged Multi-Tool Component", "Description": "Multi-Tool subsystem critically damaged<>.\n\nSlot cannot be used until damage is repaired. Use REPAIR<> to begin repair process.\n\nRepairing will free slot up for general use.", @@ -9737,7 +9737,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Failed Resistor", "Group": "Damaged Multi-Tool Component", "Description": "Multi-Tool subsystem critically damaged<>.\n\nSlot cannot be used until damage is repaired. Use REPAIR<> to begin repair process.\n\nRepairing will free slot up for general use.", diff --git a/assets/json/es-la/AlienPuzzle.lang.json b/assets/json/es-la/AlienPuzzle.lang.json index f5169801b..3c5ac74bd 100644 --- a/assets/json/es-la/AlienPuzzle.lang.json +++ b/assets/json/es-la/AlienPuzzle.lang.json @@ -15155,7 +15155,7 @@ "Options": [ { "Name": "Negar el Atlas", - "Text": "Me voy, el Atlas se queda solo, abandonado.\nSiento que empieza a gritar, un grito silencioso que resuena en todo el espacio y el tiempo...", + "Text": "Me voy, el Atlas, solo, abandonado.\nSiento que empieza a gritar, un grito silencioso que resuena en todo el espacio y el tiempo...", "RewardIds": [] }, { diff --git a/assets/json/es-la/Buildings.lang.json b/assets/json/es-la/Buildings.lang.json index 9eb578eaa..5ce54e05d 100644 --- a/assets/json/es-la/Buildings.lang.json +++ b/assets/json/es-la/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Dispositivo pirotécnico consumible", "Description": "Estos fuegos artificiales exótico, teñido con sales de cadmio<>, se inspiran en la forma ondulada del gusano de arena titánico. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Dispositivo pirotécnico consumible", "Description": "Estos fuegos artificiales exótico, teñido con sales de sodio<>, se inspiran en la forma ondulada del gusano de arena titánico. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Dispositivo pirotécnico consumible", "Description": "Estos fuegos artificiales exótico, teñido con sales de emerilio<>, se inspiran en la forma ondulada del gusano de arena titánico. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Archivo seguro", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Lata de combustible", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Almacenamiento orbital", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Marco de almacenamiento", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Pantalla holográfica Gek", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Pantalla holográfica Korvax", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Pantalla holográfica Vy'keen", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Pantalla holográfica de pared A", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Pantalla holográfica de pared B", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Pantalla holográfica pequeña A", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Pantalla holográfica pequeña B", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Pantalla holográfica pequeña C", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Iluminación de marco", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Conjunto de luces", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Luz de pedestal", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Pilar de luz", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Bio-caja", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Plantador pequeño", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Bloque de servidor A", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Bloque de servidor B", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Gabinete de datos", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Transformador de energía", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Brazos hidráulicos", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Señal de pie", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Señal de pie B", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Mesa topográfica", + "Group": "Decoración de estación espacial sintética", + "Description": "Una parte decorativa<> diseñada para su uso en bases habitables.\n\nEste componente se fabricó al estilo de una de las muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Fuegos artificiales de listón morada", + "Group": "Dispositivo pirotécnico consumible", + "Description": "Estos fuegos artificiales exóticos, ricos en atlantideum<> y elementos de antimonio<>, estallan en un conjunto de lazos que se mueven sin control y en espiral. Enciéndelos para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: apunta lejos de las criaturas vivas. No se recomienda su uso en interiores.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Fuegos artificiales de listón azul", + "Group": "Dispositivo pirotécnico consumible", + "Description": "Estos fuegos artificiales exóticos, ricos en indio<> y elementos de antimonio<>, estallan en un conjunto de lazos que se mueven sin control y en espiral. Enciéndelos para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: apunta lejos de las criaturas vivas. No se recomienda su uso en interiores.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Fuegos artificiales de listón verde azulado", + "Group": "Dispositivo pirotécnico consumible", + "Description": "Estos fuegos artificiales exóticos, ricos en zinc<> y elementos de antimonio<>, estallan en un conjunto de lazos que se mueven sin control y en espiral. Enciéndelos para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: apunta lejos de las criaturas vivas. No se recomienda su uso en interiores.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Póster de señal codificada", + "Group": "Decoración", + "Description": "Una pieza de arte exclusiva, autoadherible y antiarrugas para la pared.\nEste póster representa los fragmentos de varias señales de comunicación de larga distancia entre las facciones dominantes del universo.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Póster de piezas de nave", + "Group": "Decoración", + "Description": "Una pieza de arte exclusiva, autoadherible y antiarrugas para la pared.\nEste póster fue donado por la nave honesta VentasGek Bakkar. ¡Ve a su tienda del componente para naves hoy! ¡Los mejores precios para los amigos!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Póster de venta de repostería", + "Group": "Decoración", + "Description": "Una pieza de arte exclusiva, autoadherible y antiarrugas para la pared.\nEste póster anuncia una variedad de productos de repostería, incluyendo un panecillo crujiente y una pila de obleas frescas y hechizadas.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es-la/Curiosity.lang.json b/assets/json/es-la/Curiosity.lang.json index b074e88f8..ed44b4c6f 100644 --- a/assets/json/es-la/Curiosity.lang.json +++ b/assets/json/es-la/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Entrega de suministros de Utopía Gamma", "Group": "Almacén de suministros de la Fundación Utopía", "Description": "Los Supervisores de Utopía proporcionan con gusto este paquete de suministros de bienes para ayudar a los trabajadores que se esfuerzan valerosamente en las montañas empinadas del planeta Nuevo Sesto.\n\nSelecciona el paquete de suministros y usa abrir paquete<> (FE_ALT1<>) para recolectar tus suministros de la Fundación Utopía, así como los detalles de tu próximo encargo<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Entrega de suministros de Utopía Delta", "Group": "Almacén de suministros de la Fundación Utopía", "Description": "Los Supervisores de Utopía proporcionan con gusto este paquete de suministros de bienes para ayudar a los trabajadores sobrevivientes, que ahora se enfrentan a la [ REDACTED<> ] del planeta Idalth XIV.\n\nSelecciona el paquete de suministros y usa abrir paquete<> (FE_ALT1<>) para recolectar tus suministros de la Fundación Utopía, así como los detalles de tu próximo encargo<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Entrega de suministros de Utopía Épsilon", "Group": "Almacén de suministros de la Fundación Utopía", "Description": "Para apoyar a los trabajadores que tan noblemente reconstruyen en las ciénegas absorbentes del planeta Endil A8, los Supervisores de Utopía se complacen de entregar esta caja con productos vitales.\n\nSelecciona el paquete de suministros y usa abrir paquete<> (FE_ALT1<>) para recolectar tus suministros de la Fundación Utopía, así como los detalles de tu próximo encargo<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coordenadas del asentamiento Gamma", "Group": "Mapa del asentamiento de la Fundación Utopía", "Description": "Un mapa de la Fundación Utopía que muestra coordenadas personalizadas<> para tu zona de construcción de destino.\n\nSelecciona el mapa y usa Trazar ruta<> (FE_ALT1<>) para fijar la ubicación en la pantalla de tu exotraje.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coordenadas del asentamiento Delta", "Group": "Mapa del asentamiento de la Fundación Utopía", "Description": "Un mapa de la Fundación Utopía que muestra coordenadas personalizadas<> para tu zona de construcción de destino.\n\nSelecciona el mapa y usa Trazar ruta<> (FE_ALT1<>) para fijar la ubicación en la pantalla de tu exotraje.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coordenadas del asentamiento Épsilon", "Group": "Mapa del asentamiento de la Fundación Utopía", "Description": "Un mapa de la Fundación Utopía que muestra coordenadas personalizadas<> para tu zona de construcción de destino.\n\nSelecciona el mapa y usa Trazar ruta<> (FE_ALT1<>) para fijar la ubicación en la pantalla de tu exotraje.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Convertir datos en indicador de navegación de exotraje" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Transpondedor pirata", + "Group": "Dispositivo de identificación recuperado", + "Description": "Un transpondedor<> de identificación único, extraído de un conjunto de señales internas de una nave forajida<>.\n\nTener este tipo implica la destrucción de la nave en cuestión. Entrégalo a un enviado del gremio de mercenarios<> para que cobre las recompensas correspondientes.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es-la/NutrientProcessor.lang.json b/assets/json/es-la/NutrientProcessor.lang.json index 4511ea302..a46e965a6 100644 --- a/assets/json/es-la/NutrientProcessor.lang.json +++ b/assets/json/es-la/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar el cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut574", diff --git a/assets/json/es-la/Others.lang.json b/assets/json/es-la/Others.lang.json index 6fc48eeb7..49b460436 100644 --- a/assets/json/es-la/Others.lang.json +++ b/assets/json/es-la/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. Suit", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Capucha desbloqueable", "Description": "Un velo de seda suelto, otorgado a aquellos que cantarían con la Voz de la Libertad<>.\n\nTransforma la apariencia de tu exotraje con este exclusivo modificador de apariencia<> en cualquier modificador de apariencia<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Paquete de fuegos artificiales mezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Paquete de fuegos artificiales mezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Paquete de fuegos artificiales mezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Paquete de fuegos artificiales mezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -6023,7 +6024,7 @@ "Group": "Mejora visual de exotraje", "Description": "Una manipulación de apariencia de exotraje<> exclusiva.\n\nUna mochila de titanio, construida con tecnología robada de la horda Centinela. Sus motores están previamente refrigerados con un flujo constante de púgneo y nitrógeno, lo que garantiza un funcionamiento silencioso y ahorro de combustible.\n\nAdvertencia<>: no abras la cámara de contención del púgneo sin equipo de protección.\n\nModifica la apariencia de tu exotraje en un modificador de apariencia<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Paquete de fuegos artificiales de festivos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Paquete de fuegos artificiales de festivos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Paquete de fuegos artificiales de festivos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Paquete de fuegos artificiales de festivos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales que contiene las variedades cromáticas<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento en el menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntes hacia las criaturas. No se recomienda su uso en interiores.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Corredor nacido en las estrellas", "Group": "Astronave exclusiva", - "Description": "Una nave<> exclusiva que conmemora el término de la expedición Omega<>.\n\nEsta nave versátil tiene una armadura resistente a la radiación y diseñada con un perfil aerodinámico para ofrecer agilidad durante el vuelo atmosférico.\n\nReclama<> esta nave para añadirla a tu colección o para intercambiarla<> por tu nave actual. Cuando estés en un planeta, llama a tus naves desde el menú rápido (QUICK_MENU<>).", + "Description": "Una nave<> única y exclusiva que conmemora el término de la expedición Omega<>.\n\nEsta nave poco peculiar está optimizada para planear sin esfuerzo durante el vuelo, mientras que un campo vectorial especializado permite a la nave planear sobre planos sólidos.\n\nReclama<> esta nave para añadirla en tu colección o intercambiarla<> por tu nave actual. Cuando estés en un planeta, llama a tus naves desde el menú rápido (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8174,7 +8175,7 @@ "Icon": "other/449.png", "Name": "Enfocador inercial NL4-0/9", "Group": "Dispositivo de supervivencia multifunción exclusivo", - "Description": "Una multiherramienta<> exclusiva. Esta pistola tiene un poderoso láser de jabalina<> ya instalado.\n\nToma<> esta multiherramienta y agrégalo a tu colección o intercámbialo<> por tu multiherramienta actual. Cambia de multiherramientas activas en la sección de Utilidades del menú rápido (QUICK_MENU<>).", + "Description": "Una multiherramienta<> exclusiva. Esta pistola tiene un poderoso rayo de la jabalina<> ya instalado.\n\nToma<> esta multiherramienta y agrégalo a tu colección o intercámbialo<> por tu multiherramienta actual. Cambia de multiherramientas activas en la sección de Utilidades del menú rápido (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Paquete de fuegos artificiales del Titán", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados en los gusanos de arena titánicos que acechan el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Paquete de fuegos artificiales del Titán", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados en los gusanos de arena titánicos que acechan el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Paquete de fuegos artificiales del Titán", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados en los gusanos de arena titánicos que acechan el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Paquete de fuegos artificiales del Titán", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados en los gusanos de arena titánicos que acechan el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se encienden para crear destellos en el cielo.\n\nColoca el tubo de lanzamiento con el menú de construcción<> (BUILD_MENU<>). Advertencia<>: Apunta lejos de los seres vivos. No se recomienda usar en interiores.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Fuselaje omega", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Cabina radiante", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Cabina del vehículo", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Fuselaje de aguja", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Cabina Alfa", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Fuselaje vectorial", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Cabina elegante", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Fuselaje del deslizador", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Fuselaje de turbina", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Alas vectoriales", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Alas vectoriales (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Alas blindadas", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Alas blindadas (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Alas S blindadas", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Alas S blindadas (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Alas E blindadas", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Alas E blindadas (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Alas V blindadas", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Alas V blindadas (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Alas C blindadas", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Alas C blindadas (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Alas de halo", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Alas de postquemador", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Alas de postquemador (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Alas E de postquemador", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Alas E de postquemador (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Alas V de postquemador", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Alas V de postquemador (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Alas C de postquemador", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Alas C de postquemador (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Alas de buitre", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Alas de buitre (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Alas empalizadas", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Alas de empalizadas (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Alas de bailarín estelar", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Alas de bailarín estelar (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Alas de horizonte", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Alas del horizonte (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Alas radiantes", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Alas radiantes (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Alas de androide", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Alas de androide (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Alas S de androide", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Alas S de androide (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Alas E de androide", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Alas E de androide (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Alas V de androide", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Alas V de androide (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Alas C de androide", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Alas C de androide (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Alas de quásar", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Alas de quásar (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Alas de barrido (Bajas)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Alas de barrido (media)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Alas de barrido (Completas)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Alas vesper", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Alas vesper (barrido)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Alas de gaviota", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Alas Vesper (Aleta)", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Alas de vigilia", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Potenciador triple", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Monopropulsor", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Propulsor vectorial", + "Group": "Componente de la nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Cabina de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Cabina tipo 11", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Cabina de aviador", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Cabina de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Cabina del buque", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Cabina del negociador", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Cabina del estratotransporte", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Cabina hidráulica", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Motor de megalito", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Motor megalítico de ala F", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Motor megalítico de ala F", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Propulsor de transporte aéreo", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Propulsor de transporte aéreo de ala F", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Propulsor de transporte aéreo de ala S", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Motor Duo-Max", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Panel de ala vacía", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Ala de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Ala F de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Ala S de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Ala C de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Ala D de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Ala W de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Ala de abanico de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Ala V de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Ala dividida de supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Ala A supercrucero", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Ala caja de fuego", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Ala F de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Ala S de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Ala C de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Ala D de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Ala W de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Ala de turbina", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Ala V de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Ala dividida de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Ala A de combustión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Ala de bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Ala F del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Ala S del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Ala C del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Ala D del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Ala W del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Ala de abanico del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Ala V del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Ala dividida del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Ala A del bastión", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Ala portuaria", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Cabina C de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Cabina D de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Ala W de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Ala de abanico de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Ala V de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Ala dividida de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Ala A de litoral", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Ala de fuselaje ancho", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Ala F ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Ala S ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Ala C ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Ala D ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Ala W ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Ala abanico ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Ala V ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Ala dividida ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Ala A ancha", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Ala de destello iónico", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Ala F de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Ala S de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Ala C de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Ala D de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Ala W de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ala de aspas de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Ala V de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Ala dividida de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Ala A de destello de iones", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Ala estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Ala F de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Ala S de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Ala C de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Ala D de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Ala W de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Ala de abanico de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Ala V de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Ala dividida de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Ala A de estratopulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Ala ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Ala F del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Ala S del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Ala C del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Ala D del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Ala W del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Lanzador Hi-Roc", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Ala V del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Ala dividida del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Ala A del ramjet", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Ala de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Ala F de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Ala S de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Ala C de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Ala D de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Ala W de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Lanzador de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Ala V de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Ala dividida de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Ala a de impulso", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Ala pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Ala S pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Ala F pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Ala D pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Ala W pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Ala supercóndor", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Ala V pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Ala dividida pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Ala A pesada 22", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Alas de megalito", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Alas ultraligeras", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Alas S de megalito", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Alas F de megalito", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "ALAS D DE MEGALITO", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Alas A de megalito", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Alas del buque", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Alas S del buque", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Alas F del buque", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Alas D del buque", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Alas A de buque", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Alas de titán", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Alas S de titán", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Alas F de titán", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Alas D de titán", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Alas en A Titán", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Ala E pesada", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Armadura del fuselaje", + "Group": "Componente de la nave de transporte", + "Description": "Un subcomponente para una nave de clase remolque<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Casco de Luciérnaga", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Casco F de Luciérnaga", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Casco S de Luciérnaga", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Casco D de Luciérnaga", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Casco de Libélula", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Casco F de Libélula", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Casco S de Libélula", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Casco D de Libélula", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Casco de Euclides", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Casco de Héspero", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Ala fija (Vacío)", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Ala de planeador", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Ala de pulso", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Ala de pulso", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Ala de pulso", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Ala de pulso", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Ala de Obelisco", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Ala de onda celeste", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Ala prismática", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Ala plana", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Ala de vórtice", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Ala solar", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Solapa del ala", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Solapa del ala", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Ala de supervisor", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Ala Skylance", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Ala aislante", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Ala de Libélula", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Ala de Luciérnaga", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Ala axial", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Ala de onda corta", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Ala de mancha solar", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Ala de mancha solar", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Ala de mancha solar", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Ala de mancha solar", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Perfil alar", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Ala de onda larga", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Ala de tambor (Obelisco)", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Ala de tambor", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Ala de tambor (Supervisor)", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Ala de tambor (onda corta)", + "Group": "Componente de la nave Exploradora", + "Description": "Un subcomponente para una nave de clase explorador<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nConsigue componentes de naves espaciales desarmando naves existentes en la unidad de equipamiento de la nave<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es-la/Products.lang.json b/assets/json/es-la/Products.lang.json index bbec489b3..9fce2391b 100644 --- a/assets/json/es-la/Products.lang.json +++ b/assets/json/es-la/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reactor clase C", + "Group": "Generador de naves", + "Description": "Un subcomponente de la nave - el núcleo del reactor<>. La unidad generadora básica es capaz de proporcionar energía a una nave de clase C<>.\n\nAdquiere componentes de naves al desmantelar naves existentes en la unidad de equipamiento de naves<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nave nueva.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reactor de clase B", + "Group": "Generador de naves mejorado", + "Description": "Un subcomponente de la nave - el núcleo del reactor<>. La unidad generadora mejorada es capaz de proporcionar energía a una nave de clase B<>.\n\nAdquiere componentes de naves al desmantelar naves existentes en la unidad de equipamiento de naves<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nave nueva.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reactor de clase A", + "Group": "Generador de naves poderoso", + "Description": "Un subcomponente de la nave - el núcleo del reactor<>. La unidad generadora avanzada es capaz de proporcionar energía a una nave de clase A<>.\n\nAdquiere componentes de naves al desmantelar naves existentes en la unidad de equipamiento de naves<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nave nueva.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reactor de clase S", + "Group": "Generador de nave supremo", + "Description": "Un subcomponente de la nave - el núcleo del reactor<>. La unidad generadora excepcional es capaz de proporcionar energía a una nave de clase S<>.\n\nAdquiere componentes de naves al desmantelar naves existentes en la unidad de equipamiento de naves<> a bordo de cualquier estación espacial. Visita al fabricante de naves<> para diseñar y ensamblar una nave nueva.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es-la/SeasonalExpedition.lang.json b/assets/json/es-la/SeasonalExpedition.lang.json index 1fe9850fb..0da4d88cf 100644 --- a/assets/json/es-la/SeasonalExpedition.lang.json +++ b/assets/json/es-la/SeasonalExpedition.lang.json @@ -39627,7 +39627,7 @@ "Id": "seas-12-expedPhase-5-milestone-8", "Title": "Proyecto de investigación 5", "Description": "Documentar el 5to mundo de punto de encuentro", - "DescriptionDone": "Documentaste el 5to mundo de punto de encuentro", + "DescriptionDone": "Documentado el 5to mundo de punto de encuentro", "Icon": "milestonePatches/PATCH.RESEARCH5.png", "Type": "Optional", "Rewards": [ diff --git a/assets/json/es-la/TechTree.lang.json b/assets/json/es-la/TechTree.lang.json index 09f96d6eb..d4de27cc1 100644 --- a/assets/json/es-la/TechTree.lang.json +++ b/assets/json/es-la/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Módulos decorativos", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Archivo seguro", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Lata de combustible", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Almacenamiento orbital", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Marco de almacenamiento", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Pantalla holográfica pequeña A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Señal de pie", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Señal de pie B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Mesa topográfica", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Pantalla holográfica pequeña B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Pantalla holográfica pequeña C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Pantalla holográfica de pared A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Pantalla holográfica de pared B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Pantalla holográfica Korvax", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Pantalla holográfica Vy'keen", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Pantalla holográfica Gek", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Conjunto de luces", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Iluminación de marco", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Luz de pedestal", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Pilar de luz", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Transformador de energía", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Bio-caja", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Plantador pequeño", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Bloque de servidor A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Gabinete de datos", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Bloque de servidor B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Brazos hidráulicos", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Iluminación", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Módulos industriales", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Módulos agrícolas", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Estructuras de madera", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Tejado de madera", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Estructuras de piedra", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Tejado de piedra", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Estructuras de aleación", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Tejado de aleación", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Formas primitivas", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Unidades de almacenamiento", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/es-la/Technology.lang.json b/assets/json/es-la/Technology.lang.json index 3d4d9b8ff..0b7a63644 100644 --- a/assets/json/es-la/Technology.lang.json +++ b/assets/json/es-la/Technology.lang.json @@ -568,7 +568,7 @@ "Id": "tech15", "Icon": "rawMaterials/4.png", "Name": "Semilla estelar", - "Group": "Marca cósmica", + "Group": "Brand cósmico", "Description": "La más pequeña de las chispas, almacenada dentro de un campo de contención de origen desconocido.\n\nLa semilla irradia vida, desesperada por escapar y desarrollar su potencial.", "BaseValueUnits": 1.0, "CurrencyType": "None", @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Escáner de economía", "Group": "Tecnología de sensores de largo alcance", - "Description": "Una mejora para los sensores de escala galáctica de la nave. Este dispositivo permite al usuario el acceso a los datos detallados de economía de un sistema sin necesidad de visitarlo.", + "Description": "Una mejora de los sensores a escala galáctica<> de la nave. Este dispositivo permite al usuario acceder a datos económicos<> detallados sobre un sistema sin tener que visitarlo. Revisa los datos recopilados automáticamente en elmapa galáctico<>.\n\nActiva la computadora de comercio<> interna del escáner conFE_ALT1<> para buscar eventos de incrementos comerciales<> altamente redituables.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Resistencia de conciencia", "Group": "Partes recuperadas Centinela incompletas", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra primitiva y una energía profunda y poderosa, con partes recuperadas, partes de Centinela y partes de algo indescifrable...\n\nEste proceso de fusión reciclada estaba incompleta<> cuando se adquirió esta herramienta. Usa REPAIR<> para continuar con las operaciones de reparación y desocupa este espacio para uso general.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Prisma discordante", "Group": "Partes recuperadas Centinela incompletas", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra primitiva y una energía profunda y poderosa, con partes recuperadas, partes de Centinela y partes de algo indescifrable...\n\nEste proceso de fusión reciclada estaba incompleta<> cuando se adquirió esta herramienta. Usa REPAIR<> para continuar con las operaciones de reparación y desocupa este espacio para uso general.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": " Lente corrupto", "Group": "Partes recuperadas Centinela incompletas", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra primitiva y una energía profunda y poderosa, con partes recuperadas, partes de Centinela y partes de algo indescifrable...\n\nEste proceso de fusión reciclada estaba incompleta<> cuando se adquirió esta herramienta. Usa REPAIR<> para continuar con las operaciones de reparación y desocupa este espacio para uso general.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Núcleo de energía drenado", "Group": "Partes recuperadas Centinela incompletas", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra primitiva y una energía profunda y poderosa, con partes recuperadas, partes de Centinela y partes de algo indescifrable...\n\nEste proceso de fusión reciclada estaba incompleta<> cuando se adquirió esta herramienta. Usa REPAIR<> para continuar con las operaciones de reparación y desocupa este espacio para uso general.", @@ -9529,8 +9529,8 @@ "Id": "tech260", "Icon": "technology/260.png", "Name": "Marca del Negador", - "Group": "Marca cósmica", - "Description": "Una partícula diminuta de polvo de estrellas, apenas una mancha. Al examinarla más de cerca, su superficie es todo fragmentos cristalinos y geometría carmesí distorsionada.\n\nParpadea con energía contenida, exigiendo ser libre.\n\nActiva<> la marca con la que descubres<> sistemas, planetas y objetos en todo el universo.", + "Group": "Brand cósmico", + "Description": "Una diminuta partícula de polvo de estrellas, no más que una partícula. Al examinarla más de cerca, su superficie es solo fragmentos cristalinos y geometría carmesí distorsionada.\n\nParpadea con energía contenida, exigiendo ser libre.\n\nPotencia<> la marca mientras descubres<> sistemas, planetas y objetos por todo el universo.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Circuitos oxidados", "Group": "Componente de nave dañado", "Description": "Subsistema de la nave gravemente dañado<>. El espacio no se puede usar para almacenamiento<> o tecnología<> hasta que se repare el daño. Usa REPAIR<> para comenzar el proceso de reparación.\n\nLa funcionalidad del núcleo de la nave no resultó afectada. Reparar este daño liberará un espacio para uso general de inventario.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Daño hidráulico", "Group": "Componente de nave dañado", "Description": "Subsistema de la nave gravemente dañado<>. El espacio no se puede usar para almacenamiento<> o tecnología<> hasta que se repare el daño. Usa REPAIR<> para comenzar el proceso de reparación.\n\nLa funcionalidad del núcleo de la nave no resultó afectada. Reparar este daño liberará un espacio para uso general de inventario.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Tanques corroídos", "Group": "Componente de nave dañado", "Description": "Subsistema de la nave gravemente dañado<>. El espacio no se puede usar para almacenamiento<> o tecnología<> hasta que se repare el daño. Usa REPAIR<> para comenzar el proceso de reparación.\n\nLa funcionalidad del núcleo de la nave no resultó afectada. Reparar este daño liberará un espacio para uso general de inventario.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Módulo corrupto", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Panel dañado", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Terminal calcinada", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Resistencia defectuosa", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", diff --git a/assets/json/es-la/Titles.lang.json b/assets/json/es-la/Titles.lang.json index 9eae3b202..08843346e 100644 --- a/assets/json/es-la/Titles.lang.json +++ b/assets/json/es-la/Titles.lang.json @@ -838,7 +838,7 @@ }, { "Id": "T_ATLASDENY", - "Title": "{0}, Rebelde de la Creación", + "Title": "{0}, Defensor de la Creación", "Description": "Rechazó el llamado del Atlas", "AppId": "", "AppIcon": "titles/atlas.png", diff --git a/assets/json/es/Buildings.lang.json b/assets/json/es/Buildings.lang.json index 0f9179b23..666c90ac5 100644 --- a/assets/json/es/Buildings.lang.json +++ b/assets/json/es/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -21169,7 +21168,7 @@ { "Id": "build1011", "Icon": "building/1011.png", - "Name": "Cartel «Salida de la luna de Euclides»", + "Name": "Cartel 'Salida de la luna de Euclides'", "Group": "Decoración", "Description": "Un cartel de bienvenida que llama la atención, iluminado por una serie de tubos de descarga de gas.\n\nDiseño recuperado de la 'Salida de la luna de Euclides', un antro Vy'keen de dudosa reputación.", "BaseValueUnits": 800.0, @@ -21197,9 +21196,9 @@ { "Id": "build1012", "Icon": "building/1012.png", - "Name": "Cartel «Nave y piloto»", + "Name": "Cartel 'Nave y piloto'", "Group": "Decoración", - "Description": "Un cartel de bienvenida que llama la atención, iluminado por una serie de tubos de descarga de gas.\n\nDiseño recuperado del animado salón Gek conocido como «Nave y piloto».", + "Description": "Un cartel de bienvenida que llama la atención, iluminado por una serie de tubos de descarga de gas.\n\nDiseño recuperado del animado salón Gek conocido como 'Nave y piloto'.", "BaseValueUnits": 800.0, "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, @@ -21224,9 +21223,9 @@ { "Id": "build1013", "Icon": "building/1013.png", - "Name": "Cartel «El agujero negro en la pared»", + "Name": "Cartel 'El agujero negro en la pared'", "Group": "Decoración", - "Description": "Un cartel de bienvenida que llama la atención, iluminado por una serie de tubos de descarga de gas.\n\nDiseño recuperado de una cantina subterránea Korvax llamada «El agujero negro en la pared».", + "Description": "Un cartel de bienvenida que llama la atención, iluminado por una serie de tubos de descarga de gas.\n\nDiseño recuperado de una cantina subterránea Korvax llamada 'El agujero negro en la pared'.", "BaseValueUnits": 800.0, "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, @@ -22421,7 +22420,7 @@ "Icon": "building/1063.png", "Name": "Calcomanía de Sistema proscrito", "Group": "Decoración", - "Description": "Una exclusiva calcomanía decorativa, para adornar y dar estilo a las bases.\nEsta calcomanía representa a un territorio derrocado por fuerzas rebeldes forajidas.", + "Description": "Una exclusiva calcomanía decorativa, para adornar y dar estilo a las bases.\nEsta calcomanía representa territorio derrocados por fuerzas rebeldes forajidas.", "BaseValueUnits": 400.0, "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, @@ -22848,11 +22847,12 @@ "Group": "Dispositivo pirotécnico consumible", "Description": "Estos exóticos fuegos artificiales, teñidos con sales de cadmio<>, están inspirados por la forma ondulante del gusano de arena titánico. Enciéndelo para crear exhibiciones brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: apunta lejos de los seres vivos. No recomendado para uso en interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Dispositivo pirotécnico consumible", "Description": "Estos exóticos fuegos artificiales, teñidos con sales de sodio<>, están inspirados por la forma ondulante del gusano de arena titánico. Enciéndelo para crear exhibiciones brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: apunta lejos de los seres vivos. No recomendado para uso en interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Dispositivo pirotécnico consumible", "Description": "Estos exóticos fuegos artificiales, teñidos con sales de emerilio<>, están inspirados por la forma ondulante del gusano de arena titánico. Enciéndelo para crear exhibiciones brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: apunta lejos de los seres vivos. No recomendado para uso en interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Archivo seguro", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Lata de combustible", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Almacenamiento orbital", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Estructura de almacenamiento", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Pantalla Gek holográfica", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Pantalla Korvax holográfica", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Pantalla Vy'keen holográfica", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Pantalla de pared holográfica A", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Pantalla de pared holográfica B", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Pantalla holográfica pequeña A", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Pantalla holográfica pequeña B", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Pantalla holográfica pequeña C", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Iluminación de estructura", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Conjunto de iluminación", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Luz de pedestal", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Luz de pilar", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Biocaja", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Plantador pequeño", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Bloque de servidor A", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Bloque de servidor B", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Armario de datos", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Transformador", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Brazos hidráulicos", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Señal de reputación", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Señal de reputación B", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Tabla topográfica", + "Group": "Decoración sintética de la estación espacial", + "Description": "Una pieza decorativa<> diseñada para usar en bases habitables.\n\nEste componente ha sido fabricado al estilo de uno de los muchas estaciones espaciales<> del universo.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Fuegos artificiales de cinta morada", + "Group": "Dispositivo pirotécnico consumible", + "Description": "Estos fuegos artificiales exóticos brillan con elementos de atlantideum<> y antimonio<> y explotan en montones de cintas serpenteantes. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Fuegos artificiales de cinta azul", + "Group": "Dispositivo pirotécnico consumible", + "Description": "Estos fuegos artificiales exóticos brillan con elementos de indio<> y antimonio<> y explotan en montones de cintas serpenteantes. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Fuegos artificiales de cinta verde azulada", + "Group": "Dispositivo pirotécnico consumible", + "Description": "Estos fuegos artificiales exóticos brillan con elementos de zinc<> y antimonio<> y explotan en montones de cintas serpenteantes. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Póster de señal corrupta", + "Group": "Decoración", + "Description": "Una pieza exclusiva de arte de pared autoadhesivo a prueba de arrugas.\nEste póster representa fragmentos de muchas señales de comunicación a larga distancia entre las facciones dominantes del universo.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Póster de piezas de naves", + "Group": "Decoración", + "Description": "Una pieza exclusiva de arte de pared autoadhesivo a prueba de arrugas.\nEste póster fue donado por el VentasGek honesto Bakkar. ¡Visita hoy mismo su tienda de componentes de naves espaciales! ¡Los mejores precios para los amigos!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Póster de venta de pasteles", + "Group": "Decoración", + "Description": "Una pieza exclusiva de arte de pared autoadhesivo a prueba de arrugas.\nEste póster anuncia una variedad de productos de repostería, incluido un panecillo crujiente y unas obleas encantadas recién hechas.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es/Curiosity.lang.json b/assets/json/es/Curiosity.lang.json index 6970bbfd8..d87bdec50 100644 --- a/assets/json/es/Curiosity.lang.json +++ b/assets/json/es/Curiosity.lang.json @@ -4,7 +4,7 @@ "Icon": "curiosities/1.png", "Name": "Servo cuádruple", "Group": "Material anómalo", - "Description": "Un servobrazo motor de resortes recuperado del interior de una unidad de patrulla centinela. A veces da sacudidas, como si experimentara el recuerdo del combate.", + "Description": "Un servobrazo motor de resortes recuperado del interior de una unidad de patrulla Centinela. A veces da sacudidas, como si experimentara el recuerdo del combate.", "BaseValueUnits": 20000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Entrega de suministros de Utopía gamma", "Group": "Almacén de suministros de la Fundación Utopía", "Description": "Para apoyar a los trabajadores que valientemente trabajan en las expuestas y empinadas montañas del planeta Nuevo Sesto, los supervisores de Utopía se complacen en proporcionar este suministro de bienes vitales.\n\nSelecciona el paquete de suministros y usa Abrir paquete<> (FE_ALT1<>) para recoger tus suministros de la Fundación Utopía, así como detalles de tu próxima tarea<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Entrega de suministros de Utopía delta", "Group": "Almacén de suministros de la Fundación Utopía", "Description": "Para apoyar a los trabajadores que supervivientes que ahora se enfrentan a los [ REDACTED<> ] del planeta Idalth XIV, los supervisores de Utopía se complacen en proporcionar este suministro de bienes vitales.\n\nSelecciona el paquete de suministros y usa Abrir paquete<> (FE_ALT1<>) para recoger tus suministros de la Fundación Utopía, así como detalles de tu próxima tarea<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Entrega de suministros de Utopía épsilon", "Group": "Almacén de suministros de la Fundación Utopía", "Description": "Para apoyar a los trabajadores que noblemente se dedican a la reconstrucción en las ciénagas absorbentes del planeta Endil A8, los supervisores de Utopía se complacen en proporcionar este suministro de bienes vitales.\n\nSelecciona el paquete de suministros y usa Abrir paquete<> (FE_ALT1<>) para recoger tus suministros de la Fundación Utopía, así como detalles de tu próxima tarea<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coordenadas de asentamiento gamma", "Group": "Cuadro de asentamiento de la Fundación Utopía", "Description": "Un mapa de la Fundación Utopía, que muestra coordenadas personalizadas<> para tu lugar de construcción de destino.\n\nSelecciona el mapa y usa Trazar rumbo<> (FE_ALT1<>) para fijar la ubicación en la pantalla de tu exotraje.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coordenadas de asentamiento delta", "Group": "Cuadro de asentamiento de la Fundación Utopía", "Description": "Un mapa de la Fundación Utopía, que muestra coordenadas personalizadas<> para tu lugar de construcción de destino.\n\nSelecciona el mapa y usa Trazar rumbo<> (FE_ALT1<>) para fijar la ubicación en la pantalla de tu exotraje.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coordenadas de asentamiento épsilon", "Group": "Cuadro de asentamiento de la Fundación Utopía", "Description": "Un mapa de la Fundación Utopía, que muestra coordenadas personalizadas<> para tu lugar de construcción de destino.\n\nSelecciona el mapa y usa Trazar rumbo<> (FE_ALT1<>) para fijar la ubicación en la pantalla de tu exotraje.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Convertir datos en indicador de navegación de exotraje" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Transpondedor pirata", + "Group": "Dispositivo de identificación recuperado", + "Description": "Un transpondedor<> con identificación única, extraído del conjunto de señales internas de una nave proscrita<>.\n\nLa posesión de este dispositivo implica la destrucción del buque en cuestión. Entrégaselo a un enviado del gremio de mercenarios<> para cobrar las recompensas asociadas.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es/NutrientProcessor.lang.json b/assets/json/es/NutrientProcessor.lang.json index 94cfea0b5..3dd38f0a1 100644 --- a/assets/json/es/NutrientProcessor.lang.json +++ b/assets/json/es/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar cebo" + "Operation": "Configuración de procesador: preparar cebo" }, { "Id": "nut574", diff --git a/assets/json/es/Others.lang.json b/assets/json/es/Others.lang.json index e7b4a8597..39e268a5c 100644 --- a/assets/json/es/Others.lang.json +++ b/assets/json/es/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. Suit", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Capucha desbloqueable", "Description": "Un sudario de seda que se entregaba a aquellos que cantaban con la Voz de la libertad<>.\n\nTransforma la apariencia de tu exotraje con esta exclusiva manipulación de apariencia de exotraje<> en un modificador de apariencia<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Paquete de fuegos artificiales remezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Paquete de fuegos artificiales remezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Paquete de fuegos artificiales remezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Paquete de fuegos artificiales remezclados", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -6023,7 +6024,7 @@ "Group": "Mejora visual de exotraje", "Description": "Una exclusiva manipulación de apariencia de exotraje<>.\n\nUn pack de vuelo de titanio construido a partir de tecnología robada a la horda centinela. Los motores se preenfrían mediante un flujo constante de púgneo y nitrógeno, lo que garantiza la eficiencia de consumo de combustible y un silencio letal en su uso.\n\nAdvertencia<>: no desprecintar la cámara de contención de púgneo sin llevar equipo de protección.\n\nTransforma la apariencia del exotraje en un modificador de apariencia<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Paquete de fuegos artificiales de celebración", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Paquete de fuegos artificiales de celebración", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Paquete de fuegos artificiales de celebración", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Paquete de fuegos artificiales de celebración", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales, que contiene las variedades cromáticos<>, Atlas<> y con patrones<>. Enciéndelos para crear espectáculos fascinantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: No apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Atleta de las estrellas", "Group": "Astronave exclusiva", - "Description": "Una nave espacial<> única y exclusiva en conmemoración de la finalización de la expedición Omega<>.\n\nEsta nave versátil cuenta con armadura resistente a la radiación y se ha diseñado con un perfil aerodinámico para que sea ágil en los vuelos atmosféricos.\n\nReclama<> esta nave para añadirla a tu colección o intercámbiala<> por tu nave actual. Cuando estés en un planeta, llama a tus naves desde el menú rápido (QUICK_MENU<>).", + "Description": "Una nave espacial<> única y exclusiva en conmemoración de la finalización de la expedición Omega<>.\n\nEsta nave inusual se ha optimizado para deslizarse sin esfuerzo durante el vuelo y cuenta con un campo de vectores localizado que le permite planear sobre planos sólidos.\n\nReclama<> esta nave para añadirla a tu colección o intercámbiala<> por tu nave actual. Cuando estés en un planeta, llama a tus naves desde el menú rápido (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Paquete de fuegos artificiales titánicos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados por los gusanos de arena titánicos que acechan en el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Paquete de fuegos artificiales titánicos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados por los gusanos de arena titánicos que acechan en el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Paquete de fuegos artificiales titánicos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados por los gusanos de arena titánicos que acechan en el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Paquete de fuegos artificiales titánicos", "Group": "Multipaquete pirotécnico", "Description": "Un paquete con tres variedades de fuegos artificiales de lujo, inspirados por los gusanos de arena titánicos que acechan en el universo. Ricos en cadmio<>, sodio<> y emerilio<>. Se prenden para crear espectáculos brillantes en el cielo.\n\nColoca el tubo de lanzamiento a través del menú de construcción<> (BUILD_MENU<>). Advertencia<>: no apuntar a criaturas vivas. No se recomienda su uso en interiores.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Fuselaje Omega", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Cabina Radiante", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Cabina Deportiva", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Fuselaje Aguja", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Cabina Alfa", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Fuselaje Vectorial", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Cabina Elegante", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Fuselaje Veloz", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Fuselaje Turbina", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición del fuselaje<> y la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Alas Vectoriales", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Alas Vectoriales (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Alas Blindadas", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Alas Blindadas (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Alas-S Blindadas", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Alas-S Blindadas (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Alas-E Blindadas", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Alas-E Blindadas (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Alas-V Blindadas", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Alas-V Blindadas (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Alas-C Blindadas", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Alas-C Blindadas (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Alas Halo", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Alas Poscombustión", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Alas Poscombustión (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Alas-E Poscombustión", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Alas-E Poscombustión (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Alas-V Poscombustión", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Alas-V Poscombustión (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Alas-C Poscombustión", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Alas-C Poscombustión (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Alas Buitre", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Alas Buitre (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Alas Empalizada", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Alas Empalizada (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Alas Bailarina Estelar", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Alas Bailarina Estelar (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Alas Horizonte", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Alas Horizonte (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Alas Radiantes", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Alas Radiantes (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Alas Droide", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Alas Droide (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Alas-S Droide", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Alas-S Droide (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Alas-E Droide", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Alas-E Droide (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Alas-V Droide", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Alas-V Droide (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Alas-C Droide", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Alas-C Droide (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Alas Cuásar", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Alas Cuásar (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Alas Barrido (bajas)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Alas Barrido (medias)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Alas Barrido (completas)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Alas Vesper", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Alas Vesper (barrido)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Alas Gaviota", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Alas Vesper (alerón)", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Alas Vigilia", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Tripotenciador", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Monopropulsor", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Propulsor vectorial", + "Group": "Componente de nave de combate", + "Description": "Un subcomponente para una nave de combate<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Cabina Supercrucero", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Cabina Tipo-11", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Cabina Aviador", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Cabina Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Cabina Transportista", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Cabina Negociador", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Cabina Estrato-Transporte", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Cabina Hidráulica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Motor Megalítico", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Motor megalítico de Ala F", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Motor megalítico de Ala F", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Propulsor Transporte aéreo", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Propulsor de transporte aéreo de Ala F", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Propulsor de transporte aéreo de Ala S", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Motor Duo-Máx", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de los motores<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Panel de ala vacío", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Ala de supercrucero", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Supercrucero Ala-F", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Supercrucero Ala-S", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Supercrucero Ala-C", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Supercrucero Ala-D", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Supercrucero Ala-W", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Supercrucero Ala Abanico", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Supercrucero Ala-V", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Supercrucero Ala Dividida", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Supercrucero Ala-A", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Ala de fogón", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Fogón Ala-F", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Fogón Ala-S", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Fogón Ala-C", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Fogón Ala-D", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Fogón Ala-W", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Ala Turbina", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Fogón Ala-V", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Fogón Ala Dividida", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Fogón Ala-A", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Ala de bastión", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Bastión Ala-F", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Bastión Ala-S", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Bastión Ala-C", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Bastión Ala-D", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Bastión Ala-W", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Bastión Ala Abanico", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Bastión Ala-V", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Bastión Ala Dividida", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Bastión Ala-A", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Ala costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Ala-C Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Ala-D Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Ala-W Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Ala Abanico Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Ala-V Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Ala Dividida Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Ala-A Costera", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Ala de fuselaje ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Ala-F Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Ala-S Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Ala-C Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Ala-D Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Ala-W Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Ala Abanico Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Ala-V Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Ala Dividida Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Ala-A Fuselaje Ancho", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Ala de Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Ala-F Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Ala-S Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Ala-C Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Ala-D Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Ala-W Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ala Hoja Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Ala-V Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Ala Dividida Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Ala-A Llama Iónica", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Ala de Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Ala-F Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Ala-S Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Ala-C Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Ala-D Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Ala-W Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Ala Abanico Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Ala-V Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Ala Dividida Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Ala-A Estratopulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Ala de Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Ala-F Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Ala-S Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Ala-C Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Ala-D Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Ala-W Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Lanzador Hi-Roc", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Ala-V Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Ala Dividida Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Ala-A Estatorreactor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Ala de Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Ala-F Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Ala-S Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Ala-C Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Ala-D Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Ala-W Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Lanzador de impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Ala-V Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Ala Dividida Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Ala-A Impulso", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Ala Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Ala-S Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Ala-F Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Ala-D Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Ala-W Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Ala SuperCondor", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Ala-V Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Ala Dividida Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Ala-A Heavy-22", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Alas Megalito", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Alas Ultralito", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Alas-S Megalito", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Alas-F Megalito", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Alas-D Megalito", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Alas-A Megalito", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Alas Transportista", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Alas-S Transportista", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Alas-F Transportista", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Alas-D Transportista", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Alas-A Transportista", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Alas Titán", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Alas-S Titán", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Alas-F Titán", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Alas-D Titán", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Alas-A Titán", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Ala-E Pesada", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Armadura del fuselaje", + "Group": "Componente de nave de transporte", + "Description": "Un subcomponente para una nave de transporte<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Casco Luciérnaga", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Casco-F Luciérnaga", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Casco-S Luciérnaga", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Casco-D Luciérnaga", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Casco Libélula", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Casco-F Libélula", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Casco-S Libélula", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Casco-D Libélula", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Casco Euclides", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Casco Hesperis", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de la cabina<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Resguardo de ala (vacío)", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Ala de planeador", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Ala Púlsar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Ala Púlsar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Ala Púlsar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Ala Púlsar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Ala Obelisco", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Ala Onda Celeste", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Ala Prismática", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Ala Plana", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Ala Vórtice", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Ala Solar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Cubierta de ala", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Cubierta de ala", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Ala Supervisor", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Ala Lanza Celeste", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Ala Superfoil", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Ala Libélula", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Ala Luciérnaga", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Ala Axial", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Ala Onda Corta", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Ala Mancha Solar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Ala Mancha Solar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Ala Mancha Solar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Ala Mancha Solar", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Ala Arcfoil", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Ala Onda Larga", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Ala Tambor (obelisco)", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Ala Tambor", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Ala Tambor (supervisor)", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Ala Tambor (onda corta)", + "Group": "Componente de nave de exploración", + "Description": "Un subcomponente para una nave de exploración<>. Este módulo determina el estilo y la posición de las alas<> de la nave.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es/Products.lang.json b/assets/json/es/Products.lang.json index c119438c7..d96a68d8b 100644 --- a/assets/json/es/Products.lang.json +++ b/assets/json/es/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reactor Clase C", + "Group": "Generador de naves", + "Description": "Un subcomponente de la nave: el núcleo del reactor<>. La unidad generadora básica es capaz de alimentar una nave de Clase C<>.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reactor Clase B", + "Group": "Generador de nave mejorado", + "Description": "Un subcomponente de la nave: el núcleo del reactor<>. La unidad generadora mejorada es capaz de alimentar una nave de Clase B<>.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reactor Clase A", + "Group": "Potente generador de nave", + "Description": "Un subcomponente de la nave: el núcleo del reactor<>. La unidad generadora avanzada es capaz de alimentar una nave de Clase A<>.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reactor Clase S", + "Group": "Generador de nave supremo", + "Description": "Un subcomponente de la nave: el núcleo del reactor<>. La unidad generadora excepcional es capaz de alimentar una nave de Clase S<>.\n\nAdquiere componentes de naves desmontando naves existentes en la unidad de Equipación de la nave<> a bordo de cualquier estación espacial. Visita el Fabricante de naves<> para diseñar y montar una nueva nave.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/es/SeasonalExpedition.lang.json b/assets/json/es/SeasonalExpedition.lang.json index 3589ea713..e4eb18ab7 100644 --- a/assets/json/es/SeasonalExpedition.lang.json +++ b/assets/json/es/SeasonalExpedition.lang.json @@ -1688,8 +1688,8 @@ "MissionId": "SENTINEL_KILL", "Id": "seas-1-expedPhase-5-milestone-4", "Title": "Fallo fronterizo", - "Description": "Elimina centinelas: 0/50", - "DescriptionDone": "Has acabado con 50 centinelas", + "Description": "Elimina Centinelas: 0/50", + "DescriptionDone": "Has acabado con 50 Centinelas", "Icon": "milestonePatches/PATCH.KILL.SENTINELS.png", "Type": "Normal", "Rewards": [ @@ -3645,8 +3645,8 @@ "MissionId": "SENTINEL_KILL", "Id": "seas-1-redux-expedPhase-5-milestone-4", "Title": "Fallo fronterizo", - "Description": "Elimina centinelas: 0/25", - "DescriptionDone": "Has acabado con 25 centinelas", + "Description": "Elimina Centinelas: 0/25", + "DescriptionDone": "Has acabado con 25 Centinelas", "Icon": "milestonePatches/PATCH.KILL.SENTINELS.png", "Type": "Normal", "Rewards": [ @@ -17167,8 +17167,8 @@ "MissionId": "", "Id": "seas-6-expedPhase-4-milestone-2", "Title": "Fallo fronterizo", - "Description": "Elimina centinelas: 0/25", - "DescriptionDone": "Has acabado con 25 centinelas", + "Description": "Elimina Centinelas: 0/25", + "DescriptionDone": "Has acabado con 25 Centinelas", "Icon": "milestonePatches/PATCH.KILL.SENTINELS.png", "Type": "Normal", "Rewards": [ @@ -18340,8 +18340,8 @@ "MissionId": "SENTINEL_KILL", "Id": "seas-6-redux-expedPhase-4-milestone-2", "Title": "Fallo fronterizo", - "Description": "Elimina centinelas: 0/16", - "DescriptionDone": "Has acabado con 16 centinelas", + "Description": "Elimina Centinelas: 0/16", + "DescriptionDone": "Has acabado con 16 Centinelas", "Icon": "milestonePatches/PATCH.KILL.SENTINELS.png", "Type": "Normal", "Rewards": [ @@ -19871,8 +19871,8 @@ "MissionId": "SENTINEL_KILL", "Id": "seas-7-expedPhase-4-milestone-5", "Title": "UI_EXPED_SENTINEL_KILL_RG_NAME", - "Description": "Elimina centinelas: 0/20", - "DescriptionDone": "Has acabado con 20 centinelas", + "Description": "Elimina Centinelas: 0/20", + "DescriptionDone": "Has acabado con 20 Centinelas", "Icon": "milestonePatches/PATCH.SENTINELDESTROY.png", "Type": "Normal", "Rewards": [ @@ -21509,8 +21509,8 @@ "MissionId": "SENTINEL_KILL", "Id": "seas-7-redux-expedPhase-4-milestone-5", "Title": "UI_EXPED_SENTINEL_KILL_RG_NAME", - "Description": "Elimina centinelas: 0/5", - "DescriptionDone": "Has acabado con 5 centinelas", + "Description": "Elimina Centinelas: 0/5", + "DescriptionDone": "Has acabado con 5 Centinelas", "Icon": "milestonePatches/PATCH.SENTINELDESTROY.png", "Type": "Normal", "Rewards": [ @@ -39123,8 +39123,8 @@ "MissionId": "SENTINEL_KILL", "Id": "seas-12-expedPhase-4-milestone-4", "Title": "Fallo fronterizo", - "Description": "Elimina centinelas: 0/25", - "DescriptionDone": "Has acabado con 25 centinelas", + "Description": "Elimina Centinelas: 0/25", + "DescriptionDone": "Has acabado con 25 Centinelas", "Icon": "milestonePatches/PATCH.SENTINELDESTROY.png", "Type": "Normal", "Rewards": [ diff --git a/assets/json/es/TechTree.lang.json b/assets/json/es/TechTree.lang.json index e384fc825..cedacff3c 100644 --- a/assets/json/es/TechTree.lang.json +++ b/assets/json/es/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Módulos decorativos", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Archivo seguro", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Lata de combustible", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Almacenamiento orbital", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Estructura de almacenamiento", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Pantalla holográfica pequeña A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Señal de reputación", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Señal de reputación B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Tabla topográfica", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Pantalla holográfica pequeña B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Pantalla holográfica pequeña C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Pantalla de pared holográfica A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Pantalla de pared holográfica B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Pantalla Korvax holográfica", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Pantalla Vy'keen holográfica", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Pantalla Gek holográfica", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Conjunto de iluminación", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Iluminación de estructura", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Luz de pedestal", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Luz de pilar", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Transformador", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Biocaja", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Plantador pequeño", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Bloque de servidor A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Armario de datos", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Bloque de servidor B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Brazos hidráulicos", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Iluminación", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Módulos industriales", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Módulos agrícolas", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Estructuras de maderamen", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Tejados de maderamen", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Estructuras de piedra", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Tejados de piedra", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Estructuras de aleación", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Tejados de aleación", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Formas primitivas", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Unidades de almacenamiento", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/es/Technology.lang.json b/assets/json/es/Technology.lang.json index 044a401eb..dcc62df49 100644 --- a/assets/json/es/Technology.lang.json +++ b/assets/json/es/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Escáner de economía", "Group": "Tecnología de sensores de largo alcance", - "Description": "Una mejora para los sensores de escala galáctica de la nave. Este dispositivo permite al usuario acceder a los datos de economía detallados de un sistema sin necesidad de visitarlo.", + "Description": "Una mejora para los sensores de escala galáctica<> de la nave. Este dispositivo permite al usuario acceder a los datos de economía<> detallados de un sistema sin necesidad de visitarlo. Consulta los datos recopilados automáticamente en el Mapa galáctico<>.\n\nActiva el ordenador de comercio<> interno del escáner con FE_ALT1<> para buscar eventos de aumento de actividad comercial<> con grandes beneficios.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Resistencia de consciencia", "Group": "Recuperación de centinela incompleta", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra cruda y una energía poderosa y profunda: en parte recuperación, en parte centinela, en parte algo indefinible...\n\nEste proceso de fusión reciclada estaba incompleto<> cuando se adquirió esta herramienta. Usa REPARAR<> para continuar con las operaciones de reparación y liberar este espacio para uso general.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Prisma discordante", "Group": "Recuperación de centinela incompleta", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra cruda y una energía poderosa y profunda: en parte recuperación, en parte centinela, en parte algo indefinible...\n\nEste proceso de fusión reciclada estaba incompleto<> cuando se adquirió esta herramienta. Usa REPARAR<> para continuar con las operaciones de reparación y liberar este espacio para uso general.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Lente corrupta", "Group": "Recuperación de centinela incompleta", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra cruda y una energía poderosa y profunda: en parte recuperación, en parte centinela, en parte algo indefinible...\n\nEste proceso de fusión reciclada estaba incompleto<> cuando se adquirió esta herramienta. Usa REPARAR<> para continuar con las operaciones de reparación y liberar este espacio para uso general.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Núcleo de energía agotado", "Group": "Recuperación de centinela incompleta", "Description": "Esta multiherramienta es una pieza de tecnología híbrida, una fusión de chatarra cruda y una energía poderosa y profunda: en parte recuperación, en parte centinela, en parte algo indefinible...\n\nEste proceso de fusión reciclada estaba incompleto<> cuando se adquirió esta herramienta. Usa REPARAR<> para continuar con las operaciones de reparación y liberar este espacio para uso general.", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Circuitos oxidados", "Group": "Componente de nave dañado", "Description": "Subsistema de nave con daños graves<>. El espacio no se puede usar para almacenamiento<> o tecnología<> hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nLas funciones esenciales de la nave no se han visto afectadas. Reparar esta daño liberará espacio para uso general de inventario.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Daño hidráulico", "Group": "Componente de nave dañado", "Description": "Subsistema de nave con daños graves<>. El espacio no se puede usar para almacenamiento<> o tecnología<> hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nLas funciones esenciales de la nave no se han visto afectadas. Reparar esta daño liberará espacio para uso general de inventario.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Tanques corroídos", "Group": "Componente de nave dañado", "Description": "Subsistema de nave con daños graves<>. El espacio no se puede usar para almacenamiento<> o tecnología<> hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nLas funciones esenciales de la nave no se han visto afectadas. Reparar esta daño liberará espacio para uso general de inventario.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Módulo corrupto", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Panel dañado", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Terminal calcinada", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Resistencia defectuosa", "Group": "Componente de multiherramienta dañado", "Description": "Subsistema de multiherramienta con daños graves<>.\n\nEl espacio no se puede usar hasta que se reparen los daños. Usa REPAIR<> para comenzar el proceso de reparación.\n\nReparar liberará espacio para uso general.", diff --git a/assets/json/fr/Buildings.lang.json b/assets/json/fr/Buildings.lang.json index 7300bced7..2cdbf7fd9 100644 --- a/assets/json/fr/Buildings.lang.json +++ b/assets/json/fr/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Appareil de pyrotechnie consommable", "Description": "Ce feu d'artifice exotique, teinté de sels de cadmium<>, est inspiré de la forme ondulante du ver des sables titanesque. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Appareil de pyrotechnie consommable", "Description": "Ce feu d'artifice exotique, teinté de sels de sodium<>, est inspiré de la forme ondulante du ver des sables titanesque.\n\nAllumez-les pour illuminer les cieux de figures scintillantes.Placez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Appareil de pyrotechnie consommable", "Description": "Ce feu d'artifice exotique, teinté de sels d'émeril<>, est inspiré de la forme ondulante du ver des sables titanesque.\n\nAllumez-les pour illuminer les cieux de figures scintillantes.Placez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Archives sécurisées", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Bouteille de carburant", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Stockage orbital", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Cadre de stockage", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Affichage holographique gek", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Affichage holographique korvax", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Affichage holographique vy'keen", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Affichage holographique mural A", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Affichage holographique mural B", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Petit affichage holographique A", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Petit affichage holographique B", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Petit affichage holographique C", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Éclairage de cadre", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Réseau d'éclairage", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Lampe de socle", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Lumière de pilier", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Caisse biologique", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Petite jardinière", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Bloc serveur A", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Bloc serveur B", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Placard de données", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Transformateur", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Bras hydrauliques", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Panneau debout", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Panneau debout B", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Table topographique", + "Group": "Décoration de station spatiale synthétique", + "Description": "Une pièce décorative<> conçue pour être utilisée dans des bases habitables.\n\nCe composant a été fabriqué dans le style de l'une des nombreuses stations spatiales<> de l'univers.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Feu d'artifice ruban violet", + "Group": "Appareil de pyrotechnie consommable", + "Description": "Ce feu d'artifice exotique, scintillant d'éléments en atlantidéum<> et en antimoine<>, explose en un amas de rubans qui se dispersent en décrivant des spirales. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Feu d'artifice ruban bleu", + "Group": "Appareil de pyrotechnie consommable", + "Description": "Ce feu d'artifice exotique, scintillant d'éléments en indium<> et en antimoine<>, explose en un amas de rubans qui se dispersent en décrivant des spirales. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Feu d'artifice ruban bleu sarcelle", + "Group": "Appareil de pyrotechnie consommable", + "Description": "Ce feu d'artifice exotique, scintillant d'éléments en zinc<> et en antimoine<>, explose en un amas de rubans qui se dispersent en décrivant des spirales. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Affiche signal brouillé", + "Group": "Décoration", + "Description": "Une œuvre d'art mural exclusive, adhésive et infroissable.\nCette affiche représente des fragments de nombreux signaux de communication longue distance entre les factions dominantes de l'univers.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Affiche pièces de vaisseau", + "Group": "Décoration", + "Description": "Une œuvre d'art mural exclusive, adhésive et infroissable.\nCette affiche a été offerte par l'honnête vaisseau CommerGek Bakkar. Venez faire un tour à la boutique de composants pour vaisseau dès aujourd'hui ! Les amis auront droit à des réductions !", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Affiche vente de pâtisseries", + "Group": "Décoration", + "Description": "Une œuvre d'art mural exclusive, adhésive et infroissable.\nCette affiche fait la publicité d'un assortiment de pains et gâteaux, parmi lesquels un petit pain croustillant et une pile de gaufrettes hantées encore chaudes.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/fr/Curiosity.lang.json b/assets/json/fr/Curiosity.lang.json index abeedd4c5..3c0adb800 100644 --- a/assets/json/fr/Curiosity.lang.json +++ b/assets/json/fr/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Ravitaillement Utopie Gamma", "Group": "Cache de matériel de la Fondation Utopie", "Description": "Pour soutenir les travailleurs qui suent sang et eau sur les montagnes escarpées de la planète Néo Sesto, les superviseurs d'Utopie sont heureux de fournir cette cache de marchandises essentielles.\n\nSélectionnez le colis de ravitaillement et utilisez Ouvrir le colis<> (FE_ALT1<>) pour obtenir les provisions de la Fondation Utopie, ainsi que les détails de votre prochaine tâche<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Ravitaillement Utopie Delta", "Group": "Cache de matériel de la Fondation Utopie", "Description": "Pour soutenir les travailleurs encore en vie qui affrontent à présent le [ CENSURÉ<> ] de la planète Idalth XIV, les superviseurs d'Utopie sont heureux de fournir cette cache de marchandises essentielles.\n\nSélectionnez le colis de ravitaillement et utilisez Ouvrir le colis<> (FE_ALT1<>) pour obtenir les provisions de la Fondation Utopie, ainsi que les détails de votre prochaine tâche<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Ravitaillement Utopie Epsilon", "Group": "Cache de matériel de la Fondation Utopie", "Description": "Pour soutenir les travailleurs qui, dans leur grandeur d'âme, rebâtissent au beau milieu des bourbiers infects de la planète Endil A8, les superviseurs d'Utopie sont heureux de fournir cette cache de marchandises essentielles.\n\nSélectionnez le colis de ravitaillement et utilisez Ouvrir le colis<> (FE_ALT1<>) pour obtenir les provisions de la Fondation Utopie, ainsi que les détails de votre prochaine tâche<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coordonnées de colonie Gamma", "Group": "Diagramme de colonie de la Fondation Utopie", "Description": "Une carte de la Fondation Utopie montrant les coordonnées personnalisées<> de votre site de construction.\n\nSélectionnez la carte et utilisez l'option Calculer un itinéraire<> (FE_ALT1<>) pour marquer l'emplacement sur l'affichage de votre exocombinaison.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coordonnées de colonie Delta", "Group": "Diagramme de colonie de la Fondation Utopie", "Description": "Une carte de la Fondation Utopie montrant les coordonnées personnalisées<> de votre site de construction.\n\nSélectionnez la carte et utilisez l'option Calculer un itinéraire<> (FE_ALT1<>) pour marquer l'emplacement sur l'affichage de votre exocombinaison.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coordonnées de colonie Epsilon", "Group": "Diagramme de colonie de la Fondation Utopie", "Description": "Une carte de la Fondation Utopie montrant les coordonnées personnalisées<> de votre site de construction.\n\nSélectionnez la carte et utilisez l'option Calculer un itinéraire<> (FE_ALT1<>) pour marquer l'emplacement sur l'affichage de votre exocombinaison.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Convertir les données en marqueur de navigation pour l'exocombinaison" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Transpondeur pirate", + "Group": "Appareil d'identification récupéré", + "Description": "Un transpondeur<> d'identification unique, extrait du réseau de signaux internes d'un vaisseau hors-la-loi<>.\n\nLa possession d'un tel appareil implique la destruction du vaisseau en question. Remettez-le à un envoyé de la Guilde des mercenaires<> pour collecter la prime associée.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/fr/NutrientProcessor.lang.json b/assets/json/fr/NutrientProcessor.lang.json index baecfcff4..a9ba2de7c 100644 --- a/assets/json/fr/NutrientProcessor.lang.json +++ b/assets/json/fr/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Préparer un appât" + "Operation": "Réglage du processeur : préparer un appât" }, { "Id": "nut574", diff --git a/assets/json/fr/Others.lang.json b/assets/json/fr/Others.lang.json index 270b92b8b..4ea904f66 100644 --- a/assets/json/fr/Others.lang.json +++ b/assets/json/fr/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "Tenue X.O.", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Capuchon à débloquer", "Description": "Un voile de soie flottant accordé à ceux qui ont chanté avec la Voix de la Liberté<>. \n\nTransformez l'apparence de votre exocombinaison avec ce changement d'apparence<> exclusif dans un modificateur d'apparence<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Pack de feux d'artifice remixé", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Pack de feux d'artifice remixé", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Pack de feux d'artifice remixé", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Pack de feux d'artifice remixé", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -6023,7 +6024,7 @@ "Group": "Amélioration visuelle de l'exocombinaison", "Description": "Un changement d'apparence de combinaison<> exclusif.\n\nUn appareillage de vol en titane assemblé à partir de technologies volées à la horde de Sentinelles. Ses moteurs sont pré-refroidis avec un flux constant de pugnéum et d'azote, réduisant sa consommation de carburant et le rendant mortellement silencieux.\n\nAvertissement<> : n'ouvrez pas la cellule de confinement de pugnéum sans équipement de protection.\n\nTransformez l'apparence de votre combinaison dans un modificateur d'apparence<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Pack de feux d'artifice festifs", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Pack de feux d'artifice festifs", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Pack de feux d'artifice festifs", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Pack de feux d'artifice festifs", "Group": "Multi-pack de pyrotechnie", "Description": "Un assortiment de trois sortes de feux d'artifice, dont une chromatique<>, une Atlas<> et une à motifs<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Surfeur stellaire", "Group": "Vaisseau exclusif", - "Description": "Un vaisseau<> unique et exclusif, commémorant l'accomplissement de l'expédition Omega<>.\n\nCet engin polyvalent est équipé d'un blindage résistant aux radiations et son profil aérodynamique lui donne l'agilité nécessaire pendant le vol atmosphérique.\n\nRéclamez<> ce vaisseau pour l'ajouter à votre collection, ou échangez<>-le contre votre vaisseau actuel. Lorsque vous êtes sur une planète, appelez les vaisseaux depuis le menu rapide (QUICK_MENU<>).", + "Description": "Un vaisseau<> unique et exclusif, commémorant l'accomplissement de l'expédition Omega<>.\n\nCe vaisseau singulier est optimisé pour glisser dans les airs sans effort pendant le vol, tandis qu'un champ vectoriel localisé lui permet de planer au-dessus de surfaces solides.\n\nRéclamez<> ce vaisseau pour l'ajouter à votre collection, ou échangez<>-le contre votre vaisseau actuel. Lorsque vous êtes sur une planète, appelez les vaisseaux depuis le menu rapide (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Pack de feux d'artifice titan", "Group": "Multi-pack de pyrotechnie", "Description": "Un pack de trois sortes de feux d'artifice de luxe inspirés des vers des sables titanesques qui traquent l'univers. Riche en cadmium<>, sodium<> et émeril<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Pack de feux d'artifice titan", "Group": "Multi-pack de pyrotechnie", "Description": "Un pack de trois sortes de feux d'artifice de luxe inspirés des vers des sables titanesques qui traquent l'univers. Riche en cadmium<>, sodium<> et émeril<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Pack de feux d'artifice titan", "Group": "Multi-pack de pyrotechnie", "Description": "Un pack de trois sortes de feux d'artifice de luxe inspirés des vers des sables titanesques qui traquent l'univers. Riche en cadmium<>, sodium<> et émeril<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Pack de feux d'artifice titan", "Group": "Multi-pack de pyrotechnie", "Description": "Un pack de trois sortes de feux d'artifice de luxe inspirés des vers des sables titanesques qui traquent l'univers. Riche en cadmium<>, sodium<> et émeril<>. Allumez-les pour illuminer les cieux de figures scintillantes.\n\nPlacez le tube de lancement depuis le menu de construction<> (BUILD_MENU<>). Attention<> : ne pas viser les créatures vivantes. Non recommandé pour un usage en intérieur.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Fuselage Omega", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Cockpit radieux", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Cockpit bolide", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Fuselage aiguille", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Cockpit alpha", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Fuselage vectoriel", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Cockpit élégant", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Fuselage de fonceur", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Fuselage turbine", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position du fuselage<> et du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Ailes vectorielles", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Ailes vectorielles (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Ailes cuirassées", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Ailes cuirassées (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Ailes en S cuirassées", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Ailes en S cuirassées (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Ailes en E cuirassées", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Ailes en E cuirassées (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Ailes en V cuirassées", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Ailes en V cuirassées (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Ailes en C cuirassées", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Ailes C cuirassées (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Ailes halo", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Ailes postcombustion", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Ailes postcombustion (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Ailes en E postcombustion", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Ailes en E postcombustion (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Ailes en V postcombustion", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Ailes en V postcombustion (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Ailes en C postcombustion", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Ailes en C postcombustion (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Ailes vautour", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Ailes vautour (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Ailes palissade", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Ailes palissade (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Ailes danseur stellaire", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Ailes danseur stellaire (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Ailes horizon", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Ailes horizon (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Ailes radieuses", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Ailes radieuses (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Ailes droïde", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Ailes droïde (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Ailes en S droïde", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Ailes en S droïde (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Ailes en E droïde", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Ailes en E droïde (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Ailes en V droïde", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Ailes en V droïde (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Ailes en C droïde", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Ailes en C droïde (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Ailes quasar", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Ailes quasar (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Ailes volutes (basses)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Ailes volutes (moyennes)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Ailes volutes (complètes)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Ailes vespérales", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Ailes vespérales (volutes)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Ailes mouette", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Ailes vespérales (aileron)", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Ailes vigile", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Tri-propulseur", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Mono-propulseur", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Propulseur vectoriel", + "Group": "Composant de vaisseau de combat", + "Description": "Un sous-composant pour un vaisseau de classe combat<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Cockpit super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Cockpit type 11", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Cockpit aviateur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Cockpit littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Cockpit musclé", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Cockpit négociateur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Cockpit strato-charge", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Cockpit hydraulique", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Moteur mégalithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Moteur mégalithe d'aile en F", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Moteur mégalithe d'aile en F", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Propulseur pont aérien", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Propulseur pont aérien d'aile en F", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Propulseur pont aérien d'aile en S", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Moteur duo-max", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des moteurs<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Panneau d'aile vide", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Aile super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Aile en F super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Aile en S super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Aile en C super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Aile en D super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Aile en W super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Aile-éventail super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Aile en V super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Aile-scission super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Aile en A super-croisière", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Aile chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Aile en F chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Aile en S chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Aile en C chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Aile en D chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Aile en W chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Aile turbine", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Aile en V chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Aile-scission chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Aile en A chaufferie", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Aile rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Aile en F rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Aile en S rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Aile en C rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Aile en D rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Aile en W rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Aile-éventail rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Aile en V rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Aile-scission rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Aile en A rempart", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Aile littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Aile en C littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Aile en D littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Aile en W littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Aile-éventail littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Aile en V littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Aile-scission littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Aile en A littoral", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Aile gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Aile en F gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Aile en S gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Aile en C gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Aile en D gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Aile en W gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Aile-éventail gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Aile en V gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Aile-scission gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Aile en A gros-porteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Aile lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Aile en F lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Aile en S lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Aile en C lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Aile en D lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Aile en W lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ailes lame d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Aile en V lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Aile-scission lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Aile en A lueur d'ion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Aile strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Aile en F strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Aile en S strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Aile en C strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Aile en D strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Aile en W strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Aile-éventail strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Aile en V strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Aile-scission strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Aile en A strato-impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Aile statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Aile en F statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Aile en S statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Aile en C statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Aile en D statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Aile en W statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Lanceur haut-roc", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Aile en V statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Aile-scission statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Aile en A statoréacteur", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Aile impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Aile en F impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Aile en S impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Aile en C impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Aile en D impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Aile en W impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Lanceur impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Aile en V impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Aile-scission impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Aile en A impulsion", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Aile lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Aile en S lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Aile en F lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Aile en D lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Aile en W lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Aile SuperCondor", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Aile en V lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Aile-scission lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Aile en A lourde-22", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Ailes mégalithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Ailes ultralithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Ailes en S mégalithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Ailes en F mégalithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Ailes en D mégalithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Ailes en A mégalithe", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Ailes musclées", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Ailes en S musclées", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Ailes en F musclées", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Ailes en D musclées", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Ailes en S musclées", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Ailes titan", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Ailes en S titan", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Ailes en F titan", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Ailes en D titan", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Ailes en A titan", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Aile en E lourde", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Blindage de fuselage", + "Group": "Composant de transporteur", + "Description": "Un sous-composant pour un vaisseau de classe transporteur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Coque luciole", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Coque en F luciole", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Coque en S luciole", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Coque en D luciole", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Coque libellule", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Coque en F libellule", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Coque en S libellule", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Coque en D libellule", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Coque Euclide", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Coque Hespéris", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position du cockpit<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Ébauche d'aile (vide)", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Aile planeur", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Aile pulsar", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Aile pulsar", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Aile pulsar", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Aile pulsar", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Aile obélisque", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Aile onde céleste", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Aile prismatique", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Aile plane", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Aile vortex", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Aile solaire", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Couvercle d'aile", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Couvercle d'aile", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Aile superviseur", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Aile lance-soleil", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Aile super-aluminium", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Aile libellule", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Aile luciole", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Aile axiale", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Aile ondes courtes", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Aile tache solaire", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Aile tache solaire", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Aile tache solaire", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Aile tache solaire", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Aile arco-aluminum", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Aile ondes longues", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Aile tambour (obélisque)", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Aile tambour", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Aile tambour (superviseur)", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Aile tambour (ondes courtes)", + "Group": "Composant d'explorateur", + "Description": "Un sous-composant pour un vaisseau de classe explorateur<>. Ce module détermine le style et la position des ailes<> du vaisseau.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/fr/Products.lang.json b/assets/json/fr/Products.lang.json index 1ce585a30..ee1cddfce 100644 --- a/assets/json/fr/Products.lang.json +++ b/assets/json/fr/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Réacteur de classe C", + "Group": "Générateur de vaisseau", + "Description": "Un sous-composant de vaisseau : le cœur du réacteur<>. Le groupe électrogène de base est capable d'alimenter un vaisseau de classe C<>.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Réacteur de classe B", + "Group": "Générateur de vaisseau amélioré", + "Description": "Un sous-composant de vaisseau : le cœur du réacteur<>. Le groupe électrogène amélioré est capable d'alimenter un vaisseau de classe B<>.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Réacteur de classe A", + "Group": "Puissant générateur de vaisseau", + "Description": "Un sous-composant de vaisseau : le cœur du réacteur<>. Le groupe électrogène avancé est capable d'alimenter un vaisseau de classe A<>.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Réacteur de classe S", + "Group": "Générateur de vaisseau suprême", + "Description": "Un sous-composant de vaisseau : le cœur du réacteur<>. Le groupe électrogène exceptionnel est capable d'alimenter un vaisseau de classe S<>.\n\nObtenez des composants de vaisseau en démantelant des vaisseaux existants à l'unité d'améliorations de vaisseau<> à bord d'une station spatiale. Rendez-vous au créateur de vaisseaux<> pour concevoir et assembler un nouveau vaisseau.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/fr/TechTree.lang.json b/assets/json/fr/TechTree.lang.json index e008c79df..b3aae51e8 100644 --- a/assets/json/fr/TechTree.lang.json +++ b/assets/json/fr/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Modules décoratifs", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Archives sécurisées", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Bouteille de carburant", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Stockage orbital", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Cadre de stockage", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Petit affichage holographique A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Panneau debout", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Panneau debout B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Table topographique", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Petit affichage holographique B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Petit affichage holographique C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Affichage holographique mural A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Affichage holographique mural B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Affichage holographique korvax", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Affichage holographique vy'keen", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Affichage holographique gek", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Réseau d'éclairage", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Éclairage de cadre", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Lampe de socle", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Lumière de pilier", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Transformateur", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Caisse biologique", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Petite jardinière", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Bloc serveur A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Placard de données", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Bloc serveur B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Bras hydrauliques", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Illumination", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Modules industriels", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Modules agricoles", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Structures en bois", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Toitures en bois", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Structures en pierre", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Toitures en pierre", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Structures en alliage", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Toitures en alliage", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Formes primitives", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Unités de stockage", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/fr/Technology.lang.json b/assets/json/fr/Technology.lang.json index 34562a80b..0e20e1a83 100644 --- a/assets/json/fr/Technology.lang.json +++ b/assets/json/fr/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Scanner d'économie", "Group": "Technologie de capteur à longue portée", - "Description": "Une amélioration pour les capteurs à échelle galactique du vaisseau. Ce dispositif permet à l'utilisateur d'accéder aux données économiques détaillées d'un système sans avoir à le visiter.", + "Description": "Une amélioration pour les capteurs à échelle galactique<> du vaisseau. Ce dispositif permet à l'utilisateur d'accéder aux données économiques<> détaillées d'un système sans avoir à le visiter. Consultez les données collectées automatiquement sur la carte galactique<>.\n\nActivez l'ordinateur de commerce<> interne du scanner avec FE_ALT1<> pour chercher des effervescences commerciales<>, très rentables.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Résistance de conscience", "Group": "Récupération sentinelle incomplète", "Description": "Ce multi-outil est une technologie hybride, la fusion d'un morceau de ferraille brut et d'une énergie profonde et puissante ; en partie pièce de récupération, en partie Sentinelle, en partie quelque chose d'indéfinissable...\n\nCe processus de recyclage-fusion était incomplet<> lors de l'acquisition de cet outil. Utilisez REPAIR<> pour continuer à le réparer et libérer cet emplacement pour une utilisation générale.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Prisme discordant", "Group": "Récupération sentinelle incomplète", "Description": "Ce multi-outil est une technologie hybride, la fusion d'un morceau de ferraille brut et d'une énergie profonde et puissante ; en partie pièce de récupération, en partie Sentinelle, en partie quelque chose d'indéfinissable...\n\nCe processus de recyclage-fusion était incomplet<> lors de l'acquisition de cet outil. Utilisez REPAIR<> pour continuer à le réparer et libérer cet emplacement pour une utilisation générale.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Lentille corrompue", "Group": "Récupération sentinelle incomplète", "Description": "Ce multi-outil est une technologie hybride, la fusion d'un morceau de ferraille brut et d'une énergie profonde et puissante ; en partie pièce de récupération, en partie Sentinelle, en partie quelque chose d'indéfinissable...\n\nCe processus de recyclage-fusion était incomplet<> lors de l'acquisition de cet outil. Utilisez REPAIR<> pour continuer à le réparer et libérer cet emplacement pour une utilisation générale.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Noyau d'énergie purgé", "Group": "Récupération sentinelle incomplète", "Description": "Ce multi-outil est une technologie hybride, la fusion d'un morceau de ferraille brut et d'une énergie profonde et puissante ; en partie pièce de récupération, en partie Sentinelle, en partie quelque chose d'indéfinissable...\n\nCe processus de recyclage-fusion était incomplet<> lors de l'acquisition de cet outil. Utilisez REPAIR<> pour continuer à le réparer et libérer cet emplacement pour une utilisation générale.", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Circuits rouillés", "Group": "Composant du vaisseau endommagé", "Description": "Système du vaisseau gravement endommagé<>. L'emplacement ne peut pas être utilisé en tant que stockage<> ou technologie<> jusqu'à ce que les dégâts soient réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLe fonctionnement principal du vaisseau n'est pas affecté. La réparation libérera un emplacement d'inventaire.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Dégâts hydrauliques", "Group": "Composant du vaisseau endommagé", "Description": "Système du vaisseau gravement endommagé<>. L'emplacement ne peut pas être utilisé en tant que stockage<> ou technologie<> jusqu'à ce que les dégâts soient réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLe fonctionnement principal du vaisseau n'est pas affecté. La réparation libérera un emplacement d'inventaire.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Réservoirs corrodés", "Group": "Composant du vaisseau endommagé", "Description": "Système du vaisseau gravement endommagé<>. L'emplacement ne peut pas être utilisé en tant que stockage<> ou technologie<> jusqu'à ce que les dégâts soient réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLe fonctionnement principal du vaisseau n'est pas affecté. La réparation libérera un emplacement d'inventaire.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Module corrompu", "Group": "Composant pour multi-outil endommagé", "Description": "Système multi-outil gravement endommagé<>.\n\nL'emplacement ne peut pas être utilisé tant que les dégâts ne sont pas réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLa réparation libérera un emplacement.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Circuit endommagé", "Group": "Composant pour multi-outil endommagé", "Description": "Système multi-outil gravement endommagé<>.\n\nL'emplacement ne peut pas être utilisé tant que les dégâts ne sont pas réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLa réparation libérera un emplacement.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Terminal calciné", "Group": "Composant pour multi-outil endommagé", "Description": "Système multi-outil gravement endommagé<>.\n\nL'emplacement ne peut pas être utilisé tant que les dégâts ne sont pas réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLa réparation libérera un emplacement.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Résistance défectueuse", "Group": "Composant pour multi-outil endommagé", "Description": "Système multi-outil gravement endommagé<>.\n\nL'emplacement ne peut pas être utilisé tant que les dégâts ne sont pas réparés. Utilisez REPAIR<> pour lancer le processus de réparation.\n\nLa réparation libérera un emplacement.", diff --git a/assets/json/it/Buildings.lang.json b/assets/json/it/Buildings.lang.json index b87275978..feda8b1fb 100644 --- a/assets/json/it/Buildings.lang.json +++ b/assets/json/it/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Dispositivo pirotecnico consumabile", "Description": "Questo fuoco d'artificio esotico, colorato con sali di cadmio<>, è ispirato alla forma ondulata dei vermi della sabbia titanici. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Dispositivo pirotecnico consumabile", "Description": "Questo fuoco d'artificio esotico, colorato con sali di sodio<>, è ispirato alla forma ondulata dei vermi della sabbia titanici. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Dispositivo pirotecnico consumabile", "Description": "Questo fuoco d'artificio esotico, colorato con sali di emeril<>, è ispirato alla forma ondulata dei vermi della sabbia titanici. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Archivio protetto", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Tanica di carburante", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Deposito orbitale", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Telaio di stoccaggio", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Proiettore olografico Gek", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Proiettore olografico Korvax", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Proiettore olografico Vy'keen", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Proiettore olografico da parete A", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Proiettore olografico da parete B", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Proiettore olografico piccolo A", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Proiettore olografico piccolo B", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Proiettore olografico piccolo C", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Illuminazione del telaio", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Serie di luci", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Luci basamento", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Luci verticali", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Bio-cassa", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Vaso piccolo", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Blocco server A", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Blocco server B", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Armadio dati", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Trasformatore di potenza", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Bracci idraulici", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Segnale reputazione", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Segnale reputazione B", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Tavola topografica", + "Group": "Decorazione sintetica della stazione spaziale", + "Description": "Un pezzo decorativo<> progettato per l'uso in basi abitabili.\n\nQuesto componente è stato fabbricato nello stile di una delle tante stazioni spaziali<> dell'universo.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Fuoco d'artificio a nastro viola", + "Group": "Dispositivo pirotecnico consumabile", + "Description": "Un fuoco d'artificio esotico, ricco di Atlantideum<> e antimonio<>, che esplode in un ammasso di nastri vorticanti. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Fuoco d'artificio a nastro blu", + "Group": "Dispositivo pirotecnico consumabile", + "Description": "Un fuoco d'artificio esotico, ricco di indio<> e antimonio<>, che esplode in un ammasso di nastri vorticanti. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Fuoco d'artificio a nastro turchese", + "Group": "Dispositivo pirotecnico consumabile", + "Description": "Un fuoco d'artificio esotico, ricco di zinco<> e antimonio<>, che esplode in un ammasso di nastri vorticanti. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Poster segnale disturbato", + "Group": "Decorazione", + "Description": "Un'esclusiva decorazione da parete autoadesiva antipiega.\nQuesto poster rappresenta frammenti dei segnali di comunicazione a lunga distanza tra le fazioni dominanti dell'universo.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Poster componenti nave", + "Group": "Decorazione", + "Description": "Un'esclusiva decorazione da parete autoadesiva antipiega.\nQuesto poster è stato donato da Bakkar, un onesto mercante Gek. Visita subito il negozio di componenti per astronavi! Grandi offerte per gli amici!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Poster prodotti da forno", + "Group": "Decorazione", + "Description": "Un'esclusiva decorazione da parete autoadesiva antipiega.\nQuesto poster pubblicizza un assortimento di prodotti da forno, comprese una pagnotta croccante e pile di cialde appena fatte.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/it/Curiosity.lang.json b/assets/json/it/Curiosity.lang.json index 1df8a99e1..81d91354f 100644 --- a/assets/json/it/Curiosity.lang.json +++ b/assets/json/it/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Carico di provviste Utopia gamma", "Group": "Cassa di rifornimento Fondazione Utopia", "Description": "Per supportare i lavoratori che faticano sui pendii impervi delle montagna del pianeta New Sesto, i supervisori di Utopia sono felici di fornire questa cassa di beni vitali.\n\nSeleziona il pacchetto rifornimenti e usa Apri pacchetto<> (FE_ALT1<>) per raccogliere le tue scorte della Fondazione Utopia, insieme ai dettagli sul tuo prossimo incarico<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Carico di provviste Utopia delta", "Group": "Cassa di rifornimento Fondazione Utopia", "Description": "Per supportare i lavoratori che si misurano con [ OSCURATO<> ] del pianeta Idalth XIV, i supervisori di Utopia sono felici di fornire questa cassa di beni vitali.\n\nSeleziona il pacchetto rifornimenti e usa Apri pacchetto<> (FE_ALT1<>) per raccogliere le tue scorte della Fondazione Utopia, insieme ai dettagli sul tuo prossimo incarico<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Carico di provviste Utopia epsilon", "Group": "Cassa di rifornimento Fondazione Utopia", "Description": "Per supportare i lavoratori che coraggiosamente ricostruiscono nel pantano del pianeta Endil A8, i supervisori di Utopia sono felici di fornire questa cassa di beni vitali.\n\nSeleziona il pacchetto rifornimenti e usa Apri pacchetto<> (FE_ALT1<>) per raccogliere le tue scorte della Fondazione Utopia, insieme ai dettagli sul tuo prossimo incarico<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coordinate d'insediamento gamma", "Group": "Mappa insediamento della Fondazione Utopia", "Description": "Una mappa dalla Fondazione Utopia che mostra le coordinate personalizzate<> per il tuo luogo di costruzione.\n\nSeleziona la mappa e usa Traccia rotta<> (FE_ALT1<>) per mettere in evidenza la posizione sul display dell'exotuta.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coordinate d'insediamento delta", "Group": "Mappa insediamento della Fondazione Utopia", "Description": "Una mappa dalla Fondazione Utopia che mostra le coordinate personalizzate<> per il tuo luogo di costruzione.\n\nSeleziona la mappa e usa Traccia rotta<> (FE_ALT1<>) per mettere in evidenza la posizione sul display dell'exotuta.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coordinate d'insediamento epsilon", "Group": "Mappa insediamento della Fondazione Utopia", "Description": "Una mappa dalla Fondazione Utopia che mostra le coordinate personalizzate<> per il tuo luogo di costruzione.\n\nSeleziona la mappa e usa Traccia rotta<> (FE_ALT1<>) per mettere in evidenza la posizione sul display dell'exotuta.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Converti dati nell'indicatore di navigazione dell'exotuta" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Transponder pirata", + "Group": "Dispositivo di identificazione recuperato", + "Description": "Un transponder<> con identificativo univoco, rimosso dal trasmettitore interno di un'astronave fuorilegge<>.\n\nIl possesso di un simile dispositivo presuppone la distruzione della nave in questione. Consegnalo a un emissario della gilda dei mercenari<> per riscuotere l'eventuale taglia.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/it/NutrientProcessor.lang.json b/assets/json/it/NutrientProcessor.lang.json index 46c30c0b7..902205753 100644 --- a/assets/json/it/NutrientProcessor.lang.json +++ b/assets/json/it/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Prepara un'esca" + "Operation": "Impostazione processore: Prepara esca" }, { "Id": "nut574", diff --git a/assets/json/it/Others.lang.json b/assets/json/it/Others.lang.json index 9b50ec407..a06a4a42e 100644 --- a/assets/json/it/Others.lang.json +++ b/assets/json/it/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. Suit", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Cappuccio sbloccabile", "Description": "Un manto di morbida seta, conferito a coloro che scelgono di cantare con la Voce della Libertà<>.\n\nTrasforma l'aspetto dell'exotuta con questo override aspetto<> esclusivo presso un modificatore aspetto<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Pacchetto fuochi d'artificio rinnovati", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Pacchetto fuochi d'artificio rinnovati", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Pacchetto fuochi d'artificio rinnovati", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Pacchetto fuochi d'artificio rinnovati", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -6023,7 +6024,7 @@ "Group": "Miglioramento estetico exotuta", "Description": "Un esclusivo aspetto override dell'exotuta<>.\n\nUno zaino-razzo di titanio, assemblato usando la tecnologia rubata all'orda di Sentinelle. I suoi motori sono preraffreddati con un flusso costante di Panio e azoto, conferendogli un'operatività silenziosissima ed efficiente nei consumi.\n\nAttenzione<>: non aprire la camera di contenimento del Panio senza dispositivi di protezione.\n\nTrasforma l'aspetto dell'exotuta presso un modificatore aspetto<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Pacchetto fuochi d'artificio celebrativi", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Pacchetto fuochi d'artificio celebrativi", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Pacchetto fuochi d'artificio celebrativi", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Pacchetto fuochi d'artificio celebrativi", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio assortiti, contenente fuochi d'artificio di tipo cromatico<>, Atlante<> e a motivi<>. Accendili per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Nota bene<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Corridore nato tra le stelle", "Group": "Astronave esclusiva", - "Description": "Un'astronave<> unica ed esclusiva, per commemorare il completamento della spedizione Omega<>.\n\nQuesta creazione versatile è placcata con un rivestimento resistente alle radiazioni e costruita con un profilo aerodinamico per una maggiore agilità durante il volo atmosferico.\n\nRivendica<> quest'astronave per aggiungerla alla tua collezione o scambiala<> con la tua astronave attuale. Quando sei su un pianeta, richiama le astronavi dal menu rapido (QUICK_MENU<>).", + "Description": "Un'astronave<> unica ed esclusiva, per commemorare il completamento della spedizione Omega<>.\n\nQuesta nave insolita è ottimizzata per la fluidità di volo, mentre un campo vettoriale localizzato le consente di fluttuare su superfici solide.\n\nRivendica<> quest'astronave per aggiungerla alla tua collezione o scambiala<> con la tua astronave attuale. Quando sei su un pianeta, richiama le astronavi dal menu rapido (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Pacchetto fuochi d'artificio titanici", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio di lusso, ispirato ai vermi della sabbia titanici che pullulano nell'universo. Ricco di cadmio<>, sodio<> ed emeril<>. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Pacchetto fuochi d'artificio titanici", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio di lusso, ispirato ai vermi della sabbia titanici che pullulano nell'universo. Ricco di cadmio<>, sodio<> ed emeril<>. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Pacchetto fuochi d'artificio titanici", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio di lusso, ispirato ai vermi della sabbia titanici che pullulano nell'universo. Ricco di cadmio<>, sodio<> ed emeril<>. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Pacchetto fuochi d'artificio titanici", "Group": "Pacchetto pirotecnico multiplo", "Description": "Un triplice pacchetto di fuochi d'artificio di lusso, ispirato ai vermi della sabbia titanici che pullulano nell'universo. Ricco di cadmio<>, sodio<> ed emeril<>. Accendilo per creare spettacoli luminosi nel cielo.\n\nPosiziona il tubo di lancio dal menu di creazione<> (BUILD_MENU<>). Attenzione<>: non mirare verso creature viventi. Sconsigliato l'uso negli interni.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Fusoliera Omega", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Abitacolo radiante", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Abitacolo sportivo", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Fusoliera slanciata", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Abitacolo alfa", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Fusoliera vettoriale", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Abitacolo raffinato", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Fusoliera dinamica", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Fusoliera turbina", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione della fusoliera<> e dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Ali vettoriali", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Ali vettoriali (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Ali rinforzate", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Ali rinforzate (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Ali rinforzate tipo S", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Ali rinforzate tipo S (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Ali rinforzate tipo E", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Ali rinforzate tipo E (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Ali rinforzate tipo V", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Ali rinforzate tipo V (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Ali rinforzate tipo C", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Ali rinforzate tipo C (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Ali nimbate", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Ali postbruciatore", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Ali postbruciatore (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Ali postbruciatore tipo E", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Ali postbruciatore tipo E (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Ali postbruciatore tipo V", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Ali postbruciatore tipo V (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Ali postbruciatore tipo C", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Ali postbruciatore tipo C (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Ali avvoltoio", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Ali avvoltoio (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Ali palizzata", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Ali palizzata (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Ali danzastelle", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Ali danzastelle (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Ali orizzonte", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Ali orizzonte (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Ali radianti", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Ali radianti (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Ali droide", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Ali droide (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Ali droide tipo S", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Ali droide tipo S (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Ali droide tipo E", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Ali droide tipo E (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Ali droide tipo V", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Ali droide tipo V (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Ali droide tipo C", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Ali droide tipo C (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Ali quasar", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Ali quasar (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Ali a freccia (apertura ridotta)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Ali a freccia (apertura media)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Ali a freccia (apertura completa)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Ali vespro", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Ali vespro (freccia)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Ali gabbiano", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Ali vespro (impennaggio)", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Ali vigili", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Triturbo", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Monopropulsore", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Propulsore vettoriale", + "Group": "Componente caccia", + "Description": "Un componente secondario per un'astronave di classe caccia<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Abitacolo incrociatore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Abitacolo tipo 11", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Abitacolo aviatore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Abitacolo costiero", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Abitacolo trasportatore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Abitacolo negoziatore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Abitacolo stratotrasporto", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Abitacolo idraulico", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Motore megalitico", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Motore Megalitico tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Motore Megalitico tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Propulsore aereo", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Propulsore Aereo tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Propulsore Aereo tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Motore duo-max", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione dei motori<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Pannello alare vuoto", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Ala Incrociatore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Ala incrociatore tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Ala incrociatore tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Ala incrociatore tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Ala incrociatore tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Ala incrociatore tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Ala incrociatore a flusso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Ala incrociatore tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Ala incrociatore divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Ala incrociatore tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Ala Fornace", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Ala fornace tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Ala fornace tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Ala fornace tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Ala fornace tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Ala fornace tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Ala turbina", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Ala fornace tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Ala fornace divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Ala fornace tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Ala Sostegno", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Ala sostegno tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Ala sostegno tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Ala sostegno tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Ala sostegno tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Ala sostegno tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Ala sostegno a flusso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Ala sostegno tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Ala sostegno divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Ala sostegno tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Ala Costiera", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Ala costiera tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Ala costiera tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Ala costiera tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Ala costiera a flusso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Ala costiera tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Ala costiera divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Ala costiera tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Ala Larga", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Ala larga tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Ala larga tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Ala larga tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Ala larga tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Ala larga tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Ala larga a flusso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Ala larga tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Ala larga divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Ala larga tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Ala Ionica", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Ala ionica tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Ala ionica tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Ala ionica tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Ala ionica tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Ala ionica tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ala affilata ionica", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Ala ionica tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Ala ionica divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Ala ionica tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Ala Stratoimpulso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Ala stratoimpulso tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Ala stratoimpulso tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Ala stratoimpulso tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Ala stratoimpulso tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Ala stratoimpulso tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Ala stratoimpulso a flusso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Ala stratoimpulso tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Ala stratoimpulso divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Ala stratoimpulso tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Ala Statoreattore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Ala statoreattore tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Ala statoreattore tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Ala statoreattore tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Ala statoreattore tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Ala statoreattore tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Cannone Hi-Roc", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Ala statoreattore tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Ala statoreattore divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Ala statoreattore tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Ala Impulso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Ala a impulso tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Ala a impulso tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Ala a impulso tipo C", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Ala a impulso tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Ala a impulso tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Cannone a impulso", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Ala a impulso tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Ala a impulso divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Ala a impulso tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Ala pesante 22", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Ala pesante 22 tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Ala pesante 22 tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Ala pesante 22 tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Ala pesante 22 tipo W", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Ala supercondor", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Ala pesante 22 tipo V", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Ala pesante 22 divisa", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Ala pesante 22 tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Ali megalitiche", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Ali ultralitiche", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Ali megalitiche tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Ali megalitiche tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Ali megalitiche tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Ali megalitiche tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Ali trasportatore", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Ali trasportatore tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Ali trasportatore tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Ali trasportatore tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Ali Trasportatore tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Ali titaniche", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Ali titaniche tipo S", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Ali titaniche tipo F", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Ali titaniche tipo D", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Ali Titaniche tipo A", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Ala pesante tipo E", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Corazza fusoliera", + "Group": "Componente trasportatore", + "Description": "Un componente secondario per un'astronave da trasporto<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Scafo lucciola", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Scafo lucciola tipo F", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Scafo lucciola tipo S", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Scafo lucciola tipo D", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Scafo libellula", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Scafo libellula tipo F", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Scafo libellula tipo S", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Scafo libellula tipo D", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Scafo euclideo", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Scafo esperico", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione dell'abitacolo<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Semiala (vuota)", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Ala aliante", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Ala pulsar", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Ala pulsar", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Ala pulsar", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Ala pulsar", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Ala obelisco", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Ala skywave", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Ala prismatica", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Ala piana", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Ala vorticante", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Ala solare", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Calotta ala", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Calotta ala", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Ala supervisore", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Ala lancia celeste", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Ala superlaminata", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Ala libellula", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Ala lucciola", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Ala assiale", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Ala a onde corte", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Ala a macchie solari", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Ala a macchie solari", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Ala a macchie solari", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Ala a macchie solari", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Ala arcuata laminata", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Ala a onde lunghe", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Ala a rullo (obelisco)", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Ala a rullo", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Ala a rullo (supervisore)", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Ala a rullo (onde corte)", + "Group": "Componente esploratore", + "Description": "Un componente secondario per un'astronave di classe esploratore<>. Questo modulo determina lo stile e la posizione delle ali<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/it/Products.lang.json b/assets/json/it/Products.lang.json index d8a2bc957..2f69f5255 100644 --- a/assets/json/it/Products.lang.json +++ b/assets/json/it/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reattore classe C", + "Group": "Generatore astronave", + "Description": "Il nucleo del reattore<>, un componente secondario per l'astronave. Il generatore base è in grado di alimentare un'astronave di classe C<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reattore classe B", + "Group": "Generatore astronave migliorato", + "Description": "Il nucleo del reattore<>, un componente secondario per l'astronave. Il generatore potenziato è in grado di alimentare un'astronave di classe B<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reattore classe A", + "Group": "Generatore astronave potente", + "Description": "Il nucleo del reattore<>, un componente secondario per l'astronave. Il generatore avanzato è in grado di alimentare un'astronave di classe A<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reattore classe S", + "Group": "Generatore astronave supremo", + "Description": "Il nucleo del reattore<>, un componente secondario per l'astronave. Il generatore eccellente è in grado di alimentare un'astronave di classe S<>.\n\nOttieni i componenti per nuove astronavi rottamando quelle esistenti presso il terminale di allestimento dell'astronave<> a bordo di qualsiasi stazione spaziale. Visita il fabbricatore di astronavi<> per configurare e costruire una nuova nave.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/it/TechTree.lang.json b/assets/json/it/TechTree.lang.json index aa379886d..b1919dc84 100644 --- a/assets/json/it/TechTree.lang.json +++ b/assets/json/it/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Moduli decorativi", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Archivio protetto", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Tanica di carburante", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Deposito orbitale", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Telaio di stoccaggio", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Proiettore olografico piccolo A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Segnale reputazione", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Segnale reputazione B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Tavola topografica", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Proiettore olografico piccolo B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Proiettore olografico piccolo C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Proiettore olografico da parete A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Proiettore olografico da parete B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Proiettore olografico Korvax", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Proiettore olografico Vy'keen", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Proiettore olografico Gek", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Serie di luci", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Illuminazione del telaio", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Luci basamento", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Luci verticali", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Trasformatore di potenza", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Bio-cassa", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Vaso piccolo", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Blocco server A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Armadio dati", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Blocco server B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Bracci idraulici", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Illuminazione", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Moduli industriali", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Moduli agricoli", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Strutture di legno massello", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Tetti di legno massello", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Strutture di pietra", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Tetti di pietra", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Strutture in lega", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Tetti in lega", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Forme primitive", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Unità di stoccaggio", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/it/Technology.lang.json b/assets/json/it/Technology.lang.json index ecde3aa4f..540870f4f 100644 --- a/assets/json/it/Technology.lang.json +++ b/assets/json/it/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Scanner economico", "Group": "Tecnologia di sensori a lungo raggio", - "Description": "Un potenziamento per i sensori galattici dell'astronave. Questo dispositivo permette all'utente di ottenere informazioni economiche dettagliate su un sistema senza visitarlo.", + "Description": "Un potenziamento per i sensori galattici<> dell'astronave. Questo dispositivo permette all'utente di ottenere informazioni economiche<> dettagliate su un sistema senza visitarlo. Visualizza i dati raccolti automaticamente sulla mappa galattica<>.\n\nAttiva il computer commerciale<> con FE_ALT1<> per cercare eventi di impennate commerciali<> molto vantaggiosi.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Resistore senziente", "Group": "Recupero Sentinella incompleto", "Description": "Questo multi-tool è un pezzo di tecnologia ibrida, una fusione di rottami grezzi e un'energia profonda e potente: in parte recupero, in parte Sentinella, in parte qualcosa di indefinibile...\n\nQuesto processo di fusione riciclata era incompleto<> quando questo strumento è stato acquisito. Usa REPAIR<> per continuare le operazioni di riparazione e liberare questo slot per uso generale.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Prisma dissonante", "Group": "Recupero Sentinella incompleto", "Description": "Questo multi-tool è un pezzo di tecnologia ibrida, una fusione di rottami grezzi e un'energia profonda e potente: in parte recupero, in parte Sentinella, in parte qualcosa di indefinibile...\n\nQuesto processo di fusione riciclata era incompleto<> quando questo strumento è stato acquisito. Usa REPAIR<> per continuare le operazioni di riparazione e liberare questo slot per uso generale.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Lenti corrotte", "Group": "Recupero Sentinella incompleto", "Description": "Questo multi-tool è un pezzo di tecnologia ibrida, una fusione di rottami grezzi e un'energia profonda e potente: in parte recupero, in parte Sentinella, in parte qualcosa di indefinibile...\n\nQuesto processo di fusione riciclata era incompleto<> quando questo strumento è stato acquisito. Usa REPAIR<> per continuare le operazioni di riparazione e liberare questo slot per uso generale.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Nucleo energetico prosciugato", "Group": "Recupero Sentinella incompleto", "Description": "Questo multi-tool è un pezzo di tecnologia ibrida, una fusione di rottami grezzi e un'energia profonda e potente: in parte recupero, in parte Sentinella, in parte qualcosa di indefinibile...\n\nQuesto processo di fusione riciclata era incompleto<> quando questo strumento è stato acquisito. Usa REPAIR<> per continuare le operazioni di riparazione e liberare questo slot per uso generale.", @@ -9530,7 +9530,7 @@ "Icon": "technology/260.png", "Name": "Marchio del rinnegatore", "Group": "Marchio cosmico", - "Description": "Un minuscolo granello di polvere di stelle, non più di una particella. Esaminandolo con più attenzione, la sua superficie non è altro che frammenti cristallini e geometria scarlatta distorta.\n\nLampeggia di energia repressa, chiedendo di essere libero.\n\nPotenzia<> il marchio quando scopri<> sistemi, pianeti e oggetti nell'universo.", + "Description": "Un minuscolo granello di polvere di stelle, non più di una particella. Esaminandolo con più attenzione, la sua superficie non è altro che frammenti cristallini e geometria scarlatta distorta.\n\nLampeggia di energia repressa, chiedendo di essere libero.\n\nPotenzia<> il marchio scoprendo<> sistemi, pianeti e oggetti nell'universo.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Circuiti arrugginiti", "Group": "Componente astronave danneggiato", "Description": "Sottosistema dell'astronave gravemente danneggiato<>. Lo slot non può essere usato per lo stoccaggio<> o per la tecnologia<> fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLe funzionalità principali dell'astronave sono rimaste integre. La riparazione dei danni libererà slot utilizzabili come inventario.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Danni idraulici", "Group": "Componente astronave danneggiato", "Description": "Sottosistema dell'astronave gravemente danneggiato<>. Lo slot non può essere usato per lo stoccaggio<> o per la tecnologia<> fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLe funzionalità principali dell'astronave sono rimaste integre. La riparazione dei danni libererà slot utilizzabili come inventario.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Serbatoi corrosi", "Group": "Componente astronave danneggiato", "Description": "Sottosistema dell'astronave gravemente danneggiato<>. Lo slot non può essere usato per lo stoccaggio<> o per la tecnologia<> fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLe funzionalità principali dell'astronave sono rimaste integre. La riparazione dei danni libererà slot utilizzabili come inventario.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Modulo guasto", "Group": "Componente multi-tool danneggiato", "Description": "Sottosistema del multi-tool gravemente danneggiato<>.\n\nLo slot non può essere usato fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLa riparazione libererà slot utilizzabili.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Telaio in avaria", "Group": "Componente multi-tool danneggiato", "Description": "Sottosistema del multi-tool gravemente danneggiato<>.\n\nLo slot non può essere usato fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLa riparazione libererà slot utilizzabili.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Terminale bruciato", "Group": "Componente multi-tool danneggiato", "Description": "Sottosistema del multi-tool gravemente danneggiato<>.\n\nLo slot non può essere usato fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLa riparazione libererà slot utilizzabili.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Resistore danneggiato", "Group": "Componente multi-tool danneggiato", "Description": "Sottosistema del multi-tool gravemente danneggiato<>.\n\nLo slot non può essere usato fino alla riparazione del danno. Usa REPAIR<> per dare inizio alle riparazioni.\n\nLa riparazione libererà slot utilizzabili.", diff --git a/assets/json/ja/Buildings.lang.json b/assets/json/ja/Buildings.lang.json index 8492c00be..0504171f6 100644 --- a/assets/json/ja/Buildings.lang.json +++ b/assets/json/ja/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "使用可能な花火装置", "Description": "タイタンサンドワームのうねうねした形状にインスピレーションを得て、カドミウム<>塩で着色されたエキゾチックな花火。着火すると空に美しい煌めきが打ち上がる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "使用可能な花火装置", "Description": "タイタンサンドワームのうねうねした形状にインスピレーションを得て、ソジウム<>塩で着色されたエキゾチックな花火。着火すると空に美しい煌めきが打ち上がる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "使用可能な花火装置", "Description": "タイタンサンドワームのうねうねした形状にインスピレーションを得て、エメリル<>塩で着色されたエキゾチックな花火。着火すると空に美しい煌めきが打ち上がる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "安全なアーカイブ", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "燃料キャニスター", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "オービタルストレージ", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "ストレージフレーム", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "ホログラフィックゲックディスプレイ", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "ホログラフィックコーバックスディスプレイ", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "ホログラフィックヴァイキーンディスプレイ", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "ホログラフィックウォールディスプレイA", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "ホログラフィックウォールディスプレイB", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "小型ホログラフィックディスプレイA", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "小型ホログラフィックディスプレイB", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "小型ホログラフィックディスプレイC", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "フレーム照明", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "照明アレイ", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "台座ライト", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "ピラーライト", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "バイオクレート", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "小型観葉植物", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "サーバーブロック A", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "サーバーブロック B", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "データキャビネット", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "パワートランスフォーマー", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "油圧アーム", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "スタンディングサイン", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "スタンディングサイン B", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "地形図", + "Group": "合成宇宙ステーション装飾", + "Description": "居住基地用の装飾パーツ<>。\n\nこのパーツは、数多くある宇宙ステーション<>の中の1つのスタイルを基調に作られている。", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "紫色のリボン花火", + "Group": "使用可能な花火装置", + "Description": "アトランティディウム<>とアンチモン<>で鮮やかに瞬き、ワイルドな放射線状にリボンを爆発させるエキゾチックな花火。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "青色のリボン花火", + "Group": "使用可能な花火装置", + "Description": "インジウム<>とアンチモン<>で鮮やかに瞬き、ワイルドな放射線状にリボンを爆発させるエキゾチックな花火。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "青緑色のリボン花火", + "Group": "使用可能な花火装置", + "Description": "亜鉛<>とアンチモン<>で鮮やかに瞬き、ワイルドな放射線状にリボンを爆発させるエキゾチックな花火。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "交錯する信号のポスター", + "Group": "デコレーション", + "Description": "粘着性があり、しわになりにくいウォールアート。\n宇宙の主要派閥間で交錯する長距離通信信号が無数の断片で表現されている。", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "宇宙船部品のポスター", + "Group": "デコレーション", + "Description": "粘着性があり、しわになりにくいウォールアート。\nバッカーという名の正直者の販売員ゲックが寄付したポスター。今すぐバッカーの宇宙船部品屋へGO! 友達割引が効くかもしれない!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "お菓子セールポスター", + "Group": "デコレーション", + "Description": "粘着性があり、しわになりにくいウォールアート。\n焼き菓子アソートメントの広告ポスター。カリッと焼き上がったロールパンや、何かに取り憑かれた焼きたてウエハースなどが並んでいる。", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ja/Curiosity.lang.json b/assets/json/ja/Curiosity.lang.json index 58874c87c..541afd7b5 100644 --- a/assets/json/ja/Curiosity.lang.json +++ b/assets/json/ja/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "ユートピア補給物資「ガンマ」", "Group": "ユートピア財団の資源貯蔵庫", "Description": "惑星ニューセストの険しく岩肌のむき出しになった山々で立派に働いている労働者たちを支援するために、ユートピア監督官らは喜んでこの貴重な品物を供給している。\n\n補給パックを選択してパッケージを開ける<>(FE_ALT1<>)を選ぶと、ユートピア財団の物資と次の依頼<>の詳細を入手できる。", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "ユートピア補給物資「デルタ」", "Group": "ユートピア財団の資源貯蔵庫", "Description": "惑星イダルスXIVの[編集済み<>]に立ち向かっている労働者たちを支援するために、ユートピア監督官らは喜んでこの貴重な品々を提供してくれる。\n\n補給パックを選択してパッケージを開ける<>(FE_ALT1<>)を選ぶと、ユートピア財団の物資と次の依頼<>の詳細を入手できる。", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "ユートピア補給物資「イプシロン」", "Group": "ユートピア財団の資源貯蔵庫", "Description": "惑星エンディルA8の最悪の泥沼で気高く再建を進める労働者たちを支援するために、ユートピア監視員は喜んでこの貴重な品々を供給してくれる。\n\n補給パックを選択してパッケージを開ける<>(FE_ALT1<>)を選ぶと、ユートピア財団の物資と次の依頼<>の詳細を入手できる。", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "開拓地座標「ガンマ」", "Group": "ユートピア財団開拓地チャート", "Description": "ユートピア財団の地図には、あなたが指定された建設サイトの個別の座標<>が示されています。\n\n地図を選んでルート設定<>(FE_ALT1<>)を使うと、エクソスーツのディスプレイに場所がブックマークされます。", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "開拓地座標「デルタ」", "Group": "ユートピア財団開拓地チャート", "Description": "ユートピア財団の地図には、あなたが指定された建設サイトの個別の座標<>が示されています。\n\n地図を選んでルート設定<>(FE_ALT1<>)を使うと、エクソスーツのディスプレイに場所がブックマークされます。", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "開拓地座標「イプシロン」", "Group": "ユートピア財団開拓地チャート", "Description": "ユートピア財団の地図には、あなたが指定された建設サイトの個別の座標<>が示されています。\n\n地図を選んでルート設定<>(FE_ALT1<>)を使うと、エクソスーツのディスプレイに場所がブックマークされます。", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "データをエクソスーツ誘導マーカーに変換" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "海賊船の応答装置", + "Group": "回収した識別装置", + "Description": "無法者の宇宙船<>の船内信号アレイから切り離された、固有の識別応答装置<>。\n\nこの装置を所持している者は、つまり例の宇宙船を破壊した本人であることを意味する。この応答装置を傭兵ギルド<>の特使に渡して、宇宙船にかかっていた賞金を入手しよう。", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ja/NutrientProcessor.lang.json b/assets/json/ja/NutrientProcessor.lang.json index 8ea918e2c..703e78f2c 100644 --- a/assets/json/ja/NutrientProcessor.lang.json +++ b/assets/json/ja/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "餌の準備をする" + "Operation": "プロセッサの設定:エサを準備する" }, { "Id": "nut574", diff --git a/assets/json/ja/Others.lang.json b/assets/json/ja/Others.lang.json index 107a4ba8c..c343ab2be 100644 --- a/assets/json/ja/Others.lang.json +++ b/assets/json/ja/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O.スーツ", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "アンロック可能なフード", "Description": "自由の声<>と共に歌う者に対して与えられる絹のように滑らかな長衣。\n\n外見変更モジュール<>でこの特製デザインオーバーライド<>を使うことで、エクソスーツのデザインを変更することができる。", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "リミックス花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "リミックス花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "リミックス花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "リミックス花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -6023,7 +6024,7 @@ "Group": "エクソスーツ外装カスタマイズ", "Description": "限定のエクソスーツデザインオーバーライド<>。\n\nセンチネルの軍勢から盗んだ技術によって組み見立てられたチタニウム製のジェットパック。エンジンはパグニウムと窒素の安定的な循環によって予冷されていて、高い燃料効率と完全な静音稼働を実現している。\n\n警告<>:パグニウムの格納室を防護装備なしで開けないで下さい。\n\nエクソスーツの見た目を外見変更モジュール<>で変えよう。", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "祝賀花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "祝賀花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "祝賀花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "祝賀花火パック", "Group": "パイロテクニクスマルチパック", "Description": "見事な演出の詰め合わせ花火3点セット。色彩<>タイプ、アトラス<>タイプ、模様<>タイプが入っている。着火するときらびやかな光景を\n空に打ち上げる。\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて使わないこと。室内での使用は推奨しない。", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "スターボーンランナー", "Group": "特製宇宙船", - "Description": "探検「オメガ<>」の達成を記念した特別な宇宙船<>。\n\nこの汎用性の高い宇宙船は、放射線に耐性のある装甲が張られ、大気圏での飛行中も機敏に動けるように空力特性を考慮して設計されている。\n\nこの宇宙船は取得<>して手持ちに加えるか、現在の宇宙船と交換<>できる。惑星上でクイックメニュー(QUICK_MENU<>)から宇宙船を呼び出せる。", + "Description": "探検「オメガ<>」の達成を記念した特別な宇宙船<>。\n\nこの一風変わった宇宙船は、局所ベクトル場により固体平板上をホバリングできるほか、飛行中にもなめらかに滑空できるよう最適化されている。\n\nこの宇宙船は取得<>して手持ちに加えるか、現在の宇宙船と交換<>できる。惑星上でクイックメニュー(QUICK_MENU<>)から宇宙船を呼び出せる。", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "タイタン花火パック", "Group": "パイロテクニクスマルチパック", "Description": "宇宙を徘徊するタイタンサンドワームをイメージした、見事な演出の高級花火3点セット。カドミウム<>、ソジウム<>そしてエメリル<>を惜しげなく使っている。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "タイタン花火パック", "Group": "パイロテクニクスマルチパック", "Description": "宇宙を徘徊するタイタンサンドワームをイメージした、見事な演出の高級花火3点セット。カドミウム<>、ソジウム<>そしてエメリル<>を惜しげなく使っている。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "タイタン花火パック", "Group": "パイロテクニクスマルチパック", "Description": "宇宙を徘徊するタイタンサンドワームをイメージした、見事な演出の高級花火3点セット。カドミウム<>、ソジウム<>そしてエメリル<>を惜しげなく使っている。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "タイタン花火パック", "Group": "パイロテクニクスマルチパック", "Description": "宇宙を徘徊するタイタンサンドワームをイメージした、見事な演出の高級花火3点セット。カドミウム<>、ソジウム<>そしてエメリル<>を惜しげなく使っている。着火すると空に美しい煌めきを作り上げる。\n\nビルドメニュー<>(BUILD_MENU<>)から打ち上げチューブを設置できる。警告<>:生物に向けて発砲しないこと。室内での使用は推奨しない。", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "オメガ機体", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "ラディアントコックピット", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "改造コックピット", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "ニードル機体", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "アルファコックピット", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "ベクター機体", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "流線コックピット", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "スピーダー機体", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "タービン機体", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、機体<>およびコックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "ベクター翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "ベクター翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "ハードフレーム翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "ハードフレーム翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "ハードフレームS翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "ハードフレームS翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "ハードフレームE翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "ハードフレームE翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "ハードフレームV翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "ハードフレームV翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "ハードフレームC翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "ハードフレームC翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "ハロ翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "アフターバーナー翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "アフターバーナー翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "アフターバーナーE翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "アフターバーナーE翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "アフターバーナーV翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "アフターバーナーV翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "アフターバーナーC翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "アフターバーナーC翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "ヴァルチャー翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "ヴァルチャー翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "パリセード翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "パリセード翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "スターダンサー翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "スターダンサー翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "ホライズン翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "ホライズン翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "ラディアント翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "ラディアント翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "ドロイド翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "ドロイド翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "ドロイドS翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "ドロイドS翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "ドロイドE翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "ドロイドE翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "ドロイドV翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "ドロイドV翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "ドロイドC翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "ドロイドC翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "クエーサー翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "クエーサー翼(フィン)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "後退翼(低翼)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "後退翼(中翼)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "後退翼(フル)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "ヴェスパー翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "ヴェスパー翼(後退)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "カモメ翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "ヴェスパー翼(フル)", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "ヴィジル翼", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "トライブースター", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "モノスラスター", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "ベクタースラスター", + "Group": "戦闘用宇宙船の部品", + "Description": "戦艦<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "スーパークルーズコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "11型コックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "アビエイターコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "ロングショアコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "バルカーコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "ネゴシエーターコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "ストラトホールコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "ハイドラリックコックピット", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "メガリスエンジン", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "A翼メガリスエンジン", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "A翼メガリスエンジン", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "エアリフトスラスター", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "A翼エアリフトスラスター", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "S翼エアリフトスラスター", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "デュオマックスエンジン", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、エンジン<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "空の翼パネル", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "スーパークルーズ翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "スーパークルーズF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "スーパークルーズS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "スーパークルーズC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "スーパークルーズD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "スーパークルーズW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "スーパークルーズファン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "スーパークルーズV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "スーパークルーズスプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "スーパークルーズA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "ファイヤーボックス翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "ファイヤーボックスF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "ファイヤーボックスS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "ファイヤーボックスC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "ファイヤーボックスD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "ファイヤーボックスW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "タービン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "ファイヤーボックスV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "ファイヤーボックススプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "ファイヤーボックスA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "ブルワーク翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "ブルワークF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "ブルワークS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "ブルワークC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "ブルワークD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "ブルワークW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "ブルワークファン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "ブルワークV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "ブルワークスプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "ブルワークA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "ロングショアF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "ロングショアC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "ロングショアD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "ロングショアW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "ロングショアファン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "ロングショアV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "ロングショアスプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "ロングショアA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "ワイドボディF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "ワイドボディF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "ワイドボディS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "ワイドボディC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "ワイドボディD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "ワイドボディW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "ワイドボディファン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "ワイドボディV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "ワイドボディスプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "ワイドボディA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "イオンフレア翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "イオンフレアF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "イオンフレアS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "イオンフレアC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "イオンフレアD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "イオンフレアW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "イオンブレード翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "イオンフレアV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "イオンフレアスプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "イオンフレアA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "ストラトパルスF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "ストラトパルスF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "ストラトパルスS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "ストラトパルスC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "ストラトパルスD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "ストラトパルスW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "ストラトパルスファン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "ストラトパルスV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "ストラトパルススプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "ストラトパルスA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "ラムジェット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "ラムジェットF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "ラムジェットS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "ラムジェットC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "ラムジェットD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "ラムジェットW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "ハイロックランチャー", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "ラムジェットV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "ラムジェットスプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "ラムジェットA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "インパルス翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "インパルスF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "インパルスS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "インパルスC翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "インパルスD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "インパルスW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "インパルスランチャー", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "インパルスV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "インパルススプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "インパルスA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "22型ヘビー翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "22型ヘビーS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "22型ヘビーF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "22型ヘビーD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "22型ヘビーW翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "スーパーコンドル翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "22型ヘビーV翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "22型ヘビースプリット翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "22型ヘビーA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "メガリス翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "ウルトラリス翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "メガリスS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "メガリスF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "メガリスD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "メガリスA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "バルカー翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "バルカーS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "バルカーF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "バルカーD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "バルカーA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "タイタン翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "タイタンS翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "タイタンF翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "タイタンD翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "タイタンA翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "重装E翼", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "機体装甲", + "Group": "輸送用宇宙船の部品", + "Description": "輸送船<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "ホタル船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "ホタルF船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "ホタルS船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "ホタルD船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "ドラゴンフライ船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "ドラゴンフライF船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "ドラゴンフライS船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "ドラゴンフライD船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "ユークリッド船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "ヘスぺリス船体", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、コックピット<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "翼スタブ(空)", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "グライダー翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "パルサー翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "パルサー翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "パルサー翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "パルサー翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "オベリスク翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "スカイウェーブ翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "プリズマティック翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "平面翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "ボルテックス翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "ソーラー翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "翼キャップ", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "翼キャップ", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "監督官の翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "スカイランス翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "スーパーフォイル翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "ドラゴンフライ翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "ホタル翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "アキシス翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "ショートウェーブ翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "サンスポット翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "サンスポット翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "サンスポット翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "サンスポット翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "アークフォイル翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "ロングウェーブ翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "ドラム翼(オベリスク)", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "ドラム翼", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "ドラム翼(監督官)", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "ドラム翼(ショートウェーブ)", + "Group": "探査用宇宙船の部品", + "Description": "エクスプローラー<>クラス宇宙船用のサブコンポーネント。このモジュールで、翼<>のスタイルと位置を決定できる\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ja/Products.lang.json b/assets/json/ja/Products.lang.json index 9345d70a4..f06b9f083 100644 --- a/assets/json/ja/Products.lang.json +++ b/assets/json/ja/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "C級リアクター", + "Group": "宇宙船ジェネレーター", + "Description": "宇宙船のサブコンポーネントであるリアクターコア<>。C級<>宇宙船の電力供給源として使用できる、基本的なジェネレーターユニット。\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "B級リアクター", + "Group": "改良型宇宙船ジェネレーター", + "Description": "宇宙船のサブコンポーネントであるリアクターコア<>。B級<>宇宙船の電力供給源として使用できる、より強力にアップグレードされたジェネレーターユニット。\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "A級リアクター", + "Group": "強化型宇宙船ジェネレーター", + "Description": "宇宙船のサブコンポーネントであるリアクターコア<>。C級<>宇宙船の電力供給源として使用できる、先進的なジェネレーターユニット。\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "S級リアクター", + "Group": "最上級宇宙船ジェネレーター", + "Description": "宇宙船のサブコンポーネントであるリアクターコア<>。S級<>宇宙船の電力供給源として使用できる、特別なジェネレーターユニット。\n\n宇宙船の部品は、任意の宇宙ステーションの宇宙船艤装場<>ユニットで既存の宇宙船を分解することによって入手できる。宇宙船製造機<>で新しい船の設計と組み立てを行える。", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ja/SeasonalExpedition.lang.json b/assets/json/ja/SeasonalExpedition.lang.json index f7a34e38b..ba9afd77f 100644 --- a/assets/json/ja/SeasonalExpedition.lang.json +++ b/assets/json/ja/SeasonalExpedition.lang.json @@ -1178,7 +1178,7 @@ "Id": "seas-1-expedPhase-4-milestone-2", "Title": "言語愛好家", "Description": "異星の言葉を学ぶ:0/50", - "DescriptionDone": "50の単語を習得", + "DescriptionDone": "50の言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.1.png", "Type": "Normal", "Rewards": [ @@ -3135,7 +3135,7 @@ "Id": "seas-1-redux-expedPhase-4-milestone-2", "Title": "言語愛好家", "Description": "異星の言葉を学ぶ:0/15", - "DescriptionDone": "15の単語を習得", + "DescriptionDone": "15の言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.1.png", "Type": "Normal", "Rewards": [ @@ -4799,7 +4799,7 @@ "Id": "seas-2-expedPhase-4-milestone-2", "Title": "友情の言葉", "Description": "ゲックの言葉を学ぶ:0/10", - "DescriptionDone": "10のゲックの単語を習得", + "DescriptionDone": "10のゲックの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.GEK.png", "Type": "Normal", "Rewards": [ @@ -4921,7 +4921,7 @@ "Id": "seas-2-expedPhase-4-milestone-4", "Title": "言語学的解読", "Description": "コーバックスの言葉を学ぶ:0/10", - "DescriptionDone": "10のコーバックスの単語を習得", + "DescriptionDone": "10のコーバックスの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.KORVAX.png", "Type": "Normal", "Rewards": [ @@ -4999,7 +4999,7 @@ "Id": "seas-2-expedPhase-4-milestone-6", "Title": "ウガァ!ウガァ!ウガァ!", "Description": "ヴァイキーンの言葉を学ぶ:0/10", - "DescriptionDone": "10のヴァイキーンの単語を習得", + "DescriptionDone": "10のヴァイキーンの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.VYKEEN.png", "Type": "Normal", "Rewards": [ @@ -6151,7 +6151,7 @@ "Id": "seas-2-redux-expedPhase-4-milestone-2", "Title": "友情の言葉", "Description": "ゲックの言葉を学ぶ:0/6", - "DescriptionDone": "6のゲックの単語を習得", + "DescriptionDone": "6のゲックの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.GEK.png", "Type": "Normal", "Rewards": [ @@ -6273,7 +6273,7 @@ "Id": "seas-2-redux-expedPhase-4-milestone-4", "Title": "言語学的解読", "Description": "コーバックスの言葉を学ぶ:0/6", - "DescriptionDone": "6のコーバックスの単語を習得", + "DescriptionDone": "6のコーバックスの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.KORVAX.png", "Type": "Normal", "Rewards": [ @@ -6351,7 +6351,7 @@ "Id": "seas-2-redux-expedPhase-4-milestone-6", "Title": "ウガァ!ウガァ!ウガァ!", "Description": "ヴァイキーンの言葉を学ぶ:0/6", - "DescriptionDone": "6のヴァイキーンの単語を習得", + "DescriptionDone": "6のヴァイキーンの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.VYKEEN.png", "Type": "Normal", "Rewards": [ @@ -33824,7 +33824,7 @@ "Id": "seas-11-expedPhase-1-milestone-7", "Title": "友情の言葉", "Description": "ゲックの言葉を学ぶ:0/6", - "DescriptionDone": "6のゲックの単語を習得", + "DescriptionDone": "6のゲックの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.GEK.png", "Type": "Normal", "Rewards": [ @@ -34625,7 +34625,7 @@ "Id": "seas-11-expedPhase-3-milestone-8", "Title": "ウガァ!ウガァ!ウガァ!", "Description": "ヴァイキーンの言葉を学ぶ:0/7", - "DescriptionDone": "7のヴァイキーンの単語を習得", + "DescriptionDone": "7のヴァイキーンの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.VYKEEN.png", "Type": "Normal", "Rewards": [ @@ -35344,7 +35344,7 @@ "Id": "seas-11-expedPhase-5-milestone-7", "Title": "言語学的解読", "Description": "コーバックスの言葉を学ぶ:0/9", - "DescriptionDone": "9のコーバックスの単語を習得", + "DescriptionDone": "9のコーバックスの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.2.png", "Type": "Normal", "Rewards": [ @@ -35806,7 +35806,7 @@ "Id": "seas-11-redux-expedPhase-1-milestone-7", "Title": "友情の言葉", "Description": "ゲックの言葉を学ぶ:0/3", - "DescriptionDone": "3のゲックの単語を習得", + "DescriptionDone": "3のゲックの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.GEK.png", "Type": "Normal", "Rewards": [ @@ -36607,7 +36607,7 @@ "Id": "seas-11-redux-expedPhase-3-milestone-8", "Title": "ウガァ!ウガァ!ウガァ!", "Description": "ヴァイキーンの言葉を学ぶ:0/3", - "DescriptionDone": "3のヴァイキーンの単語を習得", + "DescriptionDone": "3のヴァイキーンの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.VYKEEN.png", "Type": "Normal", "Rewards": [ @@ -37326,7 +37326,7 @@ "Id": "seas-11-redux-expedPhase-5-milestone-7", "Title": "言語学的解読", "Description": "コーバックスの言葉を学ぶ:0/5", - "DescriptionDone": "5のコーバックスの単語を習得", + "DescriptionDone": "5のコーバックスの言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.2.png", "Type": "Normal", "Rewards": [ @@ -39401,7 +39401,7 @@ "Id": "seas-12-expedPhase-5-milestone-2", "Title": "宇宙言語学", "Description": "異星の言葉を学ぶ:0/16", - "DescriptionDone": "16の単語を習得", + "DescriptionDone": "16の言葉を習得", "Icon": "milestonePatches/PATCH.LEARN.1.png", "Type": "Normal", "Rewards": [ diff --git a/assets/json/ja/TechTree.lang.json b/assets/json/ja/TechTree.lang.json index f14776881..e11f5752d 100644 --- a/assets/json/ja/TechTree.lang.json +++ b/assets/json/ja/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "装飾モジュール", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "安全なアーカイブ", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "燃料キャニスター", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "オービタルストレージ", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "ストレージフレーム", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "小型ホログラフィックディスプレイA", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "スタンディングサイン", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "スタンディングサイン B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "地形図", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "小型ホログラフィックディスプレイB", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "小型ホログラフィックディスプレイC", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "ホログラフィックウォールディスプレイA", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "ホログラフィックウォールディスプレイB", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "ホログラフィックコーバックスディスプレイ", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "ホログラフィックヴァイキーンディスプレイ", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "ホログラフィックゲックディスプレイ", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "照明アレイ", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "フレーム照明", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "台座ライト", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "ピラーライト", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "パワートランスフォーマー", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "バイオクレート", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "小型観葉植物", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "サーバーブロック A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "データキャビネット", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "サーバーブロック B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "油圧アーム", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "照明", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "工業モジュール", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "農業モジュール", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "木材製の建造物", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "木材製の屋根", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "石製の建造物", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "石製の屋根", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "合金製の建造物", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "合金製の屋根", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "原始的形状", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "保管ユニット", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/ja/Technology.lang.json b/assets/json/ja/Technology.lang.json index b085a83e7..93e2af8aa 100644 --- a/assets/json/ja/Technology.lang.json +++ b/assets/json/ja/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "経済状況スキャナー", "Group": "長距離センサーテクノロジー", - "Description": "宇宙船の銀河スケールセンサーを\nアップグレードする。このデバイスを使うと、\n星系を訪れなくても詳しい経済状況データを\n閲覧できるようになる。", + "Description": "宇宙船の銀河スケールセンサー<>をアップグレードする。このデバイスを使うと、星系を訪れなくても詳しい経済状況データ<>を閲覧できるようになる。収集したデータはギャラクシーマップ<>に自動的に表示される。\n\nFE_ALT1<>でスキャナ内部のトレードコンピュータ<>をアクティブにすると、収益性の高い取引急増イベント<>を検索できる。", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -2001,7 +2001,7 @@ { "Id": "tech56", "Icon": "tradeItems/7.png", - "Name": "船体の損傷", + "Name": "外殻破壊", "Group": "破損した宇宙船コンポーネント", "Description": "宇宙船のサブシステムが深刻なダメージ<>を受けました。ダメージを修復するまでスロットを貯蔵<>やテクノロジー<>用に使用することはできません。REPAIR<>で修理を開始してください。\n\n宇宙船の主要機能には影響を及ぼしません。ダメージを修復すれば通常どおり一般アイテムケースが使用可能になります。", "BaseValueUnits": 1.0, @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "知覚体レジスタ", "Group": "不完全なセンチネルの回収", "Description": "このマルチツールはハイブリッドテクノロジーだ。未加工のスクラップと強力なエネルギーを融合したもので、一部はサルベージ、一部はセンチネル、一部は未定義のもの...\n\nこのリサイクル融合のプロセスは、このツールが必要がった時には不完全<>だった。REPAIR<>で修復作業を継続して、このスロットを汎用できるようにしよう。", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "不協和音のプリズム", "Group": "不完全なセンチネルの回収", "Description": "このマルチツールはハイブリッドテクノロジーだ。未加工のスクラップと強力なエネルギーを融合したもので、一部はサルベージ、一部はセンチネル、一部は未定義のもの...\n\nこのリサイクル融合のプロセスは、このツールが必要がった時には不完全<>だった。REPAIR<>で修復作業を継続して、このスロットを汎用できるようにしよう。", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "壊れたレンズ", "Group": "不完全なセンチネルの回収", "Description": "このマルチツールはハイブリッドテクノロジーだ。未加工のスクラップと強力なエネルギーを融合したもので、一部はサルベージ、一部はセンチネル、一部は未定義のもの...\n\nこのリサイクル融合のプロセスは、このツールが必要がった時には不完全<>だった。REPAIR<>で修復作業を継続して、このスロットを汎用できるようにしよう。", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "枯渇したパワーコア", "Group": "不完全なセンチネルの回収", "Description": "このマルチツールはハイブリッドテクノロジーだ。未加工のスクラップと強力なエネルギーを融合したもので、一部はサルベージ、一部はセンチネル、一部は未定義のもの...\n\nこのリサイクル融合のプロセスは、このツールが必要がった時には不完全<>だった。REPAIR<>で修復作業を継続して、このスロットを汎用できるようにしよう。", @@ -9562,7 +9562,7 @@ { "Id": "tech261", "Icon": "technology/261.png", - "Name": "船体の損傷", + "Name": "外殻破壊", "Group": "破損した宇宙船コンポーネント", "Description": "宇宙船のサブシステムが深刻なダメージ<>を受けました。ダメージを修復するまでスロットを貯蔵<>やテクノロジー<>用に使用することはできません。REPAIR<>で修理を開始してください。\n\n宇宙船の主要機能には影響を及ぼしません。ダメージを修復すれば通常どおり一般アイテムケースが使用可能になります。", "BaseValueUnits": 1.0, @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "錆びた電気回路", "Group": "破損した宇宙船コンポーネント", "Description": "宇宙船のサブシステムが深刻なダメージ<>を受けました。ダメージを修復するまでスロットを貯蔵<>やテクノロジー<>用に使用することはできません。REPAIR<>で修理を開始してください。\n\n宇宙船の主要機能には影響を及ぼしません。ダメージを修復すれば通常どおり一般アイテムケースが使用可能になります。", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "油圧系損傷", "Group": "破損した宇宙船コンポーネント", "Description": "宇宙船のサブシステムが深刻なダメージ<>を受けました。ダメージを修復するまでスロットを貯蔵<>やテクノロジー<>用に使用することはできません。REPAIR<>で修理を開始してください。\n\n宇宙船の主要機能には影響を及ぼしません。ダメージを修復すれば通常どおり一般アイテムケースが使用可能になります。", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "腐食したタンク", "Group": "破損した宇宙船コンポーネント", "Description": "宇宙船のサブシステムが深刻なダメージ<>を受けました。ダメージを修復するまでスロットを貯蔵<>やテクノロジー<>用に使用することはできません。REPAIR<>で修理を開始してください。\n\n宇宙船の主要機能には影響を及ぼしません。ダメージを修復すれば通常どおり一般アイテムケースが使用可能になります。", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "崩壊したモジュール", "Group": "破損したマルチツールコンポーネント", "Description": "マルチツールのサブシステムが致命的なダメージを受けました<>。\n\nダメージを修復するまでスロットは使用できません。REPAIR<>で修理を開始してください。\n\n修理すれば通常どおり使用可能になります。", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "配線繊維の破損", "Group": "破損したマルチツールコンポーネント", "Description": "マルチツールのサブシステムが致命的なダメージを受けました<>。\n\nダメージを修復するまでスロットは使用できません。REPAIR<>で修理を開始してください。\n\n修理すれば通常どおり使用可能になります。", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "焼き切れたターミナル", "Group": "破損したマルチツールコンポーネント", "Description": "マルチツールのサブシステムが致命的なダメージを受けました<>。\n\nダメージを修復するまでスロットは使用できません。REPAIR<>で修理を開始してください。\n\n修理すれば通常どおり使用可能になります。", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "故障した抵抗器", "Group": "破損したマルチツールコンポーネント", "Description": "マルチツールのサブシステムが致命的なダメージを受けました<>。\n\nダメージを修復するまでスロットは使用できません。REPAIR<>で修理を開始してください。\n\n修理すれば通常どおり使用可能になります。", diff --git a/assets/json/ko/Buildings.lang.json b/assets/json/ko/Buildings.lang.json index 4fe847f5e..eb4c4ab40 100644 --- a/assets/json/ko/Buildings.lang.json +++ b/assets/json/ko/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "소모형 불꽃놀이 장치", "Description": "카드뮴<> 소금으로 색을 낸 이 이국적인 불꽃놀이는 꿈틀거리는 타이탄 샌드웜 모습에서 영감을 받았습니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "소모형 불꽃놀이 장치", "Description": "나트륨<> 소금으로 색을 낸 이 이국적인 불꽃놀이는 꿈틀거리는 타이탄 샌드웜 모습에서 영감을 받았습니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "소모형 불꽃놀이 장치", "Description": "에메릴<> 소금으로 색을 낸 이 이국적인 불꽃놀이는 꿈틀거리는 타이탄 샌드웜 모습에서 영감을 받았습니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "보안 기록 보관소", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "연료통", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "궤도 보관소", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "보관소 프레임", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "홀로그램 겍 디스플레이", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "홀로그램 코백스 디스플레이", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "홀로그램 바이-킨 디스플레이", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "홀로그램 벽면 디스플레이 A", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "홀로그램 벽면 디스플레이 B", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "소형 홀로그램 디스플레이 A", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "소형 홀로그램 디스플레이 B", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "소형 홀로그램 디스플레이 C", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "프레임 조명", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "조명 어레이", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "받침 조명", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "기둥 조명", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "바이오 상자", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "소형 화분", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "서버 블록 A", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "서버 블록 B", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "데이터 캐비닛", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "전력 변압기", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "유압식 팔", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "우호도 간판", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "우호도 간판 B", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "지형 테이블", + "Group": "합성 우주정거장 장식", + "Description": "거주 가능한 기지용으로 설계된 장식 부품<>입니다.\n\n이 부품은 우주에 있는 여러 우주정거장<> 중 하나의 스타일로 제작되었습니다.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "보라색 리본 폭죽", + "Group": "소모형 불꽃놀이 장치", + "Description": "아틀란티디움<>과 안티몬<> 원소로 반짝거리는 이 이색적인 폭죽은 힘차게 나선형 리본 형태를 이루며 불꽃을 뿜어냅니다. 불을 붙여 하늘에 광채를 수놓으십시오.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "파란색 리본 폭죽", + "Group": "소모형 불꽃놀이 장치", + "Description": "인듐<>과 안티몬<> 원소로 반짝거리는 이 이색적인 폭죽은 힘차게 나선형 리본 형태를 이루며 불꽃을 뿜어냅니다. 불을 붙여 하늘에 광채를 수놓으십시오.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "청록색 리본 폭죽", + "Group": "소모형 불꽃놀이 장치", + "Description": "아연<>과 안티몬<> 원소로 반짝거리는 이 이색적인 폭죽은 힘차게 나선형 리본 형태를 이루며 불꽃을 뿜어냅니다. 불을 붙여 하늘에 광채를 수놓으십시오.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "변환된 신호 포스터", + "Group": "장식", + "Description": "자체 접착식, 구겨짐 방지 처리된 독점 벽면 예술입니다.\n우주의 우세한 세력 간에 보낸 수많은 장거리 통신 신호의 단편을 나타낸 포스터입니다.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "함선 부품 포스터", + "Group": "장식", + "Description": "자체 접착식, 구겨짐 방지 처리된 독점 벽면 예술입니다.\n정직한 함선 세일즈겍 바카르에서 기증한 포스터입니다. 지금 함선 부품 매장을 방문하십시오! 최고의 친구, 최고의 가격!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "빵 판매 포스터", + "Group": "장식", + "Description": "자체 접착식 주름 방지 벽 예술 작품입니다.\n바삭한 롤빵과 갓 구운 귀신 들린 웨이퍼를 비롯한 다양한 제과제빵 상품을 광고하는 포스터입니다.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ko/Curiosity.lang.json b/assets/json/ko/Curiosity.lang.json index fec2935d8..a94cbcfed 100644 --- a/assets/json/ko/Curiosity.lang.json +++ b/assets/json/ko/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "유토피아 보급품 감마", "Group": "유토피아 파운데이션 보급품 은닉처", "Description": "뉴 세스토(New Sesto) 행성의 가파르고 황량한 산악지대에서 힘들게 일하는 일꾼들을 지원하기 위해 유토피아 감독관이 은닉처의 이 중요한 물품을 기꺼이 공급합니다.\n\n공급품 팩을 선택하고 패키지 열기<>(FE_ALT1<>)를 사용하여 유토피아 파운데이션 보급품을 수집하십시오. 다음 임무<>에 대한 세부 정보도 포함되어 있습니다.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "유토피아 보급품 델타", "Group": "유토피아 파운데이션 보급품 은닉처", "Description": "지금 아이달스(Idalth) XIV 행성의 [ 내용 삭제<> ]에 맞서 살아남은 일꾼들을 지원하기 위해 유토피아 감독관이 은닉처의 이 중요한 물품을 기꺼이 공급합니다.\n\n공급품 팩을 선택하고 패키지 열기<>(FE_ALT1<>)를 사용하여 유토피아 파운데이션 보급품을 수집하십시오. 다음 임무<>에 대한 세부 정보도 포함되어 있습니다.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "유토피아 보급품 엡실론", "Group": "유토피아 파운데이션 보급품 은닉처", "Description": "엔딜(Endil) A8 행성의 찐득거리는 수렁 속에서도 고귀한 재건 활동을 수행하는 일꾼들을 지원하기 위해 유토피아 감독관이 은닉처의 이 중요한 물품을 기꺼이 공급합니다.\n\n공급품 팩을 선택하고 패키지 열기<>(FE_ALT1<>)를 사용하여 유토피아 파운데이션 보급품을 수집하세요. 다음 임무<>에 대한 세부 정보도 포함되어 있습니다.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "거주지 좌표 감마", "Group": "유토피아 파운데이션 거주지 차트", "Description": "유토피아 파운데이션의 지도로, 목표 건설 현장의 맞춤 좌표<>를 보여줍니다.\n\n지도를 선택하고 경로 구성<>(FE_ALT1<>)를 사용하여 엑소슈트 디스플레이에 해당 위치를 고정할 수 있습니다.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "거주지 좌표 델타", "Group": "유토피아 파운데이션 거주지 차트", "Description": "유토피아 파운데이션의 지도로, 목표 건설 현장의 맞춤 좌표<>를 보여줍니다.\n\n지도를 선택하고 경로 구성<>(FE_ALT1<>)를 사용하여 엑소슈트 디스플레이에 해당 위치를 고정할 수 있습니다.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "거주지 좌표 엡실론", "Group": "유토피아 파운데이션 거주지 차트", "Description": "유토피아 파운데이션의 지도로, 목표 건설 현장의 맞춤 좌표<>를 보여줍니다.\n\n지도를 선택하고 경로 구성<>(FE_ALT1<>)를 사용하여 엑소슈트 디스플레이에 해당 위치를 고정할 수 있습니다.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "데이터를 엑소슈트 항법 마커로 변환" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "해적 트랜스폰더", + "Group": "회수된 식별 장치", + "Description": "무법자 함선<>의 내부 신호 어레이에서 뜯어낸 고유 ID 트랜스폰더<>입니다.\n\n이 장치를 가지고 있다는 건 해당 함선을 파괴했다는 뜻입니다. 용병 길드<> 특사에게 넘겨주고 관련 현상금을 수령하십시오.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ko/NutrientProcessor.lang.json b/assets/json/ko/NutrientProcessor.lang.json index 97501545f..e9ca9511c 100644 --- a/assets/json/ko/NutrientProcessor.lang.json +++ b/assets/json/ko/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "미끼 준비하기" + "Operation": "프로세서 설정: 미끼 준비" }, { "Id": "nut574", diff --git a/assets/json/ko/Others.lang.json b/assets/json/ko/Others.lang.json index 6cebc2d18..fc7d6b72e 100644 --- a/assets/json/ko/Others.lang.json +++ b/assets/json/ko/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. 슈트", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "해제 가능한 후드", "Description": "자유의 목소리<>로 노래할 자들에게 수여된 부드러운 비단 수의입니다.\n\n이 독점 외관 오버라이드<>는 외모 수정기<>에서 엑소슈트 외관으로 적용할 수 있습니다.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "리믹스 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "리믹스 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "리믹스 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "리믹스 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -6023,7 +6024,7 @@ "Group": "엑소슈트 비주얼 개선", "Description": "독점 엑소슈트 외관 오버라이드<>입니다.\n\n센티널 무리에서 훔친 기술로 조립한 이 티타늄 비행팩의 엔진에는 예냉각을 위해 퍼그늄과 질소가 지속적으로 흐르며, 그 덕분에 뛰어난 연료 효율과 쥐죽은 듯이 조용한 작동이 가능합니다.\n\n경고<>: 퍼그늄 격납 용기는 보호 장비 없이 취급할 수 없음.\n\n외모 수정기<>에서 엑소슈트의 외관을 변경할 수 있습니다.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "축하 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "축하 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "축하 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "축하 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "다양한 세 종류의 폭죽이 들어있는 팩입니다. 크로마틱 폭죽<>, 아틀라스 폭죽<> 및 패턴 폭죽<>이 들어 있습니다. 점화시키면 하늘을 눈부시게 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관을 배치하십시오. 경고<>: 살아있는 생물체에게 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "별에서 태어난 돌파선", "Group": "독점 함선", - "Description": "오메가<> 원정 완료를 기념하는 독특한 독점 함선<>입니다.\n\n이 다용도 함선은 방사선 저항 장갑으로 도금되어 있으며 공기 역학적 프로필로 설계되어 대기 중의 환경에서 민첩하게 비행할 수 있습니다.\n\n이 함선을 수령<>하여 컬렉션에 추가하거나 현재 함선과 교환<>하십시오. 행성에 있을 경우, 빠른 메뉴(QUICK_MENU<>)에서 함선을 소환하십시오.", + "Description": "오메가<> 원정 완료를 기념하는 독특한 독점 함선<>입니다.\n\n이 독특한 함선은 비행 중에 손쉽게 활공하는 데 최적화되어 있으며, 국지적 벡터장을 이용해 단단한 평면 위에 떠 있을 수 있습니다.\n\n이 함선을 수령<>하여 컬렉션에 추가하거나 현재 함선과 교환<>하십시오. 행성에 있는 동안 빠른 메뉴(QUICK_MENU<>)에서 함선을 소환할 수 있습니다.", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "타이탄 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "우주를 배회하는 타이탄 샌드웜으로부터 영감을 받은 세 가지 종류의 호화로운 폭죽이 들어있는 팩입니다. 카드뮴<>, 나트륨<>, 에메릴<>이 풍부한 폭죽입니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "타이탄 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "우주를 배회하는 타이탄 샌드웜으로부터 영감을 받은 세 가지 종류의 호화로운 폭죽이 들어있는 팩입니다. 카드뮴<>, 나트륨<>, 에메릴<>이 풍부한 폭죽입니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "타이탄 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "우주를 배회하는 타이탄 샌드웜으로부터 영감을 받은 세 가지 종류의 호화로운 폭죽이 들어있는 팩입니다. 카드뮴<>, 나트륨<>, 에메릴<>이 풍부한 폭죽입니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "타이탄 폭죽 팩", "Group": "불꽃놀이 멀티팩", "Description": "우주를 배회하는 타이탄 샌드웜으로부터 영감을 받은 세 가지 종류의 호화로운 폭죽이 들어있는 팩입니다. 카드뮴<>, 나트륨<>, 에메릴<>이 풍부한 폭죽입니다. 점화시키면 하늘에 광채를 수놓습니다.\n\n건설 메뉴<>(BUILD_MENU<>)를 통해 발사관에 배치하십시오. 경고<>: 살아있는 생물체를 겨냥하지 마십시오. 실내에서의 사용은 권장하지 않습니다.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "오메가 동체", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "찬란한 조종석", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "핫로드 조종석", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "바늘 동체", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "알파 조종석", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "벡터 동체", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "매끈한 조종석", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "스피더 동체", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "터빈 동체", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 동체<> 및 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "벡터 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "벡터 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "하드프레임 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "하드프레임 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "하드프레임 S 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "하드프레임 S 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "하드프레임 E 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "하드프레임 E 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "하드프레임 V 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "하드프레임 V 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "하드프레임 C 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "하드프레임 C 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "헤일로 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "애프터버너 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "애프터버너 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "애프터버너 E 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "애프터버너 E 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "애프터버너 V 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "애프터버너 V 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "애프터버너 C 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "애프터버너 C 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "독수리 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "독수리 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "팰리세이드 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "팰리세이드 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "스타댄서 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "스타댄서 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "호라이즌 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "호라이즌 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "찬란한 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "찬란한 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "드로이드 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "드로이드 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "드로이드 S 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "드로이드 S 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "드로이드 E 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "드로이드 E 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "드로이드 V 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "드로이드 V 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "드로이드 C 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "드로이드 C 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "퀘이사 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "퀘이사 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "스웹트 날개(낮음)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "스웹트 날개(중간)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "스웹트 날개(전체)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "베스퍼 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "베스퍼 날개(스웹트)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "갈매기 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "베스퍼 날개(핀)", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "비질 날개", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "트라이 부스터", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "모노 추진기", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "벡터 추진기", + "Group": "전사 함선 부품", + "Description": "전투기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "슈퍼크루즈 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "타입-11 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "비행사 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "롱쇼어 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "벌커 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "협상가 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "우주 운항 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "유압식 조종석", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "메가리스 엔진", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "F 날개 메가리스 엔진", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "F 날개 메가리스 엔진", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "공수 추진기", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "F 날개 공수 추진기", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "S 날개 공수 추진기", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "듀오맥스 엔진", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 엔진<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "빈 날개 패널", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "슈퍼크루즈 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "슈퍼크루즈 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "슈퍼크루즈 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "슈퍼크루즈 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "슈퍼크루즈 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "슈퍼크루즈 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "슈퍼크루즈 팬 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "슈퍼크루즈 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "슈퍼크루즈 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "슈퍼크루즈 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "파이어박스 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "파이어박스 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "파이어박스 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "파이어박스 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "파이어박스 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "파이어박스 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "터빈 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "파이어박스 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "파이어박스 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "파이어박스 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "불워크 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "불워크 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "불워크 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "불워크 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "불워크 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "불워크 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "불워크 팬 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "불워크 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "불워크 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "불워크 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "롱쇼어 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "롱쇼어 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "롱쇼어 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "롱쇼어 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "롱쇼어 팬 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "롱쇼어 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "롱쇼어 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "롱쇼어 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "와이드바디 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "와이드바디 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "와이드바디 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "와이드바디 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "와이드바디 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "와이드바디 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "와이드바디 팬 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "와이드바디 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "와이드바디 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "와이드바디 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "이온 플레어 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "이온 플레어 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "이온 플레어 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "이온 플레어 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "이온 플레어 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "이온 플레어 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "이온 블레이드 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "이온 플레어 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "이온 플레어 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "이온 플레어 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "스트라토펄스 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "스트라토펄스 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "스트라토펄스 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "스트라토펄스 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "스트라토펄스 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "스트라토펄스 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "스트라토펄스 팬 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "스트라토펄스 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "스트라토펄스 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "스트라토펄스 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "램제트 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "램제트 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "램제트 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "램제트 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "램제트 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "램제트 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "하이록 발사기", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "램제트 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "램제트 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "램제트 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "임펄스 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "임펄스 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "임펄스 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "임펄스 C 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "임펄스 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "임펄스 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "임펄스 발사기", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "임펄스 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "임펄스 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "임펄스 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "헤비-22 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "헤비-22 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "헤비-22 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "헤비-22 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "헤비-22 W 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "슈퍼콘도르 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "헤비-22 V 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "헤비-22 분할 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "헤비-22 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "메가리스 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "울트라리스 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "메가리스 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "메가리스 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "메가리스 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "메가리스 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "벌커 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "벌커 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "벌커 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "벌커 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "벌커 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "타이탄 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "타이탄 S 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "타이탄 F 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "타이탄 D 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "타이탄 A 날개", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "E 날개 헤비", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "동체 장갑", + "Group": "운반자 함선 부품", + "Description": "수송기<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "반딧불 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "반딧불 F 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "반딧불 S 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "반딧불 D 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "잠자리 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "잠자리 F 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "잠자리 S 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "잠자리 D 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "유클리드 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "헤스페리우스 선체", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 조종석<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "날개 밑동(비어 있음)", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "글라이더 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "펄서 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "펄서 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "펄서 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "펄서 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "오벨리스크 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "상공파 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "프리즘 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "평면 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "소용돌이 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "태양 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "날개 캡", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "날개 캡", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "감독관 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "스카이랜스 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "슈퍼포일 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "잠자리 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "반딧불 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "액시얼 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "단파 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "태양 흑점 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "태양 흑점 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "태양 흑점 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "태양 흑점 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "아크포일 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "장파 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "드럼 날개(오벨리스크)", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "드럼 날개", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "드럼 날개(감독관)", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "드럼 날개(단파)", + "Group": "탐험가 함선 부품", + "Description": "탐사선<> 클래스 함선의 보조 부품으로, 함선의 날개<>의 형태와 위치를 결정하는 모듈입니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ko/Products.lang.json b/assets/json/ko/Products.lang.json index 8a70ac519..2fc8dc922 100644 --- a/assets/json/ko/Products.lang.json +++ b/assets/json/ko/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "C 클래스 원자로", + "Group": "함선 발전기", + "Description": "함선의 보조 부품인 원자로 코어<>입니다. 이 기본 발전기 유닛은 C 클래스<> 함선에 동력을 공급할 수 있습니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "B 클래스 원자로", + "Group": "향상된 함선 발전기", + "Description": "함선의 보조 부품인 원자로 코어<>입니다. 이 업그레이드된 발전기 유닛은 B 클래스<> 함선에 동력을 공급할 수 있습니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "A 클래스 원자로", + "Group": "강력한 함선 발전기", + "Description": "함선의 보조 부품인 원자로 코어<>입니다. 이 고급 발전기 유닛은 A 클래스<> 함선에 동력을 공급할 수 있습니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "S 클래스 원자로", + "Group": "최고급 함선 발전기", + "Description": "함선의 보조 부품인 원자로 코어<>입니다. 이 탁월한 발전기 유닛은 S 클래스<> 함선에 동력을 공급할 수 있습니다.\n\n우주정거장에 있는 함선 외형<> 유닛에서 기존 함선을 분해하여 함선 부품을 획득하십시오. 함선 제작기<>를 찾아가 새 함선을 설계하고 조립하십시오.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ko/SeasonalExpedition.lang.json b/assets/json/ko/SeasonalExpedition.lang.json index 2da62d5e4..cb889d9f0 100644 --- a/assets/json/ko/SeasonalExpedition.lang.json +++ b/assets/json/ko/SeasonalExpedition.lang.json @@ -456,7 +456,7 @@ "MissionId": "", "Id": "seas-1-expedPhase-2-milestone-2", "Title": "유람객", - "Description": "여러 환경 탐험하기: 0/1", + "Description": "서로 다른 환경 탐험: 0/1", "DescriptionDone": "1가지 행성 유형 탐험 완료", "Icon": "milestonePatches/PATCH.BIOME.2.png", "Type": "Normal", @@ -2397,7 +2397,7 @@ "MissionId": "BASIC_BIOME", "Id": "seas-1-redux-expedPhase-2-milestone-2", "Title": "유람객", - "Description": "여러 환경 탐험하기: 0/1", + "Description": "서로 다른 환경 탐험: 0/1", "DescriptionDone": "1가지 행성 유형 탐험 완료", "Icon": "milestonePatches/PATCH.BIOME.2.png", "Type": "Normal", @@ -13592,7 +13592,7 @@ "MissionId": "", "Id": "seas-5-expedPhase-2-milestone-7", "Title": "유람객", - "Description": "여러 환경 탐험하기: 0/1", + "Description": "서로 다른 환경 탐험: 0/1", "DescriptionDone": "1가지 행성 유형 탐험 완료", "Icon": "milestonePatches/PATCH.PLANETTYPES.png", "Type": "Normal", @@ -15511,7 +15511,7 @@ "MissionId": "BASIC_BIOME2", "Id": "seas-5-redux-expedPhase-3-milestone-3", "Title": "유람객", - "Description": "여러 환경 탐험하기: 0/1", + "Description": "서로 다른 환경 탐험: 0/1", "DescriptionDone": "1가지 행성 유형 탐험 완료", "Icon": "milestonePatches/PATCH.PLANETTYPES.png", "Type": "Normal", diff --git a/assets/json/ko/TechTree.lang.json b/assets/json/ko/TechTree.lang.json index daefb559a..0e66e65d9 100644 --- a/assets/json/ko/TechTree.lang.json +++ b/assets/json/ko/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "장식 모듈", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "보안 기록 보관소", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "연료통", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "궤도 보관소", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "보관소 프레임", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "소형 홀로그램 디스플레이 A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "우호도 간판", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "우호도 간판 B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "지형 테이블", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "소형 홀로그램 디스플레이 B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "소형 홀로그램 디스플레이 C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "홀로그램 벽면 디스플레이 A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "홀로그램 벽면 디스플레이 B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "홀로그램 코백스 디스플레이", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "홀로그램 바이-킨 디스플레이", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "홀로그램 겍 디스플레이", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "조명 어레이", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "프레임 조명", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "받침 조명", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "기둥 조명", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "전력 변압기", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "바이오 상자", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "소형 화분", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "서버 블록 A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "데이터 캐비닛", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "서버 블록 B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "유압식 팔", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "조명", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "공업 모듈", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "농업 모듈", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "재목 구조물", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "재목 지붕", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "석제 구조물", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "석제 지붕", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "합금 구조물", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "합금 지붕", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "기본형", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "저장 유닛", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/ko/Technology.lang.json b/assets/json/ko/Technology.lang.json index 3e4c25a8f..7fce9be17 100644 --- a/assets/json/ko/Technology.lang.json +++ b/assets/json/ko/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "경제 스캐너", "Group": "장거리 센서 기술", - "Description": "함선의 은하계 단위 센서용 업그레이드입니다. 이 장치는 사용자가 성계를 방문하지 않고도 해당 성계의 자세한 경제 데이터를 확인할 수 있도록 해줍니다.", + "Description": "함선의 은하계 단위 센서용<> 업그레이드입니다. 이 장치는 사용자가 성계를 방문하지 않고도 해당 성계의 자세한 경제 데이터<>를 확인할 수 있도록 해줍니다. 은하계 지도<>에서 수집된 데이터를 자동으로 확인할 수 있습니다.\n\n스캐너에 내장된 무역 컴퓨터<>를 FE_ALT1<>로 활성화하여 수익성이 높은 무역 급증 이벤트<>를 검색하십시오.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "지성체 레지스터", "Group": "노획한 미완성 센티널", "Description": "이 멀티툴은 조잡한 고철과 심오하고 강력한 에너지가 합쳐진 하이브리드 기술의 결과물입니다. 일부는 노획물, 일부는 센티널이며, 나머지는 정의할 수 없는 것들로 이루어져 있습니다...\n\n이러한 재활용 융합 프로세스는 이 도구를 획득한 시점에는 미완성<>이었습니다. REPAIR<>로 수리 작업을 계속하여 이 슬롯을 일반 용도로 사용 가능하게 만드십시오.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "부조화 프리즘", "Group": "노획한 미완성 센티널", "Description": "이 멀티툴은 조잡한 고철과 심오하고 강력한 에너지가 합쳐진 하이브리드 기술의 결과물입니다. 일부는 노획물, 일부는 센티널이며, 나머지는 정의할 수 없는 것들로 이루어져 있습니다...\n\n이러한 재활용 융합 프로세스는 이 도구를 획득한 시점에는 미완성<>이었습니다. REPAIR<>로 수리 작업을 계속하여 이 슬롯을 일반 용도로 사용 가능하게 만드십시오.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "오염된 렌즈", "Group": "노획한 미완성 센티널", "Description": "이 멀티툴은 조잡한 고철과 심오하고 강력한 에너지가 합쳐진 하이브리드 기술의 결과물입니다. 일부는 노획물, 일부는 센티널이며, 나머지는 정의할 수 없는 것들로 이루어져 있습니다...\n\n이러한 재활용 융합 프로세스는 이 도구를 획득한 시점에는 미완성<>이었습니다. REPAIR<>로 수리 작업을 계속하여 이 슬롯을 일반 용도로 사용 가능하게 만드십시오.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "고갈된 동력 코어", "Group": "노획한 미완성 센티널", "Description": "이 멀티툴은 조잡한 고철과 심오하고 강력한 에너지가 합쳐진 하이브리드 기술의 결과물입니다. 일부는 노획물, 일부는 센티널이며, 나머지는 정의할 수 없는 것들로 이루어져 있습니다...\n\n이러한 재활용 융합 프로세스는 이 도구를 획득한 시점에는 미완성<>이었습니다. REPAIR<>로 수리 작업을 계속하여 이 슬롯을 일반 용도로 사용 가능하게 만드십시오.", @@ -9530,7 +9530,7 @@ "Icon": "technology/260.png", "Name": "거부한 자의 표식", "Group": "우주적 낙인", - "Description": "한 점에 불과한 아주 작은 우주진의 티끌이다. 자세히 살펴보니 모든 표면이 결정 조각과 왜곡된 진홍빛 기하학 문양으로 이루어져 있다.\n\n자유를 요구하는 그것은 억제된 에너지를 내뿜으며 명멸한다.\n\n우주에 있는 성계와 행성, 물체를 발견해<> 표식을 강화하십시오<>.", + "Description": "한 점에 불과한 아주 작은 우주진의 티끌이다. 자세히 살펴보니 모든 표면이 결정 조각과 왜곡된 진홍빛 기하학 문양으로 이루어져 있다.\n\n자유를 요구하는 그것은 억제된 에너지를 내뿜으며 명멸한다.\n\n우주 곳곳의 성계와 행성, 물체를 발견<>해 표식을 강화<>하자.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "녹슨 회로", "Group": "파손된 함선 부품", "Description": "함선 서브시스템에 심각한 손상<>이 발생했습니다. 피해를 수리할 때까지 슬롯에 화물<>이나 기술<>을 적재할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n핵심 함선 기능은 영향을 받지 않습니다. 수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "유압 계통 파손", "Group": "파손된 함선 부품", "Description": "함선 서브시스템에 심각한 손상<>이 발생했습니다. 피해를 수리할 때까지 슬롯에 화물<>이나 기술<>을 적재할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n핵심 함선 기능은 영향을 받지 않습니다. 수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "탱크 부식", "Group": "파손된 함선 부품", "Description": "함선 서브시스템에 심각한 손상<>이 발생했습니다. 피해를 수리할 때까지 슬롯에 화물<>이나 기술<>을 적재할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n핵심 함선 기능은 영향을 받지 않습니다. 수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "모듈 오염", "Group": "파손된 멀티툴 부품", "Description": "멀티툴 서브시스템에 치명적인 손상<>이 발생했습니다.\n\n피해를 수리할 때까지 슬롯을 사용할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "미약한 피해", "Group": "파손된 멀티툴 부품", "Description": "멀티툴 서브시스템에 치명적인 손상<>이 발생했습니다.\n\n피해를 수리할 때까지 슬롯을 사용할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "터미널 소실", "Group": "파손된 멀티툴 부품", "Description": "멀티툴 서브시스템에 치명적인 손상<>이 발생했습니다.\n\n피해를 수리할 때까지 슬롯을 사용할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "레지스터 고장", "Group": "파손된 멀티툴 부품", "Description": "멀티툴 서브시스템에 치명적인 손상<>이 발생했습니다.\n\n피해를 수리할 때까지 슬롯을 사용할 수 없습니다. REPAIR<>을 사용해서 수리를 진행하십시오.\n\n수리하면 슬롯을 일반 용도로 사용할 수 있습니다.", diff --git a/assets/json/nl/Buildings.lang.json b/assets/json/nl/Buildings.lang.json index 560f44c0f..40eae57ec 100644 --- a/assets/json/nl/Buildings.lang.json +++ b/assets/json/nl/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Vuurwerkapparaat", "Description": "Dit exotische vuurwerk, gekleurd met cadmiumzouten<>, is geïnspireerd op de golvende vorm van de titanische zandwormen. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het Bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Vuurwerkapparaat", "Description": "Dit exotische vuurwerk, gekleurd met natriumzouten<>, is geïnspireerd op de golvende vorm van de titanische zandwormen. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het Bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Vuurwerkapparaat", "Description": "Dit exotische vuurwerk, gekleurd met emerilzouten<>, is geïnspireerd op de golvende vorm van de titanische zandwormen. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het Bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Beveiligd archief", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Brandstofvat", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Orbitale opslag", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Opslagframe", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Holografische Gek-display", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Holografische Korvax-display", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Holografische Vy'keen-display", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Holografische wanddisplay A", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Holografische wanddisplay B", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Kleine holografische display A", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Kleine holografische display B", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Kleine holografische display C", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Frameverlichting", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Verlichtingsmatrix", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Sokkellicht", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Pijlerlicht", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Biokrat", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Kleine plantenbak", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Serverblok A", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Serverblok B", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Datakast", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Voedingstransformator", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Hydraulische armen", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Staand bord", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Staand bord B", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Topografische tabel", + "Group": "Synthetische ruimtestationdecoratie", + "Description": "Een decoratief stuk<> ontworpen voor gebruik in bewoonbare basissen.\n\nDit onderdeel is vervaardigd in de stijl van een van de vele ruimtestations<> in het universum.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Paars lintvuurwerk", + "Group": "Vuurwerkapparaat", + "Description": "Dit exotische vuurwerk, sprankelend van de elementen atlantideum<> en antimoon<>, barst uit in een cluster van wild spiraalvormige linten. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het Bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Blauw lintvuurwerk", + "Group": "Vuurwerkapparaat", + "Description": "Dit exotische vuurwerk, sprankelend van de elementen indium<> en antimoon<>, barst uit in een cluster van wild spiraalvormige linten. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het Bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Blauwgroen lintvuurwerk", + "Group": "Vuurwerkapparaat", + "Description": "Dit exotische vuurwerk, sprankelend van de elementen zink<> en antimoon<>, barst uit in een cluster van wild spiraalvormige linten. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het Bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Poster van verstoord signaal", + "Group": "Decoratie", + "Description": "Een exclusieve, zelfklevende, kreukvrije wandversiering.\nDeze poster vertegenwoordigt fragmenten van de vele langeafstandssignalen tussen de dominante facties van het universum.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Poster van scheepsonderdelen", + "Group": "Decoratie", + "Description": "Een exclusieve, zelfklevende, kreukvrije wandversiering.\nDeze poster is gedoneerd door de eerlijke VerkoopGek Bakkar. Ga vandaag nog naar zijn winkel voor scheepsonderdelen! Beste prijzen voor beste vrienden!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Poster van bakverkoop", + "Group": "Decoratie", + "Description": "Een exclusieve, zelfklevende, kreukvrije wandversiering.\nDeze poster maakt reclame voor een assortiment aan gebak, waaronder een knapperig broodje en een stapel spookwafels.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/nl/Curiosity.lang.json b/assets/json/nl/Curiosity.lang.json index 61e3e2623..3f78444bd 100644 --- a/assets/json/nl/Curiosity.lang.json +++ b/assets/json/nl/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Utopie-bevoorrading Gamma", "Group": "Bevoorrading van Utopie-stichting", "Description": "De Utopie-opzichters verstrekken graag deze levering met essentiële goederen aan de arbeiders die op heldhaftige wijze zwoegen op de steile, blootgestelde bergen van de planeet New Sesto.\n\nSelecteer het bevoorradingspakket en gebruik\nPakket openen<> (FE_ALT1<>) om de bevoorrading van de Utopie-stichting en details van je volgende opdracht<> te ontvangen.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Utopie-bevoorrading Delta", "Group": "Bevoorrading van Utopie-stichting", "Description": "De Utopie-opzichters verstrekken graag deze levering met essentiële goederen aan de overlevende arbeiders die vechten tegen de [ GECENSUREERD<> ] op de planeet Idalth XIV.\n\nSelecteer het bevoorradingspakket en gebruik\nPakket openen<> (FE_ALT1<>) om de bevoorrading van de Utopie-stichting en details van je volgende opdracht<> te ontvangen.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Utopie-bevoorrading Epsilon", "Group": "Bevoorrading van Utopie-stichting", "Description": "De Utopie-opzichters verstrekken graag deze levering met essentiële goederen aan de arbeiders die op nobele wijze werken aan de wederopbouw in de zompige moerassen van de planeet Endil A8.\n\nSelecteer het bevoorradingspakket en gebruik\nPakket openen<> (FE_ALT1<>) om de bevoorrading van de Utopie-stichting en details van je volgende opdracht<> te ontvangen.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coördinaten van nederzetting Gamma", "Group": "Kaart van nederzetting van de Utopie-stichting", "Description": "Een kaart van de Utopie-stichting met de locatie van persoonlijke coördinaten<> voor je toegewezen constructielocatie.\n\nSelecteer de kaart en gebruik Route bepalen<> (FE_ALT1<>) om de locatie weer te geven op het display van je exopak.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coördinaten van nederzetting Delta", "Group": "Kaart van nederzetting van de Utopie-stichting", "Description": "Een kaart van de Utopie-stichting met de locatie van persoonlijke coördinaten<> voor je toegewezen constructielocatie.\n\nSelecteer de kaart en gebruik Route bepalen<> (FE_ALT1<>) om de locatie weer te geven op het display van je exopak.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coördinaten van nederzetting Epsilon", "Group": "Kaart van nederzetting van de Utopie-stichting", "Description": "Een kaart van de Utopie-stichting met de locatie van persoonlijke coördinaten<> voor je toegewezen constructielocatie.\n\nSelecteer de kaart en gebruik Route bepalen<> (FE_ALT1<>) om de locatie weer te geven op het display van je exopak.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Gegevens converteren naar navigatiemarkering exopak" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Piratentransponder", + "Group": "Geborgen identificatieapparaat", + "Description": "Een unieke id-transponder<>, afgerukt van de interne zender van een bandietenruimteschip<>.\n\nHet bezit van een dergelijk apparaat impliceert de vernietiging van het betreffende schip. Geef het over aan een gezant van de Huurlingengilde<> om bijbehorende premies te verzamelen.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/nl/NutrientProcessor.lang.json b/assets/json/nl/NutrientProcessor.lang.json index 5577df304..32a6a6617 100644 --- a/assets/json/nl/NutrientProcessor.lang.json +++ b/assets/json/nl/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Maak lokaas" + "Operation": "Verwerker ingesteld op: lokaas maken" }, { "Id": "nut574", diff --git a/assets/json/nl/Others.lang.json b/assets/json/nl/Others.lang.json index a2b782ca3..f605a54dc 100644 --- a/assets/json/nl/Others.lang.json +++ b/assets/json/nl/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. pak", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Ontgrendelbare kap", "Description": "Een zijden kleed, geschonken aan hen die zingen met de Stem van de Vrijheid<>.\n\nVerander het uiterlijk van je exopak met deze exclusieve uiterlijke aanpassing<> bij een gedaantemodulator<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Geremixt vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Geremixt vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Geremixt vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Geremixt vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -6023,7 +6024,7 @@ "Group": "Visuele verbetering van het exopak", "Description": "Een exclusieve uiterlijke aanpassing van het exopak<>.\n\nEen jetpack van titanium, gemaakt met technologie die is gestolen van de Sentinel-horde. De motor wordt voorgekoeld met een constante stroom van pugneum en stikstof, waardoor het zowel zuinig als doodstil is.\n\nWaarschuwing<>: Ontsluit de pugneum-insluitingskamer alleen met beschermende uitrusting.\n\nVerander het uiterlijk van je exopak bij een gedaantemodulator<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Feestelijk vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Feestelijk vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Feestelijk vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Feestelijk vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten vuurwerk: chromatisch vuurwerk<>, Atlas-vuurwerk<> en vuurwerk met patronen<>. Ontsteek het en geniet van het glitterende spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Sterrenloper", "Group": "Exclusief ruimteschip", - "Description": "Een uniek en exclusief ruimteschip<> ter ere van de voltooiing van de expeditie Omega<>.\n\nDit veelzijdige ruimteschip is voorzien van stralingsbestendige bepantsering en ontworpen met een aerodynamisch profiel voor behendigheid tijdens atmosferische vluchten.\n\nClaim<> dit schip om het toe te voegen aan je verzameling of ruil<> je huidige schip er voor in. Op een planeet kun je schepen oproepen via het snelmenu (QUICK_MENU<>).", + "Description": "Een uniek en exclusief ruimteschip<> ter ere van de voltooiing van de expeditie Omega<>.\n\nDit ongebruikelijke ruimteschip is geoptimaliseerd voor moeiteloos zweven en een gelokaliseerd vectorveld zorgt ervoor dat dit schip over vaste oppervlakten kan zweven.\n\nClaim<> dit schip om het toe te voegen aan je verzameling of ruil<> je huidige schip er voor in. Op een planeet kun je schepen oproepen via het snelmenu (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Titan-vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten luxe vuurwerk, geïnspireerd op de titanische zandwormen die door het universum sluipen. Rijk aan cadmium<>, natrium<> en emeril<>. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Titan-vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten luxe vuurwerk, geïnspireerd op de titanische zandwormen die door het universum sluipen. Rijk aan cadmium<>, natrium<> en emeril<>. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Titan-vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten luxe vuurwerk, geïnspireerd op de titanische zandwormen die door het universum sluipen. Rijk aan cadmium<>, natrium<> en emeril<>. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Titan-vuurwerkpakket", "Group": "Vuurwerkpakket", "Description": "Een pakket met drie soorten luxe vuurwerk, geïnspireerd op de titanische zandwormen die door het universum sluipen. Rijk aan cadmium<>, natrium<> en emeril<>. Ontsteek het en geniet van het spektakel in de lucht.\n\nPlaats de lanceerbuis via het bouwmenu<> (BUILD_MENU<>). Waarschuwing<>: niet richten op levende wezens. Niet geschikt voor gebruik binnenshuis.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Omega-casco", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Stralende cockpit", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Hotrod-cockpit", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Naald-casco", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Alfa-cockpit", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Vector-casco", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Gestroomlijnde cockpit", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Speeder-casco", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Turbine-casco", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van het casco<> en de cockpit<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Vector-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Vector-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Hardframe-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Hardframe-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Hardframe S-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Hardframe S-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Hardframe E-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Hardframe E-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Hardframe V-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Hardframe V-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Hardframe C-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Hardframe C-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Halo-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Nabrander-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Nabrander-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Nabrander E-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Nabrander E-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Nabrander V-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Nabrander V-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Nabrander C-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Nabrander C-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Gier-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Gier-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Palissade-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Palissade-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Sterrendanser-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Sterrendanser-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Horizon-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Horizon-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Stralende vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Stralende vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Droid-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Droid-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Droid S-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Droid S-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Droid E-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Droid E-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Droid V-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Droid V-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Droid C-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Droid C-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Quasar-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Quasar-vleugels (Vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Geveegde vleugels (laag)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Geveegde vleugels (midden)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Geveegde vleugels (volledig)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Vesper-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Vesper-vleugels (suis)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Meeuw-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Vesper-vleugels (vin)", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Waak-vleugels", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Tri-booster", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Mono-stuwraket", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Vector-stuwraket", + "Group": "Onderdeel van gevechtsschip", + "Description": "Een subonderdeel van een gevechtsschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Supercruise-cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Type-11 cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Pilotencockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Kuststroom-cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Bulker-cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Onderhandelaar-cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Strato-handel cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Hydrauliek-cockpit", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Megaliet-motor", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Megaliet-motor F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Megaliet-motor F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Luchtstuwraket", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Luchtstuwraket F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Luchtstuwraket S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Duo-max motor", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de motoren van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Leeg vleugelpaneel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Supercruise-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Supercruise F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Supercruise S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Supercruise C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Supercruise D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Supercruise W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Supercruise ventilAtor-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Supercruise V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Supercruise gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Supercruise A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Verbranding-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Verbranding F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Verbranding S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Verbranding C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Verbranding D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Verbranding W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Turbine-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Verbranding V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Verbranding gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Verbranding A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Bolwerk-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Bolwerk F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Bolwerk S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Bolwerk C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Bolwerk D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Bolwerk W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Bolwerk Ventilator-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Bolwerk V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Bolwerk gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Bolwerk A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Kuststroom-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Kuststroom C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Kuststroom D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Kuststroom W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Kuststroom Ventilator-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Kuststroom V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Kuststroom gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Kuststroom A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Widebody vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Widebody F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Widebody S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Widebody C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Widebody D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Widebody W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Widebody Ventilator-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Widebody V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Widebody gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Widebody A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Ionische flare V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Ionische flare F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Ionische flare S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Ionische flare C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Ionische flare D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Ionische flare W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ionisch blad-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Ionische flare V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Ionische flare gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Ionische flare A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Stratopuls-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Stratopuls F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Stratopuls S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Stratopuls C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Stratopuls D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Stratopuls W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Stratopuls Ventilator-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Stratopuls V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Stratopuls gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Stratopuls A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Ramjet-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Ramjet F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Ramjet S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Ramjet C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Ramjet D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Ramjet W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Hi-ROC-stuwraket", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Ramjet V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Ramjet gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Ramjet A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Impuls-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Impuls F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Impuls S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Impuls C-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Impuls D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Impuls W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Impuls-stuwraket", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Impuls V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Impuls gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Impuls A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Heavy-22 vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Heavy-22 S-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Heavy-22 F-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Heavy-22 D-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Heavy-22 W-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Supercondor-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Heavy-22 V-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Heavy-22 gespleten vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Heavy-22 A-vleugel", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Megaliet-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Ultralite-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Megaliet S-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Megaliet F-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Megaliet D-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Megaliet A-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Bulker-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Bulker S-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Bulker F-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Bulker D-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Bulker A-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Titaan-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Titaan S-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Titaan F-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Titaan D-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Titaan D-vleugels", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "E-vleugel zwaar", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Casco-pantser", + "Group": "Onderdeel van transportschip", + "Description": "Een subonderdeel van een transportschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Vuurvlieg-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Vuurvlieg F-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Vuurvlieg S-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Vuurvlieg D-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Libelle-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Libelle F-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Libelle S-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Libelle D-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Euclides-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Hesperius-romp", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een shuttle<>. Deze module bepaalt de stijl en positie van de cockpit van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Vleugelstomp (leeg)", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Zweef-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Pulsar-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Pulsar-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Pulsar-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Pulsar-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Obelisk-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Luchtgold-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Prismatische vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Vlakke vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Vortex-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Zonnevleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Vleugelkap", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Vleugelkap", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Toezichthouder-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Luchtlans-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Superfolie-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Libelle-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Vuurvlieg-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Axiale vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Kortegolf-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Zonnevlek-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Zonnevlek-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Zonnevlek-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Zonnevlek-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Arcfolie-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Langegolf-vleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Trommelvleugel (obelisk)", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Trommelvleugel", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Trommelvleugel (toezichthouder)", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Trommelvleugel (kortegolf)", + "Group": "Onderdeel van verkenningsschip", + "Description": "Een subonderdeel van een verkenningsschip<>. Deze module bepaalt de stijl en positie van de vleugels van het schip<>\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/nl/Products.lang.json b/assets/json/nl/Products.lang.json index 445fe7021..8d8ae2186 100644 --- a/assets/json/nl/Products.lang.json +++ b/assets/json/nl/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "C-klasse reactor", + "Group": "Ruimteschipgenerator", + "Description": "Een subonderdeel van een ruimteschip: de reactorkern<>. De basisgeneratoreenheid kan een C-klasse<> ruimteschip aandrijven.\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "B-klasse reactor", + "Group": "Verbeterde ruimteschipgenerator", + "Description": "Een subonderdeel van een ruimteschip: de reactorkern<>. De verbeterde generatoreenheid kan een B-klasse<> ruimteschip aandrijven.\n\nVerkrijg ruimteschiponderdelen door bestaande schepen ​​te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "A-klasse reactor", + "Group": "Krachtige ruimteschipgenerator", + "Description": "Een subonderdeel van een ruimteschip: de reactorkern<>. De geavanceerde generatoreenheid kan een A-klasse<> ruimteschip aandrijven.\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "S-klasse reactor", + "Group": "Uitstekende ruimteschipgenerator", + "Description": "Een subonderdeel van een ruimteschip: de reactorkern<>. Deze buitengewone generatoreenheid kan een S-klasse<> ruimteschip aandrijven.\n\nVerkrijg ruimteschiponderdelen door bestaande schepen te slopen bij de ruimteschip-uitrustingseenheid<> aan boord van een ruimtestation. Ga naar de ruimteschepenfabricator<> om een nieuw schip te ontwerpen en in elkaar te zetten.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/nl/TechTree.lang.json b/assets/json/nl/TechTree.lang.json index b575d2f3f..ef0bc5cf7 100644 --- a/assets/json/nl/TechTree.lang.json +++ b/assets/json/nl/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Decoratieve modules", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Beveiligd archief", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Brandstofvat", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Orbitale opslag", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Opslagframe", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Kleine holografische display A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Staand bord", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Staand bord B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Topografische tabel", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Kleine holografische display B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Kleine holografische display C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Holografische wanddisplay A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Holografische wanddisplay B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Holografische Korvax-display", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Holografische Vy'keen-display", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Holografische Gek-display", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Verlichtingsmatrix", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Frameverlichting", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Sokkellicht", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Pijlerlicht", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Voedingstransformator", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Biokrat", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Kleine plantenbak", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Serverblok A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Datakast", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Serverblok B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Hydraulische armen", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Verlichting", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Industriële modules", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Landbouwmodules", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Timmerhouten constructies", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Timmerhouten daken", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Stenen constructies", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Stenen daken", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Legeringmetalen constructies", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Legeringmetalen daken", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Primitieve vormen", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Opslag-units", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/nl/Technology.lang.json b/assets/json/nl/Technology.lang.json index 6c56f4def..86e557330 100644 --- a/assets/json/nl/Technology.lang.json +++ b/assets/json/nl/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Economiescanner", "Group": "Sensortechnologie met groot bereik", - "Description": "Een upgrade van de galactische systeemsensoren van het ruimteschip. Met dit apparaat krijg je gedetailleerde economische gegevens over een stelsel zonder dat je het hoeft te bezoeken.", + "Description": "Een upgrade van de galactische systeemsensoren<> van het ruimteschip. Met dit apparaat krijg je gedetailleerde economische gegevens<> over een stelsel zonder dat je het hoeft te bezoeken. Verzamelde gegevens zie je automatisch op de kaart van het sterrenstelsel<>.\n\nActiveer de interne handelscomputer<> van de scanner met FE_ALT1<> om te zoeken naar uiterst lucratieve handelspieken<>.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Bewustzijnsweerstand", "Group": "Onvoltooide Sentinel-berging", "Description": "Deze multitool is voorzien een hybride technologie, een samensmelting van ruw schroot en een diepe, krachtige energie. Het is deels berging, deels Sentinel en deels iets ondefinieerbaars...\n\nDit proces van gerecyclede fusie was nog niet klaar<> toen dit gereedschap werd verkregen. Gebruik REPAIR<> om door te gaan met repareren en dit vak vrij te maken voor algemeen gebruik.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Dissonant prisma", "Group": "Onvoltooide Sentinel-berging", "Description": "Deze multitool is voorzien een hybride technologie, een samensmelting van ruw schroot en een diepe, krachtige energie. Het is deels berging, deels Sentinel en deels iets ondefinieerbaars...\n\nDit proces van gerecyclede fusie was nog niet klaar<> toen dit gereedschap werd verkregen. Gebruik REPAIR<> om door te gaan met repareren en dit vak vrij te maken voor algemeen gebruik.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Beschadigde lens", "Group": "Onvoltooide Sentinel-berging", "Description": "Deze multitool is voorzien een hybride technologie, een samensmelting van ruw schroot en een diepe, krachtige energie. Het is deels berging, deels Sentinel en deels iets ondefinieerbaars...\n\nDit proces van gerecyclede fusie was nog niet klaar<> toen dit gereedschap werd verkregen. Gebruik REPAIR<> om door te gaan met repareren en dit vak vrij te maken voor algemeen gebruik.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Lege energiekern", "Group": "Onvoltooide Sentinel-berging", "Description": "Deze multitool is voorzien een hybride technologie, een samensmelting van ruw schroot en een diepe, krachtige energie. Het is deels berging, deels Sentinel en deels iets ondefinieerbaars...\n\nDit proces van gerecyclede fusie was nog niet klaar<> toen dit gereedschap werd verkregen. Gebruik REPAIR<> om door te gaan met repareren en dit vak vrij te maken voor algemeen gebruik.", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Verroeste circuits", "Group": "Beschadigd ruimteschiponderdeel", "Description": "Subsysteem ruimteschip heeft ernstige schade<> opgelopen. Vak kan niet worden gebruikt voor opslag<> of technologie<> tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nKernfunctionaliteit ruimteschip niet aangetast. Reparatie van de schade maakt dit vak beschikbaar voor algemeen inventarisgebruik.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Hydraulische schade", "Group": "Beschadigd ruimteschiponderdeel", "Description": "Subsysteem ruimteschip heeft ernstige schade<> opgelopen. Vak kan niet worden gebruikt voor opslag<> of technologie<> tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nKernfunctionaliteit ruimteschip niet aangetast. Reparatie van de schade maakt dit vak beschikbaar voor algemeen inventarisgebruik.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Verweerde tanks", "Group": "Beschadigd ruimteschiponderdeel", "Description": "Subsysteem ruimteschip heeft ernstige schade<> opgelopen. Vak kan niet worden gebruikt voor opslag<> of technologie<> tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nKernfunctionaliteit ruimteschip niet aangetast. Reparatie van de schade maakt dit vak beschikbaar voor algemeen inventarisgebruik.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Corrupte module", "Group": "Beschadigd multitoolonderdeel", "Description": "Subsysteem multitool heeft kritische schade opgelopen<>.\n\nVak kan niet worden gebruikt tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nReparatie maakt vak beschikbaar voor algemeen gebruik.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Beschadigde kabels", "Group": "Beschadigd multitoolonderdeel", "Description": "Subsysteem multitool heeft kritische schade opgelopen<>.\n\nVak kan niet worden gebruikt tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nReparatie maakt vak beschikbaar voor algemeen gebruik.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Verbrande terminal", "Group": "Beschadigd multitoolonderdeel", "Description": "Subsysteem multitool heeft kritische schade opgelopen<>.\n\nVak kan niet worden gebruikt tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nReparatie maakt vak beschikbaar voor algemeen gebruik.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Kapotte weerstand", "Group": "Beschadigd multitoolonderdeel", "Description": "Subsysteem multitool heeft kritische schade opgelopen<>.\n\nVak kan niet worden gebruikt tot de schade is gerepareerd. Gebruik REPAIR<> om te beginnen met repareren.\n\nReparatie maakt vak beschikbaar voor algemeen gebruik.", diff --git a/assets/json/pl/Buildings.lang.json b/assets/json/pl/Buildings.lang.json index ee59908cc..047fb870c 100644 --- a/assets/json/pl/Buildings.lang.json +++ b/assets/json/pl/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Jednorazowe urządzenie pirotechniczne", "Description": "Ten egzotyczny fajerwerk, zabarwiony solami kadmu<>, jest inspirowany falistą formą tytanicznego robala. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Jednorazowe urządzenie pirotechniczne", "Description": "Ten egzotyczny fajerwerk, zabarwiony solami sodu<>, jest inspirowany falistą formą tytanicznego robala. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Jednorazowe urządzenie pirotechniczne", "Description": "Ten egzotyczny fajerwerk, zabarwiony solami emerylu<>, jest inspirowany falistą formą tytanicznego robala. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Bezpieczne archiwum", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Zbiornik paliwa", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Magazyn orbitalny", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Szkielet magazynowy", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Holograficzny wyświetlacz Geków", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Holograficzny wyświetlacz Korvaxów", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Holograficzny wyświetlacz Vy'keenów", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Holograficzny wyświetlacz ścienny A", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Holograficzny wyświetlacz ścienny B", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Mały wyświetlacz holograficzny A", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Mały wyświetlacz holograficzny B", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Mały wyświetlacz holograficzny C", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Rama oświetleniowa", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Układ oświetleniowy", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Oświetlenie cokołu", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Oświetlenie filaru", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Bioskrzynia", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Mała doniczka", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Blok serwerowy A", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Blok serwerowy B", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Szafa danych", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Transformator", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Ramiona hydrauliczne", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Stojący znak", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Stojący znak B", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Tabela topograficzna", + "Group": "Syntetyczna ozdoba stacji kosmicznej", + "Description": "Element dekoracyjny<>, używany w bazach mieszkalnych.\n\nKomponent wykonany w stylu jednej z wielu stacji kosmicznych<>.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Fajerwerki z fioletową wstęgą", + "Group": "Jednorazowe urządzenie pirotechniczne", + "Description": "Egzotyczne fajerwerki mieniące się atlantideum<> i antymonem<>, których wybuch tworzy chmurę szaleńczo obracających się wstęg. Odpal, aby tworzyć świetlne pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie odpalać w kierunku istot żywych. Nie używać w pomieszczeniach.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Fajerwerki z niebieską wstęgą", + "Group": "Jednorazowe urządzenie pirotechniczne", + "Description": "Egzotyczne fajerwerki mieniące się indem<> i antymonem<>, których wybuch tworzy chmurę szaleńczo obracających się wstęg. Odpal, aby tworzyć świetlne pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie odpalać w kierunku istot żywych. Nie używać w pomieszczeniach.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Fajerwerki z turkusową wstęgą", + "Group": "Jednorazowe urządzenie pirotechniczne", + "Description": "Egzotyczne fajerwerki mieniące się cynkiem<> i antymonem<>, których wybuch tworzy chmurę szaleńczo obracających się wstęg. Odpal, aby tworzyć świetlne pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie odpalać w kierunku istot żywych. Nie używać w pomieszczeniach.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Plakat „zaszyfrowany sygnał”", + "Group": "Dekoracja", + "Description": "Ekskluzywna, samoprzylepna, niegniotąca się ozdoba ściany.\nTen plakat przedstawia fragmenty wielu dalekosiężnych sygnałów komunikacyjnych między dominującymi frakcjami wszechświata.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Plakat „Części statków”", + "Group": "Dekoracja", + "Description": "Ekskluzywna, samoprzylepna, niegniotąca się ozdoba ściany.\nTen plakat został podarowany przez uczciwego sprzedawcę statków z firmy SalesGek – Bakkara. Odwiedź jego sklep z komponentami statków już dziś! Zniżka dla przyjaciół!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Plakat „Wyprzedaż wypieków”", + "Group": "Dekoracja", + "Description": "Ekskluzywna, samoprzylepna, niegniotąca się ozdoba ściany.\nTen plakat reklamuje ofertę wypieków, w tym chrupiącą bułkę i świeży stos nawiedzonych wafli.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pl/Curiosity.lang.json b/assets/json/pl/Curiosity.lang.json index 142a798ac..8b00e7cd4 100644 --- a/assets/json/pl/Curiosity.lang.json +++ b/assets/json/pl/Curiosity.lang.json @@ -27,7 +27,7 @@ "Icon": "curiosities/2.png", "Name": "Mózg jednostki kroczącej", "Group": "Materiał anomalny", - "Description": "Klastry nanitowe zszyte ze sobą za pomocą włókien pugneum - obwód jest tak gorący, że aż parzy.\n\nSpomiędzy okablowania dobiega złowrogie fioletowe światło, którego intensywność zmienia się, gdy obwód spogląda na tego, kto go trzyma.", + "Description": "Klastery nanitowe zszyte ze sobą za pomocą włókien pugneum - obwód jest tak gorący, że aż parzy.\n\nSpomiędzy okablowania dobiega złowrogie fioletowe światło, którego intensywność zmienia się, gdy obwód spogląda na tego, kto go trzyma.", "BaseValueUnits": 35000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Zrzut zaopatrzenia Utopii Gamma", "Group": "Skrzynia z zaopatrzeniem Fundacji Utopia", "Description": "Aby wesprzeć ochoczo trudzących się na stromych i nagich zboczach gór planety New Sesto, Nadzorcy Utopii z przyjemnością dostarczają ten zestaw niezbędnych materiałów.\n\nWybierz pakiet zaopatrzenia i otwórz pakiet<> (FE_ALT1<>), aby odebrać zapasy Fundacji Utopia, a także szczegóły następnego zlecenia<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Zrzut zaopatrzenia Utopii Delta", "Group": "Skrzynia z zaopatrzeniem Fundacji Utopia", "Description": "Aby wesprzeć ocalałych, którzy teraz mierzą się z [USUNIĘTO<>] planety Idalth XIV, Nadzorcy Utopii z przyjemnością dostarczają ten zestaw niezbędnych materiałów.\n\nWybierz pakiet zaopatrzenia i otwórz pakiet<> (FE_ALT1<>), aby odebrać zapasy Fundacji Utopia, a także szczegóły następnego zlecenia<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Zrzut zaopatrzenia Utopii Epsilon", "Group": "Skrzynia z zaopatrzeniem Fundacji Utopia", "Description": "Aby wesprzeć szlachetnie odbudowujących na wsysających bagnach planety Endil A8, Nadzorcy Utopii z przyjemnością dostarczają ten zestaw niezbędnych materiałów.\n\nWybierz pakiet zaopatrzenia i otwórz pakiet<> (FE_ALT1<>), aby odebrać zapasy Fundacji Utopia, a także szczegóły następnego zlecenia<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Współrzędne osady Gamma", "Group": "Mapa zasiedlenia Fundacji Utopia", "Description": "Mapa Fundacji Utopia przedstawiająca spersonalizowane współrzędne<> docelowego miejsca budowy.\n\nWybierz mapę i wytycz trasę<> (FE_ALT1<>), aby przypiąć lokalizację na wyświetlaczu egzokombinezonu.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Współrzędne osady Delta", "Group": "Mapa zasiedlenia Fundacji Utopia", "Description": "Mapa Fundacji Utopia przedstawiająca spersonalizowane współrzędne<> docelowego miejsca budowy.\n\nWybierz mapę i wytycz trasę<> (FE_ALT1<>), aby przypiąć lokalizację na wyświetlaczu egzokombinezonu.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Współrzędne osady Epsilon", "Group": "Mapa zasiedlenia Fundacji Utopia", "Description": "Mapa Fundacji Utopia przedstawiająca spersonalizowane współrzędne<> docelowego miejsca budowy.\n\nWybierz mapę i wytycz trasę<> (FE_ALT1<>), aby przypiąć lokalizację na wyświetlaczu egzokombinezonu.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Przekonwertuj dane na znacznik nawigacyjny egzokombinezonu" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Piracki transponder", + "Group": "Odzyskane urządzenie identyfikacyjne", + "Description": "Tansponder<> o niepowtarzalnym kodzie identyfikacyjnym, wyrwany z przekaźnika statku banitów<>.\n\nPosiadanie takiego urządzenia oznacza zniszczenie danego statku. Przekaż je wysłannikowi gildii najemników<>, by odebrać wszystkie związane z nim nagrody.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pl/NutrientProcessor.lang.json b/assets/json/pl/NutrientProcessor.lang.json index 0b4784ae8..cad575401 100644 --- a/assets/json/pl/NutrientProcessor.lang.json +++ b/assets/json/pl/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Przygotuj przynętę" + "Operation": "Ustawienie przetwarzacza: Przygotuj przynętę" }, { "Id": "nut574", diff --git a/assets/json/pl/Others.lang.json b/assets/json/pl/Others.lang.json index 943443fd1..14cbe4898 100644 --- a/assets/json/pl/Others.lang.json +++ b/assets/json/pl/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "Wizjer egzoskafandra X.O.", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Kaptur do odblokowania", "Description": "Spływający jedwabny całun, podarowany tym, którzy chcą zaśpiewać z Głosem Wolności<>.\n\nZmień wygląd swojego egzokombinezonu za pomocą tego ekskluzywnego unieważnienia wyglądu<> w modyfikatorze wyglądu<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Remiksowany pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Remiksowany pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Remiksowany pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Remiksowany pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -6023,7 +6024,7 @@ "Group": "Ulepszenie wizualne egzokombinezonu", "Description": "Wyjątkowe nadpisanie wyglądu egzokombinezonu<>.\n\nTytanowy latający plecak złożony z technologii skradzionej hordzie Strażników. Jego silniki są chłodzone stałym przepływem pugneum i azotu, zapewniając wydajność paliwową i absolutnie ciche działanie.\n\nOstrzeżenie<>: nie otwierać komory pugneum bez wyposażenia ochronnego.\n\nZmień wygląd swojego egzokombinezonu w modyfikatorze wyglądu<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Świąteczny pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Świąteczny pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Świąteczny pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Świąteczny pakiet fajerwerków", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech różnych fajerwerków. Zawiera chromatyczny fajerwerk<>, fajerwerk Atlasa<> i fajerwerk z wzorem<>. Zapal, aby utworzyć lśniące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: Nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Łamacz Zrodzony z Gwiazd", "Group": "Unikatowy statek kosmiczny", - "Description": "Wyjątkowy i ekskluzywny statek gwiezdny<> upamiętniający ukończenie ekspedycji Omega<>.\n\nTen wszechstronny pojazd jest pokryty pancerzem odpornym na promieniowanie i zaprojektowany z aerodynamicznym profilem zapewniającym zwinność podczas lotu w atmosferze.\n\nOdbierz<> ten statek, aby dodać go do kolekcji, lub wymień<> na swój obecny statek. Będąc na planecie, przywołaj statki z szybkiego menu (QUICK_MENU<>).", + "Description": "Wyjątkowy i ekskluzywny statek gwiezdny<> upamiętniający ukończenie ekspedycji Omega<>.\n\nTen niezwykły statek kosmiczny jest zoptymalizowany pod kątem bezproblemowego szybowania podczas lotu, a lokalne pole wektorowe pozwala mu unosić się nad stałymi płaszczyznami.\n\nOdbierz<> ten statek, aby dodać go do kolekcji, lub wymień<> na swój obecny statek. Będąc na planecie, przywołaj statki z szybkiego menu (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Pakiet fajerwerków tytana", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech luksusowych fajerwerków, inspirowanych tytanicznymi robalami przemierzającymi wszechświat. Zawiera dużo kadmu<>, sodu<> i emerylu<>. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Pakiet fajerwerków tytana", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech luksusowych fajerwerków, inspirowanych tytanicznymi robalami przemierzającymi wszechświat. Zawiera dużo kadmu<>, sodu<> i emerylu<>. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Pakiet fajerwerków tytana", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech luksusowych fajerwerków, inspirowanych tytanicznymi robalami przemierzającymi wszechświat. Zawiera dużo kadmu<>, sodu<> i emerylu<>. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Pakiet fajerwerków tytana", "Group": "Multipakiet pirotechniczny", "Description": "Pakiet trzech luksusowych fajerwerków, inspirowanych tytanicznymi robalami przemierzającymi wszechświat. Zawiera dużo kadmu<>, sodu<> i emerylu<>. Zapal, aby utworzyć błyszczące pokazy na niebie.\n\nUmieść rurę startową poprzez menu budowy<> (BUILD_MENU<>). Uwaga<>: nie celuj w żywe stworzenia. Zalecamy używanie na zewnątrz.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Kadłub Omega", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Promieniujący kokpit", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Kokpit Hotrod", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Kadłub igłowy", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Kokpit Alfa", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Kadłub wektorowy", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Elegancki kokpit", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Kadłub śmigacza", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Kadłub turbinowy", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie kadłuba<> oraz kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Skrzydła wektorowe", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Skrzydła wektorowe (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Skrzydła mecha", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Skrzydła mecha (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Skrzydła mecha typu S", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Skrzydła mecha typu S (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Skrzydła mecha typu E", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Skrzydła mecha typu E (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Skrzydła mecha typu V", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Skrzydła mecha typu V (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Skrzydła mecha typu C", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Skrzydła mecha typu C (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Skrzydła obręcze", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Skrzydła dopalacze", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Skrzydła dopalacze (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Skrzydła dopalacze typu E", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Skrzydła dopalacze typu E (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Skrzydła dopalacze typu V", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Skrzydła dopalacze typu V (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Skrzydła dopalacze typu C", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Skrzydła dopalacze typu C (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Sępie skrzydła", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Sępie skrzydła (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Skrzydła palisadowe", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Skrzydła palisadowe (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Skrzydła gwiezdnego tancerza", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Skrzydła gwiezdnego tancerza (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Skrzydła horyzontu", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Skrzydła horyzontu (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Promienne skrzydła", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Promienne skrzydła (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Skrzydła droida", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Skrzydła droida (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Skrzydła droida typu S", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Skrzydła droida typu S (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Skrzydła droida typu E", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Skrzydła droida typu E (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Skrzydła droida typu V", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Skrzydła droida typu V (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Skrzydła droida typu C", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Skrzydła droida typu C (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Skrzydła kwazara", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Skrzydła kwazara (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Odchylone skrzydła (nisko)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Odchylone skrzydła (środek)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Odchylone skrzydła (pełne)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Wesperskie skrzydła", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Wesperskie skrzydła (odchylone)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Skrzydła mewy", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Wesperskie skrzydła (ogon)", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Skrzydła stróża", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Trójdopalacz", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie siników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Monosilnik", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie siników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Silnik wektorowy", + "Group": "Komponent myśliwca", + "Description": "Subkomponent myśliwca<>. Ten moduł określa styl i umiejscowienie siników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Kokpit superskokowy", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Kokpit typu 11", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Kokpit lotnika", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Kokpit nabrzeżny", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Hardy kokpit", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Kokpit negocjatora", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Kokpit stratoprzewoźnika", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Kokpit hydrauliczny", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Silnik megalityczny", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Silnik megalityczny typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Silnik megalityczny typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Silnik wznoszący", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Silnik wznoszący typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Silnik wznoszący typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Dwusilnik max", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie silników<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Pusty panel skrzydła", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Skrzydło superskokowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Superskokowe skrzydło typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Superskokowe skrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Superskokowe skrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Superskokowe skrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Superskokowe skrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Superskokowe skrzydło wachlarzowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Superskokowe skrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Superskokowe dzielone skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Superskokowe skrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Skrzydło ogniowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Ogniowe skrzydło typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Ogniowe skrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Ogniowe skrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Ogniowe skrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Ogniowe skrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Skrzydło turbinowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Ogniowe skrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Ogniowe dzielone skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Ogniowe skrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Wałskrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Wałskrzydło typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Wałskrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Wałskrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Wałskrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Wałskrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Wałskrzydło wachlarzowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Wałskrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Dzielone wałskrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Wałskrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Skrzydło nabrzeżne", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Skrzydło nabrzeżne typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Skrzydło nabrzeżne typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Skrzydło nabrzeżne typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Wachlarzowe skrzydło nabrzeżne", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Skrzydło nabrzeżne typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Dzielone skrzydło nabrzeżne", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Skrzydło nabrzeżne typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Szerokie skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Szerokie skrzydło typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Szerokie skrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Szerokie skrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Szerokie skrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Szerokie skrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Szerokie skrzydło wachlarzowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Szerokie skrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Szerokie dzielone skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Szerokie skrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Skrzydło rozbłysku jonowego", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Skrzydło rozbłysku jonowego typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Skrzydło rozbłysku jonowego typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Skrzydło rozbłysku jonowego typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Skrzydło rozbłysku jonowego typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Skrzydło rozbłysku jonowego typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Ostre skrzydło jonowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Skrzydło rozbłysku jonowego typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Dzielone skrzydło rozbłysku jonowego", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Skrzydło rozbłysku jonowego typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Skrzydło stratopulsacyjne", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Stratopulsacyjne skrzydło typu f", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Stratopulsacyjne skrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Stratopulsacyjne skrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Stratopulsacyjne skrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Stratopulsacyjne skrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Wachlarzowe stratopulsacyjne skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Stratopulsacyjne skrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Dzielone stratopulsacyjne skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Stratopulsacyjne skrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Skrzydło strumieniowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Strumieniowe skrzydło typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Strumieniowe skrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Strumieniowe skrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Strumieniowe skrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Strumieniowe skrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Spiralna wyrzutnia", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Strumieniowe skrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Dzielone strumieniowe skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Strumieniowe skrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Skrzydło Impulsowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Impulsowe skrzydło typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Impulsowe skrzydło typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Impulsowe skrzydło typu C", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Impulsowe skrzydło typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Impulsowe skrzydło typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Impulsowa wyrzutnia", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Impulsowe skrzydło typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Dzielone impulsowe skrzydło", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Impulsowe skrzydło typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Ciężkie skrzydło 22", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Ciężkie skrzydło 22 typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Ciężkie skrzydło 22 typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Ciężkie skrzydło 22 typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Ciężkie skrzydło 22 typu W", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Skrzydło Superkondor", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Ciężkie skrzydło 22 typu V", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Dzielone ciężkie skrzydło 22", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Ciężkie skrzydło 22 typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Megalityczne skrzydła", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Skrzydła ultralitowe", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Megalityczne skrzydła typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Megalityczne skrzydła typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Megalityczne skrzydła typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Megalityczne skrzydła typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Harde skrzydła", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Harde skrzydła typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Harde skrzydła typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Harde skrzydła typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Harde skrzydła typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Tytaniczne skrzydła", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Tytaniczne skrzydła typu S", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Tytaniczne skrzydła typu F", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Tytaniczne skrzydła typu D", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Tytaniczne skrzydła typu A", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Ciężkie skrzydło typu E", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Opancerzenie kadłuba", + "Group": "Komponent transportowca", + "Description": "Subkomponent transportowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Kadłub świetlika", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Kadłub świetlika typu F", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Kadłub świetlika typu S", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Kadłub świetlika typu D", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Kadłub ważki", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Kadłub ważki typu F", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Kadłub ważki typu S", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Kadłub ważki typu D", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Euklidesowy kadłub", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Hesperyjski kadłub", + "Group": "Komponent eksploratora", + "Description": "Subkomponent statku eksploracyjnego<>. Ten moduł określa styl i umiejscowienie kokpitu<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Zakończenie skrzydła (puste)", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Skrzydło szybowca", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Skrzydło pulsarowe", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Skrzydło pulsarowe", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Skrzydło pulsarowe", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Skrzydło pulsarowe", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Skrzydło obelisku", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Skrzydło fali niebios", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Pryzmatyczne skrzydło", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Skrzydło planarne", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Skrzydło wirowe", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Skrzydło słoneczne", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Nakładka skrzydła", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Nakładka skrzydła", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Skrzydło nadzorcy", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Skrzydło podniebnej lancy", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Superfoliowe skrzydło", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Skrzydło ważki", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Skrzydło świetlika", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Skrzydło osiowe", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Skrzydło fal krótkich", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Skrzydło plamy słonecznej", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Skrzydło plamy słonecznej", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Skrzydło plamy słonecznej", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Skrzydło plamy słonecznej", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Łukofoliowe skrzydło", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Skrzydło fal długich", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Skrzydłopałka (obelisk)", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Skrzydłopałka", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Skrzydłopałka (nadzorca)", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Skrzydłopałka (fale krótkie)", + "Group": "Komponent eksploratora", + "Description": "Subkomponent wahadłowca<>. Ten moduł określa styl i umiejscowienie skrzydeł<> statku.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pl/Products.lang.json b/assets/json/pl/Products.lang.json index 28e0255ff..1e01d6557 100644 --- a/assets/json/pl/Products.lang.json +++ b/assets/json/pl/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reaktor klasy C", + "Group": "Generator statku", + "Description": "Subkomponent statku gwiezdnego – rdzeń reaktora<>. Podstawowy generator jest w stanie zasilić statek klasy C<>.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reaktor klasy B", + "Group": "Ulepszony generator statku", + "Description": "Subkomponent statku gwiezdnego – rdzeń reaktora<>. Ulepszony generator jest w stanie zasilić statek klasy B<>.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reaktor klasy A", + "Group": "Potężny generator statku", + "Description": "Subkomponent statku gwiezdnego – rdzeń reaktora<>. Zaawansowany generator jest w stanie zasilić statek klasy A<>.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reaktor klasy S", + "Group": "Najmocniejszy generator statku", + "Description": "Subkomponent statku gwiezdnego – rdzeń reaktora<>. Wyjątkowy generator jest w stanie zasilić statek klasy S<>.\n\nZdobądź komponenty statku gwiezdnego, rozbierając istniejące statki w terminalu wyposażenia statku<> na pokładzie dowolnej stacji kosmicznej. Odwiedź fabrykator statków<>, by zaprojektować i złożyć nowy pojazd.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pl/SeasonalExpedition.lang.json b/assets/json/pl/SeasonalExpedition.lang.json index c09aa8d07..6a9fb802f 100644 --- a/assets/json/pl/SeasonalExpedition.lang.json +++ b/assets/json/pl/SeasonalExpedition.lang.json @@ -887,7 +887,7 @@ { "MissionId": "GOT_NANITES", "Id": "seas-1-expedPhase-3-milestone-4", - "Title": "Horda klastrów", + "Title": "Horda klasterów", "Description": "Zdobądź nanity: 0/5000.", "DescriptionDone": "Zdobyto nanity: 5000.", "Icon": "milestonePatches/PATCH.NANITES.png", @@ -2844,7 +2844,7 @@ { "MissionId": "GOT_NANITES", "Id": "seas-1-redux-expedPhase-3-milestone-4", - "Title": "Horda klastrów", + "Title": "Horda klasterów", "Description": "Zdobądź nanity: 0/2000.", "DescriptionDone": "Zdobyto nanity: 2000.", "Icon": "milestonePatches/PATCH.NANITES.png", @@ -31192,7 +31192,7 @@ { "MissionId": "GOT_NANITES", "Id": "seas-10-expedPhase-3-milestone-7", - "Title": "Horda klastrów", + "Title": "Horda klasterów", "Description": "Zdobądź nanity: 0/3000.", "DescriptionDone": "Zdobyto nanity: 3000.", "Icon": "milestonePatches/PATCH.NANITES1.png", @@ -32742,7 +32742,7 @@ { "MissionId": "GOT_NANITES", "Id": "seas-10-redux-expedPhase-3-milestone-7", - "Title": "Horda klastrów", + "Title": "Horda klasterów", "Description": "Zdobądź nanity: 0/1000.", "DescriptionDone": "Zdobyto nanity: 1000.", "Icon": "milestonePatches/PATCH.NANITES1.png", @@ -39073,7 +39073,7 @@ "Id": "seas-12-expedPhase-4-milestone-3", "Title": "Promienny lot", "Description": "Zdobądź myśliwiec Strażników", - "DescriptionDone": "Przejęto myśliwiec Strażników", + "DescriptionDone": "Przejęty myśliwiec Strażników", "Icon": "milestonePatches/PATCH.SENTINELSHIP.png", "Type": "Normal", "Rewards": [ diff --git a/assets/json/pl/TechTree.lang.json b/assets/json/pl/TechTree.lang.json index fda4803c1..ea0035dd0 100644 --- a/assets/json/pl/TechTree.lang.json +++ b/assets/json/pl/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Moduły dekoracyjne", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Bezpieczne archiwum", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Zbiornik paliwa", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Magazyn orbitalny", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Szkielet magazynowy", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Mały wyświetlacz holograficzny A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Stojący znak", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Stojący znak B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Tabela topograficzna", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Mały wyświetlacz holograficzny B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Mały wyświetlacz holograficzny C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Holograficzny wyświetlacz ścienny A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Holograficzny wyświetlacz ścienny B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Holograficzny wyświetlacz Korvaxów", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Holograficzny wyświetlacz Vy'keenów", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Holograficzny wyświetlacz Geków", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Układ oświetleniowy", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Rama oświetleniowa", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Oświetlenie cokołu", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Oświetlenie filaru", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Transformator", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Bioskrzynia", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Mała doniczka", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Blok serwerowy A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Szafa danych", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Blok serwerowy B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Ramiona hydrauliczne", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Oświetlenie", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Moduły przemysłowe", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Moduły rolnicze", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Obiekty z desek", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Dachy z desek", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Obiekty z kamienia", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Dachy z kamienia", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Obiekty ze stopu", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Dachy ze stopu", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Prymitywne kształty", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Jednostki magazynowe", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/pl/Technology.lang.json b/assets/json/pl/Technology.lang.json index e577bbb15..569664f99 100644 --- a/assets/json/pl/Technology.lang.json +++ b/assets/json/pl/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Skaner gospodarczy", "Group": "Technologia czujników dalekiego zasięgu", - "Description": "Ulepszenie czujników galaktycznych statku kosmicznego. To urządzenie daje użytkownikowi dostęp do szczegółowych danych gospodarczych dotyczących systemu bez konieczności odwiedzania go.", + "Description": "Ulepszenie czujników galaktycznych<> statku kosmicznego. To urządzenie daje użytkownikowi dostęp do szczegółowych danych gospodarczych<> dotyczących systemu bez konieczności odwiedzania go. Wyświetl automatycznie zebrane dane na mapie galaktyki<>.\n\nAktywuj wbudowanykomputer handlowy<> skanera, używając FE_ALT1<>, by znaleźć dochodowe wydarzenia zwyżki handlowej<>.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Rezystor świadomości", "Group": "Niekompletne resztki Strażnika", "Description": "To multinarzędzie powstało jako technologiczna hybryda, połączenie złomu i potężnej energii. Jest po części śmieciem, po części technologią Strażników, po części czymś nieopisanym...\n\nProces recyklowanej fuzji był niepełny<> w momencie zdobycia narzędzia. Użyj REPAIR<>, by dalej prowadzić naprawy i zwolnić to pole do ogólnego wykorzystania.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Nieharmonijny pryzmat", "Group": "Niekompletne resztki Strażnika", "Description": "To multinarzędzie powstało jako technologiczna hybryda, połączenie złomu i potężnej energii. Jest po części śmieciem, po części technologią Strażników, po części czymś nieopisanym...\n\nProces recyklowanej fuzji był niepełny<> w momencie zdobycia narzędzia. Użyj REPAIR<>, by dalej prowadzić naprawy i zwolnić to pole do ogólnego wykorzystania.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Uszkodzona soczewka", "Group": "Niekompletne resztki Strażnika", "Description": "To multinarzędzie powstało jako technologiczna hybryda, połączenie złomu i potężnej energii. Jest po części śmieciem, po części technologią Strażników, po części czymś nieopisanym...\n\nProces recyklowanej fuzji był niepełny<> w momencie zdobycia narzędzia. Użyj REPAIR<>, by dalej prowadzić naprawy i zwolnić to pole do ogólnego wykorzystania.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Opróżniony rdzeń zasilający", "Group": "Niekompletne resztki Strażnika", "Description": "To multinarzędzie powstało jako technologiczna hybryda, połączenie złomu i potężnej energii. Jest po części śmieciem, po części technologią Strażników, po części czymś nieopisanym...\n\nProces recyklowanej fuzji był niepełny<> w momencie zdobycia narzędzia. Użyj REPAIR<>, by dalej prowadzić naprawy i zwolnić to pole do ogólnego wykorzystania.", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Przerdzewiałe obwody", "Group": "Uszkodzony komponent statku gwiezdnego", "Description": "Podsystem statku mocno uszkodzony<>. Pole nie może zostać wykorzystane jako magazyn<> ani miejsce na technologię<>, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNie ma to wpływu na podstawowe funkcjonowanie statku gwiezdnego. Naprawa zwolni pole do ogólnego użytkowania.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Uszkodzenia hydrauliki", "Group": "Uszkodzony komponent statku gwiezdnego", "Description": "Podsystem statku mocno uszkodzony<>. Pole nie może zostać wykorzystane jako magazyn<> ani miejsce na technologię<>, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNie ma to wpływu na podstawowe funkcjonowanie statku gwiezdnego. Naprawa zwolni pole do ogólnego użytkowania.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Skorodowane zbiorniki", "Group": "Uszkodzony komponent statku gwiezdnego", "Description": "Podsystem statku mocno uszkodzony<>. Pole nie może zostać wykorzystane jako magazyn<> ani miejsce na technologię<>, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNie ma to wpływu na podstawowe funkcjonowanie statku gwiezdnego. Naprawa zwolni pole do ogólnego użytkowania.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Uszkodzony moduł", "Group": "Uszkodzony komponent multinarzędzia", "Description": "Podsystem multinarzędzia krytycznie uszkodzony<>.\n\nPole nie może zostać wykorzystane, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNaprawa zwolni pole do ogólnego użytkowania.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Uszkodzenie wiązki", "Group": "Uszkodzony komponent multinarzędzia", "Description": "Podsystem multinarzędzia krytycznie uszkodzony<>.\n\nPole nie może zostać wykorzystane, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNaprawa zwolni pole do ogólnego użytkowania.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Wypalony terminal", "Group": "Uszkodzony komponent multinarzędzia", "Description": "Podsystem multinarzędzia krytycznie uszkodzony<>.\n\nPole nie może zostać wykorzystane, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNaprawa zwolni pole do ogólnego użytkowania.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Uszkodzony rezystor", "Group": "Uszkodzony komponent multinarzędzia", "Description": "Podsystem multinarzędzia krytycznie uszkodzony<>.\n\nPole nie może zostać wykorzystane, dopóki nie przeprowadzisz naprawy. Użyj REPAIR<>, by ją rozpocząć.\n\nNaprawa zwolni pole do ogólnego użytkowania.", diff --git a/assets/json/pt-br/Buildings.lang.json b/assets/json/pt-br/Buildings.lang.json index 1ec264bc7..0db232023 100644 --- a/assets/json/pt-br/Buildings.lang.json +++ b/assets/json/pt-br/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Dispositivo consumível de pirotecnia", "Description": "Este fogo de artifício exótico, colorido com sais de cádmio<>, é inspirado na forma ondulada do titânico verme de areia. Acenda-o para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-o longe de seres vivos. Não é recomendado usá-lo em ambientes fechados.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Dispositivo consumível de pirotecnia", "Description": "Este fogo de artifício exótico, colorido com sais de sódio<>, é inspirado na forma ondulada do titânico verme de areia. Acenda-o para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-o longe de seres vivos. Não é recomendado usá-lo em ambientes fechados.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Dispositivo consumível de pirotecnia", "Description": "Este fogo de artifício exótico, colorido com sais de emeril<>, é inspirado na forma ondulada do titânico verme de areia. Acenda-o para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-o longe de seres vivos. Não é recomendado usá-lo em ambientes fechados.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Arquivo seguro", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Lata de combustível", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Armazenamento orbital", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Estrutura de armazenamento", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Display holográfico Gek", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Display holográfico Korvax", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Display holográfico Vy'keen", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Display holográfico de parede A", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Display holográfico de parede B", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Display holográfico pequeno A", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Display holográfico pequeno B", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Display holográfico pequeno C", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Iluminação de estrutura", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Conjunto de iluminação", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Luz de pedestal", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Luz de pilar", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Biocaixa", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Plantador pequeno", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Bloco de servidores A", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Bloco de servidores B", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Gabinete de dados", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Transformador de energia", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Braços hidráulicos", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Placa de reputação", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Placa de reputação B", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Mesa topográfica", + "Group": "Decoração sintética de estação espacial", + "Description": "Uma peça de decoração<> feita para ser usada em bases habitáveis.\n\nEste componente foi fabricado no estilo de uma das muitas estações espaciais<> do universo.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Fogo de artifício das fitas roxas", + "Group": "Dispositivo consumível de pirotecnia", + "Description": "Este fogo de artifício exótico, brilhando com o efeito dos elementos atlanteão<> e antimônio<>, explode em um aglomerado de fitas em espirais selvagens. Acenda-o para criar um show cintilante no céu.\n\nPosicione o tubo de lançamento com a ajuda do menu de construção<> (BUILD_MENU<>). Atenção<>: mire-o longe de seres vivos. Não é recomendado usá-lo em ambientes fechados.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Fogo de artifício das fitas azuis", + "Group": "Dispositivo consumível de pirotecnia", + "Description": "Este fogo de artifício exótico, brilhando com o efeito dos elementos índio<> e antimônio<>, explode em um aglomerado de fitas em espirais selvagens. Acenda-o para criar um show cintilante no céu.\n\nPosicione o tubo de lançamento com a ajuda do menu de construção<> (BUILD_MENU<>). Atenção<>: mire-o longe de seres vivos. Não é recomendado usá-lo em ambientes fechados.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Fogo de artifício de fitas verde-azuladas", + "Group": "Dispositivo consumível de pirotecnia", + "Description": "Este fogo de artifício exótico, brilhando com o efeito dos elementos zinco<> e antimônio<>, explode em um aglomerado de fitas em espirais selvagens. Acenda-o para criar um show cintilante no céu.\n\nPosicione o tubo de lançamento com a ajuda do menu de construção<> (BUILD_MENU<>). Atenção<>: mire-o longe de seres vivos. Não é recomendado usá-lo em ambientes fechados.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Cartaz de sinal embaralhado", + "Group": "Decoração", + "Description": "Uma arte de parede exclusiva, autocolante e antidobras.\nEste cartaz representa fragmentos de muitos sinais de comunicação de longa distância entre as facções dominantes do universo.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Cartaz de peças de nave", + "Group": "Decoração", + "Description": "Uma arte de parede exclusiva, autocolante e antidobras.\nEste cartaz foi doado por Bakkar, um gek vendedor de naves honesto. Visite a loja de componentes de nave dele hoje mesmo! Ela tem os melhores preços para pessoas amigas!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Cartaz de venda de quitutes", + "Group": "Decoração", + "Description": "Uma arte de parede exclusiva, autocolante e antidobras.\nEste cartaz anuncia vários quitutes, incluindo um pão redondo crocante e uma pilha de wafers assombrados recém-saídos do forno.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt-br/Curiosity.lang.json b/assets/json/pt-br/Curiosity.lang.json index d335f8771..971c1dba8 100644 --- a/assets/json/pt-br/Curiosity.lang.json +++ b/assets/json/pt-br/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Entrega de suprimentos da Utopia Gama", "Group": "Esconderijo de suprimentos da Fundação Utopia", "Description": "Para apoiar aqueles que trabalham bravamente nas montanhas íngremes e expostas do planeta Novo Sesto, os supervisores da Utopia têm o prazer de fornecer este estoque de bens vitais.\n\nSelecione o pacote de suprimentos e use abrir pacote<> (FE_ALT1<>) para coletar seus suprimentos da Fundação Utopia, além de detalhes da sua próxima tarefa<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Entrega de suprimentos da Utopia Delta", "Group": "Esconderijo de suprimentos da Fundação Utopia", "Description": "Para apoiar os trabalhadores sobreviventes que agora enfrentam os [ REDACTED<> ] do planeta Idalth XIV, os supervisores da Utopia têm o prazer de fornecer este estoque de bens vitais.\n\nSelecione o pacote de suprimentos e use abrir pacote<> (FE_ALT1<>) para coletar seus suprimentos da Fundação Utopia, além de detalhes da sua próxima tarefa<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Entrega de suprimentos da Utopia Épsilon", "Group": "Esconderijo de suprimentos da Fundação Utopia", "Description": "Para apoiar os trabalhadores que tão nobremente restabelecem nos lamaçais do planeta Endil A8, os supervisores da Utopia têm o prazer de fornecer este estoque de bens vitais.\n\nSelecione o pacote de suprimentos e use abrir pacote<> (FE_ALT1<>) para coletar seus suprimentos da Fundação Utopia, além de detalhes da sua próxima tarefa<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coordenadas do povoado Gama", "Group": "Mapa do povoado da Fundação Utopia", "Description": "Um mapa da Fundação Utopia mostrando coordenadas personalizadas<> até o local de construção alvo.\n\nSelecione o mapa e use planejar rota<> (FE_ALT1<>) para fixar a localização na tela do seu exotraje.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coordenadas do povoado Delta", "Group": "Mapa do povoado da Fundação Utopia", "Description": "Um mapa da Fundação Utopia mostrando coordenadas personalizadas<> até o local de construção alvo.\n\nSelecione o mapa e use planejar rota<> (FE_ALT1<>) para fixar a localização na tela do seu exotraje.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coordenadas do povoado Épsilon", "Group": "Mapa do povoado da Fundação Utopia", "Description": "Um mapa da Fundação Utopia mostrando coordenadas personalizadas<> até o local de construção alvo.\n\nSelecione o mapa e use planejar rota<> (FE_ALT1<>) para fixar a localização na tela do seu exotraje.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Converta dados para o marcador de navegação do exotraje" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Transponder pirata", + "Group": "Dispositivo de identificação recuperado", + "Description": "Um transponder<> de ID única extraído do conjunto de sinais internos de uma nave de criminosos<>.\n\nPossuir tal dispositivo implica na destruição da nave em questão. Entregue-o a um representante da guilda dos mercenários<> para coletar quaisquer recompensas associadas.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt-br/NutrientProcessor.lang.json b/assets/json/pt-br/NutrientProcessor.lang.json index cc83ef706..3aa7101ba 100644 --- a/assets/json/pt-br/NutrientProcessor.lang.json +++ b/assets/json/pt-br/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar isca" + "Operation": "Ajuste do processador: Preparar isca" }, { "Id": "nut574", diff --git a/assets/json/pt-br/Others.lang.json b/assets/json/pt-br/Others.lang.json index e82dff6ff..e395aea08 100644 --- a/assets/json/pt-br/Others.lang.json +++ b/assets/json/pt-br/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "Traje X.O.", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Capuz desbloqueável", "Description": "Um manto sedoso, concedido àqueles que cantam com a voz da liberdade<>.\n\nTransforme a aparência do seu exotraje com esta sobreposição de aparência<> exclusiva em um modificador de aparência<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Pacote de fogos de artifício remixados", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Pacote de fogos de artifício remixados", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Pacote de fogos de artifício remixados", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Pacote de fogos de artifício remixados", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -6023,7 +6024,7 @@ "Group": "Melhoria Visual do Exotraje", "Description": "Uma sobreposição de aparência do exotraje<> exclusiva.\n\nUm dispositivo de voo de titânio, montado com tecnologia roubada da horda sentinela. Seus motores são pré-resfriados com um fluxo constante de púgneo e nitrogênio, garantindo eficiência de combustível e uma operação mortalmente silenciosa.\n\nAviso<>: não abra a câmara de contenção de púgneo sem equipamento de proteção.\n\nTransforme a aparência do seu exotraje em um modificador de aparência<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Pacote de fogos de artifício comemorativo", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Pacote de fogos de artifício comemorativo", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Pacote de fogos de artifício comemorativo", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Pacote de fogos de artifício comemorativo", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três variedades de fogos de artifício. Contém as variedades cromático<>, Atlas<> e estampado<>. Acenda-os para criar um show brilhante no céu.\n\nPosicione o tubo de lançamento com o menu de construção<> (BUILD_MENU<>). Atenção<>: mire-os longe de criaturas vivas. Não é recomendado usá-los em ambientes fechados.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Carregadora Estelar", "Group": "Nave exclusiva", - "Description": "Uma nave<> exclusiva em homenagem à conclusão da expedição Ômega<>.\n\nEsta nave versátil é revestida com blindagem resistente à radiação e foi projetada com um perfil aerodinâmico para ter agilidade durante voos atmosféricos.\n\nObtenha<> esta nave para adicioná-la à sua coleção ou troque<> sua nave atual por ela. Enquanto estiver em um planeta, chame naves no menu rápido (QUICK_MENU<>).", + "Description": "Uma nave<> exclusiva em homenagem à conclusão da expedição Ômega<>.\n\nEsta nave incomum foi otimizada para planar facilmente durante o voo, e um campo vetorial contido permite que ela flutue acima de planos sólidos.\n\nObtenha<> esta nave para adicioná-la à sua coleção ou troque<> sua nave atual por ela. Enquanto estiver em um planeta, chame naves no menu rápido (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Pacote de fogos de artifício de titã", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três fogos de artifício variados e luxuosos, inspirado nos titânicos vermes de areia que perseguem o universo. Eles são ricos em cádmio<>, sódio<> e emeril<>. Acenda-os para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-os longe de seres vivos. Não é recomendado usá-los em ambientes fechados.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Pacote de fogos de artifício de titã", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três fogos de artifício variados e luxuosos, inspirado nos titânicos vermes de areia que perseguem o universo. Eles são ricos em cádmio<>, sódio<> e emeril<>. Acenda-os para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-os longe de seres vivos. Não é recomendado usá-los em ambientes fechados.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Pacote de fogos de artifício de titã", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três fogos de artifício variados e luxuosos, inspirado nos titânicos vermes de areia que perseguem o universo. Eles são ricos em cádmio<>, sódio<> e emeril<>. Acenda-os para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-os longe de seres vivos. Não é recomendado usá-los em ambientes fechados.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Pacote de fogos de artifício de titã", "Group": "Multipacote de pirotecnia", "Description": "Um pacote com três fogos de artifício variados e luxuosos, inspirado nos titânicos vermes de areia que perseguem o universo. Eles são ricos em cádmio<>, sódio<> e emeril<>. Acenda-os para criar um espetáculo cintilante no céu.\n\nColoque o tubo de lançamento por meio do menu de construção<> (BUILD_MENU<>). Aviso:<> mire-os longe de seres vivos. Não é recomendado usá-los em ambientes fechados.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Fuselagem ômega", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Cockpit radiante", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Cockpit de hotrod", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Fuselagem de agulha", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Cockpit alfa", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Fuselagem de vetor", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Cockpit elegante", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Fuselagem de velocista", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Fuselagem de turbina", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Asas de vetor", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Asas de vetor (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Asas de megassentinela", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Asas de megassentinela (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Asas S de megassentinela", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Asas S de megassentinela (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Asas E de megassentinela", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Asas E de megassentinela (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Asas V de megassentinela", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Asas V de megassentinela (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Asas C de megassentinela", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Asas C de megassentinela (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Asas de halo", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Asas de pós-combustão", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Asas de pós-combustão (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Asas E de pós-combustão", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Asas E de pós-combustão (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Asas V de pós-combustão", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Asas V de pós-combustão (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Asas C de pós-combustão", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Asas C de pós-combustão (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Asas de abutre", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Asas de abutre (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Asas de paliçada", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Asas de paliçada (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Asas da dança estelar", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Asas da dança estelar (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Asas de horizonte", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Asas de horizonte (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Asas radiantes", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Asas radiantes (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Asas de androide", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Asas de androide (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Asas S de androide", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Asas S de androide (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Asas E de androide", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Asas E de androide (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Asas V de androide", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Asas V de androide (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Asas C de androide", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Asas C de androide (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Asas de quasar", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Asas de quasar (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Asas em flecha (baixas)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Asas em flecha (meio)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Asas em flecha (completas)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Asas de Vésper", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Asas de Vésper (flecha)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Asas de gaivota", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Asas de Vésper (estabilizador)", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Asas de vigília", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Incremento triplo", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Monoimpulsionador", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Impulsionador de vetor", + "Group": "Componente de nave de combate", + "Description": "Um subcomponente para uma nave da classe de combate<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Cockpit de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Cockpit tipo 11", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Cockpit de aviador", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Cockpit beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Cockpit de graneleiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Cockpit de negociador", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Cockpit de estratocarga", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Cockpit hidráulico", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Motor de megálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Motor de megálito da asa F", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Motor de megálito da asa F", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Impulsionador de transporte aéreo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Impulsionador de transporte aéreo da asa F", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Impulsionador de transporte aéreo da asa S", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Motor duo-max", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição do motor<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Painel de asa vazio", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Asa de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Asa F de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Asa S de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Asa C de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Asa D de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Asa W de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Asa de ventilador de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Asa V de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Asa partida de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Asa A de supercruzeiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Asa de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Asa F de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Asa S de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Asa C de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Asa D de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Asa W de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Asa de turbina", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Asa V de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Asa partida de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Asa A de fornalha", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Asa de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Asa F de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Asa S de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Asa C de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Asa D de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Asa W de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Asa de ventilador de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Asa V de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Asa partida de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Asa A de anteparo", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Asa beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Asa C beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Asa D beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Asa W beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Asa de ventilador beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Asa V beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Asa partida beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Asa A beira-mar", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Asa ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Asa F ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Asa S ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Asa C ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Asa D ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Asa W ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Asa de ventilador ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Asa V ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Asa partida ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Asa A ampla", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Asa de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Asa F de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Asa S de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Asa C de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Asa D de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Asa W de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Asa de lâmina iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Asa V de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Asa partida chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Asa A de chama iônica", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Asa de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Asa F de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Asa S de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Asa C de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Asa D de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Asa W de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Asa de ventilador de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Asa V de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Asa partida de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Asa A de estratopulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Asa de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Asa F de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Asa S de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Asa C de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Asa D de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Asa W de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Lançador Hi-Roc", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Asa V de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Asa partida de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Asa A de Ramjet", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Asa de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Asa F de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Asa S de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Asa C de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Asa D de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Asa W de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Lançador de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Asa V de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Asa partida de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Asa A de impulso", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Asa Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Asa S Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Asa F Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Asa D Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Asa W Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Asa SuperCondor", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Asa V Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Asa partida Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Asa A Heavy-22", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Asas de megálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Asas de ultrálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Asas S de megálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Asas F de megálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Asas D de megálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Asas A de megálito", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Asas de graneleiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Asas S de graneleiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Asas F de graneleiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Asas D de graneleiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Asas A de graneleiro", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Asas de titã", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Asas S de titã", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Asas F de titã", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Asas D de titã", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Asas A de titã", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Asa E pesada", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Blindagem de fuselagem", + "Group": "Componente de nave carregadora", + "Description": "Um subcomponente para uma nave da classe carregadora<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Fuselagem de vaga-lume", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Fuselagem F de vaga-lume", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Fuselagem S de vaga-lume", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Fuselagem D de vaga-lume", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Fuselagem de libélula", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Fuselagem F de libélula", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Fuselagem S de libélula", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Fuselagem D de libélula", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Fuselagem de Euclides", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Fuselagem de Hesperius", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquira componentes de naves destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Stub da asa (vazio)", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Asa de planador", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Asa de pulsar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Asa pulsar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Asa pulsar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Asa pulsar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Asa de obelisco", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Asa de onda celeste", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Asa prismática", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Asa plana", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Asa de vórtice", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Asa solar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Tampa de asa", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Tampa de asa", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Asa de supervisor", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Asa de lança celeste", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Asa de superfólio", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Asa de libélula", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Asa de vaga-lume", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Asa axial", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Asa de onda curta", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Asa de mancha solar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Asa de mancha solar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Asa de mancha solar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Asa de mancha solar", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Asa de arcofólio", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Asa de onda longa", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Asa de tambor (obelisco)", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Asa de tambor", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Asa de tambor (supervisor)", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Asa de tambor (onda curta)", + "Group": "Componente de nave de exploração", + "Description": "Um subcomponente para uma nave da classe exploradora<>. Este módulo determina o estilo e a posição das asas<> da nave\n\nAdquira componentes de nave destruindo naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt-br/Products.lang.json b/assets/json/pt-br/Products.lang.json index 6f940a22c..d65f2e2c0 100644 --- a/assets/json/pt-br/Products.lang.json +++ b/assets/json/pt-br/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reator de classe C", + "Group": "Gerador de nave", + "Description": "O núcleo de reator<>, um subcomponente de nave. A unidade geradora básica é capaz de fornecer energia para uma nave de classe C<>.\n\nAdquira componentes de nave ao desfazer naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reator de classe B", + "Group": "Gerador de nave melhorado", + "Description": "O núcleo de reator<>, um subcomponente de nave. A unidade geradora atualizada é capaz de fornecer energia para uma nave de classe B<>.\n\nAdquira componentes de nave ao desfazer naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reator de classe A", + "Group": "Gerador de nave potente", + "Description": "O núcleo de reator<>, um subcomponente de nave. A unidade geradora avançada é capaz de fornecer energia para uma nave de classe A<>.\n\nAdquira componentes de nave ao desfazer naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reator de classe S", + "Group": "Gerador de nave supremo", + "Description": "O núcleo de reator<>, um subcomponente de nave. A unidade geradora excepcional é capaz de fornecer energia para uma nave de classe S<>.\n\nAdquira componentes de nave ao desfazer naves existentes na unidade de equipamento de nave<> a bordo de qualquer estação espacial. Visite o fabricador de naves<> para projetar e montar uma nova nave.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt-br/TechTree.lang.json b/assets/json/pt-br/TechTree.lang.json index 30451ac76..695b67d15 100644 --- a/assets/json/pt-br/TechTree.lang.json +++ b/assets/json/pt-br/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Módulos decorativos", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Arquivo seguro", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Lata de combustível", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Armazenamento orbital", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Estrutura de armazenamento", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Display holográfico pequeno A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Placa de reputação", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Placa de reputação B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Mesa topográfica", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Display holográfico pequeno B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Display holográfico pequeno C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Display holográfico de parede A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Display holográfico de parede B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Display holográfico Korvax", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Display holográfico Vy'keen", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Display holográfico Gek", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Conjunto de iluminação", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Iluminação de estrutura", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Luz de pedestal", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Luz de pilar", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Transformador de energia", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Biocaixa", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Plantador pequeno", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Bloco de servidores A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Gabinete de dados", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Bloco de servidores B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Braços hidráulicos", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Iluminação", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Módulos industriais", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Módulos agrícolas", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Estruturas de madeira", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Telhado de madeira", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Estruturas de pedra", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Telhado de pedra", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Estruturas de liga metálica", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Telhado de liga metálica", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Formas primitivas", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Unidades de armazenamento", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/pt-br/Technology.lang.json b/assets/json/pt-br/Technology.lang.json index a257a1339..58ed14aea 100644 --- a/assets/json/pt-br/Technology.lang.json +++ b/assets/json/pt-br/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Scanner de economia", "Group": "Tecnologia sensorial de longo alcance", - "Description": "Uma atualização para os sensores de escala galáctica da nave. Este dispositivo permite ao usuário acessar detalhes sobre a economia de um sistema sem precisar visitá-lo.", + "Description": "Uma atualização para os sensores de escala galáctica<> da nave. Este dispositivo permite ao usuário acessar detalhes sobre a economia<> de um sistema sem precisar visitá-lo. Veja os dados coletados automaticamente no mapa da galáxia<>.\n\nAtive o computador comercial<> interno do scanner com FE_ALT1<> para procurar eventos de pico comercial<> altamente rentáveis.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Resistor de inteligência", "Group": "Recuperação de sentinela incompleta", "Description": "Esta multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata bruta e uma energia profunda e poderosa: parte material recuperado, parte sentinela, parte algo indefinível...\n\nEste processo de fusão reciclada ficou incompleto<> quando esta ferramenta foi adquirida. Use REPAIR<> para continuar as operações de reparo e liberar este slot para uso geral.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Prisma discordante", "Group": "Recuperação de sentinela incompleta", "Description": "Esta multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata bruta e uma energia profunda e poderosa: parte material recuperado, parte sentinela, parte algo indefinível...\n\nEste processo de fusão reciclada ficou incompleto<> quando esta ferramenta foi adquirida. Use REPAIR<> para continuar as operações de reparo e liberar este slot para uso geral.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Lente corrompida", "Group": "Recuperação de sentinela incompleta", "Description": "Esta multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata bruta e uma energia profunda e poderosa: parte material recuperado, parte sentinela, parte algo indefinível...\n\nEste processo de fusão reciclada ficou incompleto<> quando esta ferramenta foi adquirida. Use REPAIR<> para continuar as operações de reparo e liberar este slot para uso geral.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Núcleo de energia drenado", "Group": "Recuperação de sentinela incompleta", "Description": "Esta multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata bruta e uma energia profunda e poderosa: parte material recuperado, parte sentinela, parte algo indefinível...\n\nEste processo de fusão reciclada ficou incompleto<> quando esta ferramenta foi adquirida. Use REPAIR<> para continuar as operações de reparo e liberar este slot para uso geral.", @@ -9530,7 +9530,7 @@ "Icon": "technology/260.png", "Name": "Marca do negador", "Group": "Marca cósmica", - "Description": "Um minúsculo grão de poeira estelar, não mais do que uma partícula. Olhando mais de perto, sua superfície é composta por peças cristalinas e geometria vermelha distorcida.\n\nEle treme com energia reprimida, exigindo ser livre.\n\nEnergize<> a marca ao descobrir<> sistemas, planetas e objetos pelo universo.", + "Description": "Um minúsculo grão de poeira estelar, não mais do que uma partícula. Olhando mais de perto, sua superfície é composta por peças cristalinas e geometria vermelha distorcida.\n\nEle treme com energia reprimida, exigindo ser livre.\n\nEnergize<> a marca enquanto descobre<> sistemas, planetas e objetos pelo universo.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Circuitos enferrujados", "Group": "Componente da nave danificado", "Description": "Subsistema da nave severamente danificado<>. O slot não poderá ser usado para armazenamento<> ou para receber tecnologia<> enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nA funcionalidade central da nave não foi afetada. Esse conserto vai liberar o slot para uso geral do inventário.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Dano à hidráulica", "Group": "Componente da nave danificado", "Description": "Subsistema da nave severamente danificado<>. O slot não poderá ser usado para armazenamento<> ou para receber tecnologia<> enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nA funcionalidade central da nave não foi afetada. Esse conserto vai liberar o slot para uso geral do inventário.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Tanques corroídos", "Group": "Componente da nave danificado", "Description": "Subsistema da nave severamente danificado<>. O slot não poderá ser usado para armazenamento<> ou para receber tecnologia<> enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nA funcionalidade central da nave não foi afetada. Esse conserto vai liberar o slot para uso geral do inventário.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Módulo corrompido", "Group": "Componente da multiferramenta danificado", "Description": "Subsistema da multiferramenta com dano crítico<>.\n\nO slot não poderá ser usado enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nEsse conserto vai liberar o slot para uso geral.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Dano à fiação", "Group": "Componente da multiferramenta danificado", "Description": "Subsistema da multiferramenta com dano crítico<>.\n\nO slot não poderá ser usado enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nEsse conserto vai liberar o slot para uso geral.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Terminal queimado", "Group": "Componente da multiferramenta danificado", "Description": "Subsistema da multiferramenta com dano crítico<>.\n\nO slot não poderá ser usado enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nEsse conserto vai liberar o slot para uso geral.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Resistor com falha", "Group": "Componente da multiferramenta danificado", "Description": "Subsistema da multiferramenta com dano crítico<>.\n\nO slot não poderá ser usado enquanto o dano não for reparado. Use REPAIR<> para iniciar o conserto.\n\nEsse conserto vai liberar o slot para uso geral.", diff --git a/assets/json/pt/Buildings.lang.json b/assets/json/pt/Buildings.lang.json index b1081dd1c..fd2035801 100644 --- a/assets/json/pt/Buildings.lang.json +++ b/assets/json/pt/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "Dispositivo pirotécnico consumível", "Description": "Este fogo de artifício exótico, tingido com sais de cádmio,<> é inspirado na forma ondulante do titânico verme da areia. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "Dispositivo pirotécnico consumível", "Description": "Este fogo de artifício exótico, tingido com sais de sódio<>, é inspirado na forma ondulante do titânico verme da areia. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "Dispositivo pirotécnico consumível", "Description": "Este fogo de artifício exótico, tingido com sais de emeril<>, é inspirado na forma ondulante do titânico verme da areia. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Arquivo Seguro", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Vasilha de Combustível", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Armazenamento Orbital", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Estrutura de Armazenamento", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Ecrã Holográfico de Gek", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Ecrã Holográfico de Korvax", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Ecrã Holográfico de Vy'keen", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Ecrã de Parede Holográfico A", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Ecrã de Parede Holográfico B", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Ecrã Holográfico Pequeno A", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Ecrã Holográfico Pequeno B", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Ecrã Holográfico Pequeno C", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Iluminação da Estrutura", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Conjunto de Iluminação", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Luz da Base", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Luz do Pilar", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Caixa Bio", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Produtor Pequeno", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Bloco de Servidores A", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Bloco de Servidores B", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Armário de Dados", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Transformador de Energia", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Braços Hidráulicos", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Sinal Permanente", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Sinal Permanente B", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Tabela Topográfica", + "Group": "Decoração Sintética da Estação Espacial", + "Description": "Uma peça decorativa<> concebida para a utilização em bases habitáveis.\n\nEste componente foi fabricado ao estilo de uma das muitas Estações Espaciais<> do universo.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Fogo de Artifício de Fita Roxa", + "Group": "Dispositivo pirotécnico consumível", + "Description": "Este fogo de artifício exótico, resplandecente com Atlantideum<> e elementos de antimónio<>, explode com um conjunto de fitas espirais extravagantes. Faz a ignição para criar brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso interno.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Fogo de Artifício de Fita Azul", + "Group": "Dispositivo pirotécnico consumível", + "Description": "Este fogo de artifício exótico, resplandecente com índio<> e elementos de antimónio<>, explode com um conjunto de fitas espirais extravagantes. Faz a ignição para criar brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso interno.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Fogo de Artifício de Fita Verde-Azulada", + "Group": "Dispositivo pirotécnico consumível", + "Description": "Este fogo de artifício exótico, resplandecente com zinco<> e elementos de antimónio<>, explode com um conjunto de fitas espirais extravagantes. Faz a ignição para criar brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso interno.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Póster de Sinal com Interferência", + "Group": "Decoração", + "Description": "Uma exclusiva peça de arte de parede autocolante e à prova de vincos.\nEste póster representa fragmentos de sinais de comunicação a longa distância entre as fações dominantes do universo.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Póster de Peças de Naves", + "Group": "Decoração", + "Description": "Uma exclusiva peça de arte de parede autocolante e à prova de vincos.\nEste póster foi doado pelo honesto vendedor de naves Gek, Bakkar. Visita a sua loja de componentes para naves ainda hoje! Os melhores preços para amigos!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Póster de Venda de Produtos de Pastelaria", + "Group": "Decoração", + "Description": "Uma exclusiva peça de arte de parede autocolante e à prova de vincos.\nEste póster retrata uma variedade de produtos de pastelaria, incluindo um pão crocante e um monte de bolachas frescas.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt/Curiosity.lang.json b/assets/json/pt/Curiosity.lang.json index 5d79058c0..46b6a6b4a 100644 --- a/assets/json/pt/Curiosity.lang.json +++ b/assets/json/pt/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Fornecimento de Materiais Gama de Utopia", "Group": "Cache de Fornecimentos da Fundação de Utopia", "Description": "Para apoiar os trabalhadores que, de forma valente, trabalham nas montanhas inclinadas e expostas do planeta New Sesto, os Supervisores de Utopia têm o prazer de fornecer este cache de bens vitais.\n\nSeleciona o pacote de fornecimentos e usa Abrir Pacote<> (FE_ALT1<>) para recolher os materiais da Fundação de Utopia, bem como os detalhes da tua próxima tarefa<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Fornecimento de Materiais Delta de Utopia", "Group": "Cache de Fornecimentos da Fundação de Utopia", "Description": "Para apoiar os trabalhadores sobreviventes que agora confrontam [ CENSURADO<> ] do planeta Idalth XIV, os Supervisores de Utopia têm o prazer de fornecer este cache de bens vitais.\n\nSeleciona o pacote de fornecimentos e usa Abrir Pacote<> (FE_ALT1<>) para recolher os materiais da Fundação de Utopia, bem como os detalhes da tua próxima tarefa<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Fornecimento de Materiais Épsilon de Utopia", "Group": "Cache de Fornecimentos da Fundação de Utopia", "Description": "Para apoiar os trabalhadores que, de forma tão nobre, reconstruíram os pântanos aspirantes do planeta Endil A8, os Supervisores de Utopia têm o prazer de fornecer este cache de bens vitais.\n\nSeleciona o pacote de fornecimentos e usa Abrir Pacote<> (FE_ALT1<>) para recolher os materiais da Fundação de Utopia, bem como os detalhes da tua próxima tarefa<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Coordenadas Gama do Povoamento", "Group": "Mapa do Povoamento da Fundação de Utopia", "Description": "Um mapa da Fundação de Utopia onde é possível ver coordenadas personalizadas<> do teu local de construção.\n\nSeleciona o mapa e usa Traçar Rota<> (FE_ALT1<>) para assinalar a localização no visor do Exofato.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Coordenadas Delta do Povoamento", "Group": "Mapa do Povoamento da Fundação de Utopia", "Description": "Um mapa da Fundação de Utopia onde é possível ver coordenadas personalizadas<> do teu local de construção.\n\nSeleciona o mapa e usa Traçar Rota<> (FE_ALT1<>) para assinalar a localização no visor do Exofato.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Coordenadas Épsilon do Povoamento", "Group": "Mapa do Povoamento da Fundação de Utopia", "Description": "Um mapa da Fundação de Utopia onde é possível ver coordenadas personalizadas<> do teu local de construção.\n\nSeleciona o mapa e usa Traçar Rota<> (FE_ALT1<>) para assinalar a localização no visor do Exofato.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Converter dados para o marcador de navegação do Exofato" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Transmissor-recetor Pirata", + "Group": "Dispositivo de Identificação Recuperado", + "Description": "Um transmissor-recetor<> de ID único, arrancado de um sistema de sinal interno de uma nave de bandidos<>.\n\nA posse de um dispositivo destes implica a destruição da nave em questão. Entrega-o a um enviado da Guilda dos Mercenários<> para recolheres as recompensas associadas.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt/NutrientProcessor.lang.json b/assets/json/pt/NutrientProcessor.lang.json index 56218c61f..ae3ebef9b 100644 --- a/assets/json/pt/NutrientProcessor.lang.json +++ b/assets/json/pt/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Preparar Isco" + "Operation": "Configuração processador: preparar isco" }, { "Id": "nut574", diff --git a/assets/json/pt/Others.lang.json b/assets/json/pt/Others.lang.json index 3dfe2140e..a42e9b776 100644 --- a/assets/json/pt/Others.lang.json +++ b/assets/json/pt/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "Fato X.O.", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Capuz Desbloqueável", "Description": "Um sudário de seda delicado, concedido àqueles que cantam com a Voz da Liberdade<>.\n\nTransforma a aparência do teu Exofato com esta exclusiva Alteração da Aparência<> num Modificador de Aparência<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Pacote de Fogo de Artifício Remisturado", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Pacote de Fogo de Artifício Remisturado", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Pacote de Fogo de Artifício Remisturado", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Pacote de Fogo de Artifício Remisturado", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -6023,7 +6024,7 @@ "Group": "Melhoria visual do exofato", "Description": "Um exclusivo Modificador de Aparência do Exofato<>.\n\nUm dispositivo de voo de titânio, montado a partir de tecnologia roubada da horda das Sentinelas. Os seus motores são pré-refrigerados com um fluxo constante de pugneum e nitrogénio, garantindo um funcionamento silencioso, eficiente em termos de combustível e mortífero.\n\nAviso<>: não abrir a câmara de contenção de pugneum sem equipamento de proteção.\n\nTransforma a aparência do teu Exofato num Modificador de Aparência<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Pacote de Fogo de Artifício Comemorativo", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Pacote de Fogo de Artifício Comemorativo", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Pacote de Fogo de Artifício Comemorativo", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Pacote de Fogo de Artifício Comemorativo", "Group": "Multi-pacote de pirotecnia", "Description": "Um pacote de fogo de artifício de três variedades. Contém as variedades cromática<>, Atlas<> e com padrões<>. Faz a ignição para criar reluzentes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para uso no interior.", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Corredor Nascido nas Estrelas", "Group": "Nave Exclusiva", - "Description": "Uma nave espacial<> exclusiva e comemorativa da conclusão da expedição Ómega.<>\n\nEsta nave versátil conta com armadura resistente à radiação e foi construída com um perfil aerodinâmico para uma maior agilidade durante os voos atmosféricos.\n\nReivindica<> esta nave para a adicionares à tua coleção ou Troca-a<> pela tua nave atual. Quando estiveres num planeta, podes chamar naves através do Menu Rápido (QUICK_MENU<>).", + "Description": "Uma nave espacial<> exclusiva e comemorativa da conclusão da expedição Ómega<>.\n\nEsta nave invulgar está otimizada para planar facilmente durante o voo, enquanto o campo de vetores localizado permite que a nave flutue sobre planos sólidos.\n\nReivindica<> esta nave para a adicionares à tua coleção ou Troca-a<> pela tua nave atual. Quando estiveres num planeta, podes chamar naves através do Menu Rápido (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Pacote de Fogo de Artifício Titan", "Group": "Multi-pacote de pirotecnia", "Description": "Um conjunto de três variedades de fogos de artifício de luxo, inspirado pelos titânicos vermes da areia que percorrem o universo. Rico em cádmio<>, sódio<> e emeril<>. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Pacote de Fogo de Artifício Titan", "Group": "Multi-pacote de pirotecnia", "Description": "Um conjunto de três variedades de fogos de artifício de luxo, inspirado pelos titânicos vermes da areia que percorrem o universo. Rico em cádmio<>, sódio<> e emeril<>. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Pacote de Fogo de Artifício Titan", "Group": "Multi-pacote de pirotecnia", "Description": "Um conjunto de três variedades de fogos de artifício de luxo, inspirado pelos titânicos vermes da areia que percorrem o universo. Rico em cádmio<>, sódio<> e emeril<>. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Pacote de Fogo de Artifício Titan", "Group": "Multi-pacote de pirotecnia", "Description": "Um conjunto de três variedades de fogos de artifício de luxo, inspirado pelos titânicos vermes da areia que percorrem o universo. Rico em cádmio<>, sódio<> e emeril<>. Acende para criares brilhantes desenhos no céu.\n\nPosiciona o tubo de lançamento através do Menu de Construção<> (BUILD_MENU<>). Aviso<>: não apontar a criaturas vivas. Não recomendado para utilização em espaços interiores.", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Fuselagem Ómega", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Cockpit radiante", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Cockpit Hotrod", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Fuselagem de Ponteiro", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Cockpit Alfa", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Fuselagem Vetorial", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Cockpit Elegante", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Fuselagem Veloz", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Fuselagem com Turbina", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição da fuselagem<> e do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Asas Vetoriais", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Asas Vetoriais (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Asas de Estrutura Rígida", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Asas de Estrutura Rígida (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Asas-S de Estrutura Rígida", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Asas-S de Estrutura Rígida (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Asas-E de Estrutura Rígida", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Asas-E de Estrutura Rígida (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Asas-V de Estrutura Rígida", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Asas-V de Estrutura Rígida (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Asas-C de Estrutura Rígida", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Asas-C de Estrutura Rígida (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Asas de Auréola", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Asas de Pós-combustão", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Asas de Pós-combustão (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Asas-E de Pós-combustão", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Asas-E de Pós-combustão (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Asas-V de Pós-combustão", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Asas-V de Pós-combustão (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Asas-C de Pós-combustão", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Asas-C de Pós-combustão (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Asas de Abutre", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Asas de Abutre (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Asas de Paliçada", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Asas de Paliçada (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Asas de Dança Estelar", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Asas de Dança Estelar (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Asas do Horizonte", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Asas do Horizonte (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Asas Radiantes", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Asas Radiantes (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Asas de Droide", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Asas de Droide (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Asas-S de Droide", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Asas-S de Droide (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Asas-E de Droide", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Asas-E de Droide (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Asas-V de Droide", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Asas-V de Droide (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Asas-C de Droide", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Asas-C de Droide (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Asas Quasar", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Asas Quasar (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Asas em Flecha (Baixo)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Asas em Flecha (Médio)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Asas em Flecha (Total)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Asas Crepusculares", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Asas Crepusculares (Em Flecha)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Asas de Gaivota", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Asas Crepusculares (Estabilizador)", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Asas de Vigília", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição das asas<> da nave\n.\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Impulsionador Triplo", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Monopropulsor", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Propulsor Vetorial", + "Group": "Componente de Nave de Combate", + "Description": "Um subcomponente para uma nave de classe de Combate<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Cockpit de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Cockpit de Tipo-11", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Cockpit de Aviador", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Cockpit de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Cockpit de Graneleiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Cockpit de Negociador", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Cockpit Strato-Haul", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Cockpit Hidráulico", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Motor Megalítico", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Motor Megalítico de Asa-F", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Motor Megalítico de Asa-F", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Propulsor de Transporte Aéreo", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Propulsor de Transporte Aéreo de Asa-F", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Propulsor de Transporte Aéreo de Asa-S", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Motor Duo-Max", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição dos motores<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Painel de Asa Vazio", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Asa de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Asa-F de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Asa-S de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Asa-C de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Asa-D de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Asa-W de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Asa Ventiladora de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Asa-V de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Asa Dividida de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Asa-A de Supercruzeiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Asa de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Asa-F de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Asa-S de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Asa-C de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Asa-D de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Asa-W de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Asa com Turbina", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Asa-V de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Asa Dividida de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Asa-A de Firebox", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Asa de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Asa-F de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Asa-S de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Asa-C de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Asa-D de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Asa-W de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Asa Ventiladora de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Asa-V de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Asa Dividida de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Asa-A de Baluarte", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Asa de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Asa-C de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Asa-D de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Asa-W de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Asa Ventiladora de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Asa-V de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Asa Dividida de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Asa-A de Costa Longa", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Asa Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Asa-F Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Asa-S Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Asa-C Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Asa-D Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Asa-W Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Asa Ventiladora Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Asa-V Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Asa Dividida Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Asa-A Larga", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Asa de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Asa-F de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Asa-S de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Asa-C de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Asa-D de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Asa-W de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Asa de Lâmina Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Asa-V de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Asa Dividida de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Asa-A de Luz Iónica", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Asa de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Asa-F de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Asa-S de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Asa-C de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Asa-D de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Asa-W de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Asa Ventiladora de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Asa-V de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Asa Dividida de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Asa-A de Estratopulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Asa de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Asa-F de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Asa-S de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Asa-C de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Asa-D de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Asa-W de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Lançador Hi-Roc", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Asa-V de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Asa Dividida de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Asa-A de Estatorreator", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Asa de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Asa-F de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Asa-S de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Asa-C de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Asa-D de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Asa-W de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Lançador de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Asa-V de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Asa Dividida de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Asa-A de Impulso", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Asa de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Asa-S de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Asa-F de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Asa-D de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Asa-W de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Asa de SuperCondor", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Asa-V de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Asa Dividida de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Asa-A de Heavy-22", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Asas Megalíticas", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Asas Ultralith", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Asas-S Megalíticas", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Asas-F Megalíticas", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Asas-D Megalíticas", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Asas-A Megalíticas", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Asas de Graneleiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Asas-S de Graneleiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Asas-F de Graneleiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Asas-D de Graneleiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Asas-A de Graneleiro", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Asas de Titã", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Asas-S de Titã", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Asas-F de Titã", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Asas-D de Titã", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Asas-A de Titã", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Asas-E Pesado", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Armadura de Fuselagem", + "Group": "Componente de Nave de Transporte", + "Description": "Um subcomponente para uma nave de classe de Transporte<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Casco de Pirilampo", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Casco-F de Pirilampo", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Casco-S de Pirilampo", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Casco-D de Pirilampo", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Casco de Libélula", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Casco-F de Libélula", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Casco-S de Libélula", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Casco-D de Libélula", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Casco de Euclides", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Casco de Hespério", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição do cockpit<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Espaço da Asa (Vazio)", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Asa Planadora", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Asa Pulsante", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Asa Pulsante", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Asa Pulsante", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Asa Pulsante", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Asa de Obelisco", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Asa de Onda do Céu", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Asa Prismática", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Asa Planar", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Asa de Vórtice", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Asa Solar", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Cobertura de Asa", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Cobertura de Asa", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Asa do Supervisor", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Asa Skylance", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Asa Superfoil", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Asa de Libélula", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Asa de Pirilampo", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Asa Axial", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Asa de Onda Curta", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Asa de Mancha Solar", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Asa de Mancha Solar", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Asa de Mancha Solar", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Asa de Mancha Solar", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Asa Arcfoil", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Asa de Onda Longa", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Asa de Tambor (Obelisco)", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Asa de Tambor", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Asa de Tambor (Supervisor)", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Asa de Tambor (Onda Curta)", + "Group": "Componente de Nave de Exploração", + "Description": "Um subcomponente para uma nave de classe de Exploração<>. Este módulo determina o estilo e a posição das asas<> da nave.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt/Products.lang.json b/assets/json/pt/Products.lang.json index 639c05756..50cd5d831 100644 --- a/assets/json/pt/Products.lang.json +++ b/assets/json/pt/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Reator de Classe C", + "Group": "Gerador de Naves", + "Description": "Um subcomponente da nave, o núcleo do reator<>. A unidade de geração básica é capaz de alimentar uma nave de Classe C<>.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Reator de Classe B", + "Group": "Gerador de Naves Melhorado", + "Description": "Um subcomponente da nave, o núcleo do reator<>. A unidade de geração melhorada é capaz de alimentar uma nave de Classe B<>.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Reator de Classe A", + "Group": "Gerador de Naves Poderoso", + "Description": "Um subcomponente da nave, o núcleo do reator<>. A unidade de geração avançada é capaz de alimentar uma nave de Classe A<>.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Reator de Classe S", + "Group": "GERADOR DE NAVES SUPREMO", + "Description": "Um subcomponente da nave, o núcleo do reator<>. A unidade de geração excecional é capaz de alimentar uma nave de Classe S<>.\n\nAdquire componentes de naves desmontando as naves existentes na unidade de Montagem de Naves<> a bordo de qualquer estação espacial. Visita o Fabricante de Naves<> para criares e montares uma nova nave.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/pt/TechTree.lang.json b/assets/json/pt/TechTree.lang.json index 017cc3689..45572e403 100644 --- a/assets/json/pt/TechTree.lang.json +++ b/assets/json/pt/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Módulos Decorativos", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Arquivo Seguro", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Vasilha de Combustível", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Armazenamento Orbital", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Estrutura de Armazenamento", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Ecrã Holográfico Pequeno A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Sinal Permanente", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Sinal Permanente B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Tabela Topográfica", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Ecrã Holográfico Pequeno B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Ecrã Holográfico Pequeno C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Ecrã de Parede Holográfico A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Ecrã de Parede Holográfico B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Ecrã Holográfico de Korvax", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Ecrã Holográfico de Vy'keen", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Ecrã Holográfico de Gek", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Conjunto de Iluminação", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Iluminação da Estrutura", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Luz da Base", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Luz do Pilar", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Transformador de Energia", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Caixa Bio", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Produtor Pequeno", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Bloco de Servidores A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Armário de Dados", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Bloco de Servidores B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Braços Hidráulicos", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Iluminação", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Módulos Industriais", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Módulos de Agricultura", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Estruturas de Madeira", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Tetos de Madeira", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Estruturas de Pedra", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Tetos de Pedra", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Estruturas de Ligas Metálicas", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Tetos de Ligas Metálicas", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Formas Primitivas", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Unidades de Armazenamento", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/pt/Technology.lang.json b/assets/json/pt/Technology.lang.json index 1cd4f14c7..c3b3ccf83 100644 --- a/assets/json/pt/Technology.lang.json +++ b/assets/json/pt/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Detetor de Economia", "Group": "Tecnologia de Sensores de Longo Alcance", - "Description": "Uma atualização para os sensores de escala galáctica da nave espacial. Este dispositivo permite ao utilizador aceder a dados detalhados sobre a economia de um sistema sem ter de o visitar.", + "Description": "Uma atualização para os sensores de escala galáctica<> da nave espacial. Este dispositivo permite ao utilizador aceder a dados económicos<> detalhados de um sistema sem ter de o visitar. Consulta os dados recolhidos automaticamente no Mapa da Galáxia<>.\n\nAtiva o Computador de Comércio<> interno do detetor com FE_ALT1<> para procurar eventos de aumento do comércio<> altamente lucrativos.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Resistência Senciente", "Group": "Recuperação de Sentinela Incompleta", "Description": "Esta Multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata rudimentar e de uma energia profunda e poderosa, em parte recuperação, em parte Sentinela, em parte algo indefinível...\n\nEste processo de fusão reciclada estava incompleto<> quando esta ferramenta foi adquirida. Usa REPAIR<> para continuar as operações de reparo e liberta este espaço para uso geral.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Prisma Dissonante", "Group": "Recuperação de Sentinela Incompleta", "Description": "Esta Multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata rudimentar e de uma energia profunda e poderosa, em parte recuperação, em parte Sentinela, em parte algo indefinível...\n\nEste processo de fusão reciclada estava incompleto<> quando esta ferramenta foi adquirida. Usa REPAIR<> para continuar as operações de reparo e liberta este espaço para uso geral.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Lente Corrompida", "Group": "Recuperação de Sentinela Incompleta", "Description": "Esta Multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata rudimentar e de uma energia profunda e poderosa, em parte recuperação, em parte Sentinela, em parte algo indefinível...\n\nEste processo de fusão reciclada estava incompleto<> quando esta ferramenta foi adquirida. Usa REPAIR<> para continuar as operações de reparo e liberta este espaço para uso geral.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Núcleo de Energia Esgotado", "Group": "Recuperação de Sentinela Incompleta", "Description": "Esta Multiferramenta é uma peça de tecnologia híbrida, uma fusão de sucata rudimentar e de uma energia profunda e poderosa, em parte recuperação, em parte Sentinela, em parte algo indefinível...\n\nEste processo de fusão reciclada estava incompleto<> quando esta ferramenta foi adquirida. Usa REPAIR<> para continuar as operações de reparo e liberta este espaço para uso geral.", @@ -9530,7 +9530,7 @@ "Icon": "technology/260.png", "Name": "Marca do Negador", "Group": "Marca Cósmica", - "Description": "Uma pequena partícula de poeira estelar, não mais do que uma pequena mancha. Num exame mais atento, a sua superfície é toda feita de fragmentos cristalinos e geometria carmesim distorcida.\n\nPisca com energia reprimida, exigindo a libertação.\n\nFortalecer<> a marca permite descobrir<> sistemas, planetas e objetos em todo o universo.", + "Description": "Uma pequena partícula de poeira estelar, não mais do que uma pequena mancha. Num exame mais atento, a sua superfície é toda feita de fragmentos cristalinos e geometria carmesim distorcida.\n\nPisca com energia reprimida, exigindo a libertação.\n\nFortalece<> a marca enquanto descobres<> sistemas, planetas e objetos em todo o universo.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Circuitos enferrujados", "Group": "Componente nave espacial danificado", "Description": "Subsistema da nave espacial com danos graves<>. O espaço não pode ser usado para armazenamento<> ou tecnologia<> enquanto os danos não estiverem reparados. Usa REPAIR<> para iniciar o processo de reparação.\n\nAs principais funções da nave não foram afetadas. A reparação destes danos irá libertar um espaço para uso geral do inventário.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Danos Hidráulicos", "Group": "Componente nave espacial danificado", "Description": "Subsistema da nave espacial com danos graves<>. O espaço não pode ser usado para armazenamento<> ou tecnologia<> enquanto os danos não estiverem reparados. Usa REPAIR<> para iniciar o processo de reparação.\n\nAs principais funções da nave não foram afetadas. A reparação destes danos irá libertar um espaço para uso geral do inventário.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Tanques Corroídos", "Group": "Componente nave espacial danificado", "Description": "Subsistema da nave espacial com danos graves<>. O espaço não pode ser usado para armazenamento<> ou tecnologia<> enquanto os danos não estiverem reparados. Usa REPAIR<> para iniciar o processo de reparação.\n\nAs principais funções da nave não foram afetadas. A reparação destes danos irá libertar um espaço para uso geral do inventário.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Módulo corrupto", "Group": "Componente multiferramenta danificado", "Description": "Subsistema da Multiferramenta com danos críticos<>.\n\nO espaço não pode ser usado enquanto o dano não estiver reparado. Usa REPAIR<> para iniciar o processo de reparação.\n\nA reparação irá vagar um espaço para uso geral.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Dano no feixe", "Group": "Componente multiferramenta danificado", "Description": "Subsistema da Multiferramenta com danos críticos<>.\n\nO espaço não pode ser usado enquanto o dano não estiver reparado. Usa REPAIR<> para iniciar o processo de reparação.\n\nA reparação irá vagar um espaço para uso geral.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Terminal Queimado", "Group": "Componente multiferramenta danificado", "Description": "Subsistema da Multiferramenta com danos críticos<>.\n\nO espaço não pode ser usado enquanto o dano não estiver reparado. Usa REPAIR<> para iniciar o processo de reparação.\n\nA reparação irá vagar um espaço para uso geral.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Resistência Avariada", "Group": "Componente multiferramenta danificado", "Description": "Subsistema da Multiferramenta com danos críticos<>.\n\nO espaço não pode ser usado enquanto o dano não estiver reparado. Usa REPAIR<> para iniciar o processo de reparação.\n\nA reparação irá vagar um espaço para uso geral.", diff --git a/assets/json/ru/Buildings.lang.json b/assets/json/ru/Buildings.lang.json index 8d3afddfc..0f7ed4b8e 100644 --- a/assets/json/ru/Buildings.lang.json +++ b/assets/json/ru/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22475,7 +22474,7 @@ "Icon": "building/1065.png", "Name": "Рисунок «Колеоптерология»", "Group": "Украшение", - "Description": "Эксклюзивный размещаемый рисунок, добавляющий шарма базе.\nНа нем изображен подпрыгивающий в воздух огромный жук.", + "Description": "Эксклюзивный размещаемый рисунок, добавляющий шарма базе.\nНа нем изображен огромный жук, подпрыгивающий в воздух.", "BaseValueUnits": 400.0, "CurrencyType": "Quicksilver", "MaxStackSize": 5.0, @@ -22846,13 +22845,14 @@ "Icon": "building/1078.png", "Name": "Фейерверк «Красный титан»", "Group": "Расходуемое пиротехническое устройство", - "Description": "Экзотический фейерверк, содержащий соли кадмия<>. Вдохновлен подвижными формами титанических песчаных червей. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Экзотический фейерверк, содержащий соли кадмия<>. Вдохновлен подвижными формами титанических песчаных червей. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22867,13 +22867,14 @@ "Icon": "building/1079.png", "Name": "Фейерверк «Золотой титан»", "Group": "Расходуемое пиротехническое устройство", - "Description": "Экзотический фейерверк, содержащий соли натрия<>. Вдохновлен подвижными формами титанических песчаных червей. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Экзотический фейерверк, содержащий соли натрия<>. Вдохновлен подвижными формами титанических песчаных червей. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22888,13 +22889,14 @@ "Icon": "building/1080.png", "Name": "Фейерверк «Зеленый титан»", "Group": "Расходуемое пиротехническое устройство", - "Description": "Экзотический фейерверк, содержащий соли эмерила<>. Вдохновлен подвижными формами титанических песчаных червей. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Экзотический фейерверк, содержащий соли эмерила<>. Вдохновлен подвижными формами титанических песчаных червей. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "Защищенный архив", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "Бак с топливом", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "Орбитальное хранилище", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "Складская конструкция", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "Голостенд геков", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "Голостенд корваксов", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "Голостенд вай'кинов", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "Настенный голодисплей «A»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "Настенный голодисплей «B»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "Малый голостенд «A»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "Малый голостенд «B»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "Малый голостенд «C»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "Каркасное освещение", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "Световой массив", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "Цокольная подсветка", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "Столбовое освещение", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "Биоящик", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "Малая кадка", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "Серверный шкаф «A»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "Серверный шкаф «B»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "Шкаф обработки данных", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "Электротрансформатор", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "Гидравлические манипуляторы", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "Стоячий знак", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "Стоячий знак «B»", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "Топографический стол", + "Group": "Декоративная имитация космической станции", + "Description": "Декоративный элемент<> для использования на обитаемых базах.\n\nВыполнен в стиле одной из множества космический станций<> во вселенной.", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "Фейерверк «Пурпурные ленты»", + "Group": "Расходуемое пиротехническое устройство", + "Description": "Экзотический фейерверк, в котором блестят частицы атлантидия<> и сурьмы<>, взрывается и разбрасывает кружащиеся ленты. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "Фейерверк «Синие ленты»", + "Group": "Расходуемое пиротехническое устройство", + "Description": "Экзотический фейерверк, в котором блестят частицы индия<> и сурьмы<>, взрывается и разбрасывает кружащиеся ленты. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "Фейерверк «Бирюзовые ленты»", + "Group": "Расходуемое пиротехническое устройство", + "Description": "Экзотический фейерверк, в котором блестят частицы цинка<> и сурьмы<>, взрывается и разбрасывает кружащиеся ленты. Зажгите его, чтобы озарить небо мерцающими огнями.\n\nРазместите пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "Плакат «Зашифрованный сигнал»", + "Group": "Украшение", + "Description": "Эксклюзивные самоклеящиеся несминаемые обои.\nНа этом плакате изображены фрагменты множества сигналов дальней связи между основными фракциями вселенной.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "Плакат «Детали корабля»", + "Group": "Украшение", + "Description": "Эксклюзивные самоклеящиеся несминаемые обои.\nЭтот плакат был подарен честным корабельным геком-торговцем Баккаром. Загляните в его магазин компонентов звездолетов прямо сегодня! Друзьям лучшие цены!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "Плакат «Продажа выпечки»", + "Group": "Украшение", + "Description": "Эксклюзивные самоклеящиеся несминаемые обои.\nЭтот плакат рекламирует разнообразную выпечку, включая хлебный рулет с корочкой и призрачные вафли.", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ru/ConstructedTechnology.lang.json b/assets/json/ru/ConstructedTechnology.lang.json index 0b7606330..53f8e83ba 100644 --- a/assets/json/ru/ConstructedTechnology.lang.json +++ b/assets/json/ru/ConstructedTechnology.lang.json @@ -409,7 +409,7 @@ "Icon": "constructedTechnology/14.png", "Name": "Средний очиститель", "Group": "Автоматический модуль очистки", - "Description": "Важная часть планетарного оборудования. Очиститель<> позволяет перерабатывать собранные субстанции в более мощные и сложные материалы.\nСредний очиститель позволяет объединять две<> различные субстанции в новый материал, а также более эффективно перерабатывать материалы. \nДля работы средний очиститель необходимо установить на базе с возможностью заселения<>, но дополнительный источник питания не требуется.", + "Description": "Важная часть планетарного оборудования. Очиститель<> позволяет перерабатывать собранные субстанции в более мощные и сложные материалы.\n\nСредний очиститель позволяет объединять две<> различные субстанции в новый материал, а также более эффективно перерабатывать материалы. \n\nДля работы средний очиститель необходимо установить на базе с возможностью заселения<>, но дополнительный источник питания не требуется.", "BaseValueUnits": 10.0, "CurrencyType": "None", "Colour": "2C7C9F", @@ -438,7 +438,7 @@ "Icon": "constructedTechnology/15.png", "Name": "Большой очиститель", "Group": "Автоматический модуль очистки", - "Description": "Важная часть планетарного оборудования. Очиститель<> позволяет перерабатывать собранные субстанции в более мощные и сложные материалы.\nКрупный очиститель позволяет объединять три<> различные субстанции в новый материал, а также более эффективно перерабатывать материалы. \nДля работы крупный очиститель необходимо установить на базе с возможностью заселения<>, но дополнительный источник питания не требуется.", + "Description": "Важная часть планетарного оборудования. Очиститель<> позволяет перерабатывать собранные субстанции в более мощные и сложные материалы.\n\nКрупный очиститель позволяет объединять три<> различные субстанции в новый материал, а также более эффективно перерабатывать материалы. \n\nДля работы крупный очиститель необходимо установить на базе с возможностью заселения<>, но дополнительный источник питания не требуется.", "BaseValueUnits": 10.0, "CurrencyType": "None", "Colour": "2C7C9F", diff --git a/assets/json/ru/Curiosity.lang.json b/assets/json/ru/Curiosity.lang.json index 8bb9a9228..f397c1680 100644 --- a/assets/json/ru/Curiosity.lang.json +++ b/assets/json/ru/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "Груз «Гамма» с припасами «Утопии»", "Group": "Тайник с припасами фонда «Утопия»", "Description": "Чтобы поддержать храбрых рабочих, трудящихся на крутых и открытых всем ветрам склонах гор планеты Новая Сесто, кураторы «Утопии» с радостью предоставляют вам этот груз с предметами первой необходимости.\n\nВыберите ящик с припасами и нажмите «Открыть груз»<> (FE_ALT1<>), чтобы получить припасы фонда «Утопия» и ваши следующие указания<>.", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "Груз «Дельта» с припасами «Утопии»", "Group": "Тайник с припасами фонда «Утопия»", "Description": "Чтобы поддержать рабочих, выживающих и сражающихся с [ ВЫРЕЗАНО<> ] планеты Идалт XIV, кураторы «Утопии» с радостью предоставляют вам этот груз с предметами первой необходимости.\n\nВыберите ящик с припасами и нажмите «Открыть груз»<> (FE_ALT1<>), чтобы получить припасы фонда «Утопия» и ваши следующие указания<>.", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "Груз «Эпсилон» с припасами «Утопии»", "Group": "Тайник с припасами фонда «Утопия»", "Description": "Чтобы поддержать благородных рабочих, трудящихся среди зыбучих песков планеты Эндиль А8, кураторы «Утопии» с радостью предоставляют вам этот груз с предметами первой необходимости.\n\nВыберите ящик с припасами и нажмите «Открыть груз»<> (FE_ALT1<>), чтобы получить припасы фонда «Утопия» и ваши следующие указания<>.", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "Координаты поселения Гамма", "Group": "Карта поселения фонда «Утопия»", "Description": "Карта, полученная от фонда «Утопия», на которой приведены личные координаты<> назначенной вам стройплощадки.\n\nВыберите карту и нажмите «Проложить маршрут»<> (FE_ALT1<>), чтобы закрепить пункт назначения на экране экзокостюма.", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "Координаты поселения Дельта", "Group": "Карта поселения фонда «Утопия»", "Description": "Карта, полученная от фонда «Утопия», на которой приведены личные координаты<> назначенной вам стройплощадки.\n\nВыберите карту и нажмите «Проложить маршрут»<> (FE_ALT1<>), чтобы закрепить пункт назначения на экране экзокостюма.", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "Координаты поселения Эпсилон", "Group": "Карта поселения фонда «Утопия»", "Description": "Карта, полученная от фонда «Утопия», на которой приведены личные координаты<> назначенной вам стройплощадки.\n\nВыберите карту и нажмите «Проложить маршрут»<> (FE_ALT1<>), чтобы закрепить пункт назначения на экране экзокостюма.", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "Преобразовать данные в навигационную метку экзокостюма" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "Пиратский передатчик", + "Group": "Извлеченный опознавательный прибор", + "Description": "Уникальный идентификационный передатчик<>, выдранный из внутреннего сигнального массива звездолета преступников<>.\n\nОбладание данным предметом предполагает уничтожение указанного корабля. Передайте его представителю гильдии наемников<>, чтобы получить соответствующие награды.", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ru/NutrientProcessor.lang.json b/assets/json/ru/NutrientProcessor.lang.json index 8d1b7cc1c..d0e50bde4 100644 --- a/assets/json/ru/NutrientProcessor.lang.json +++ b/assets/json/ru/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "Создайте приманку" + "Operation": "Настройка переработчика: приготовление приманки" }, { "Id": "nut574", diff --git a/assets/json/ru/Others.lang.json b/assets/json/ru/Others.lang.json index 2491091ee..6d7f97855 100644 --- a/assets/json/ru/Others.lang.json +++ b/assets/json/ru/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "Костюм X.O.", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "Капюшон (открываемый)", "Description": "Развевающийся шелковый покров, даруемый тем, кто будет петь Голосом Свободы<>.\n\nИспользуйте это эксклюзивное изменение внешнего вида<> экзокостюма в модификаторе внешности<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5758,7 +5759,7 @@ "Icon": "other/346.png", "Name": "Перемешанный набор фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -5777,10 +5778,10 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "Перемешанный набор фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -5799,10 +5800,10 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "Перемешанный набор фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -5821,10 +5822,10 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "Перемешанный набор фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -5843,10 +5844,10 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "Перемешанный набор фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -6023,7 +6024,7 @@ "Group": "Визуальное улучшение экзокостюма", "Description": "Эксклюзивное изменение внешнего вида экзокостюма<>.\n\nТитановый летный ранец на основе технологий, украденных у орды Стражей. Его двигатели предварительно охлаждаются постоянным потоком пугния и азота, что обеспечивает экономичную и совершенно бесшумную работу.\n\nВнимание<>: вскрывать контейнер с пугнием можно только в защитном костюме.\n\nПоменяйте внешний вид экзокостюма в модификаторе внешности<>.", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7012,7 +7013,7 @@ "Icon": "other/399.png", "Name": "Набор праздничных фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -7031,10 +7032,10 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "Набор праздничных фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -7053,10 +7054,10 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "Набор праздничных фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -7075,10 +7076,10 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "Набор праздничных фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -7097,10 +7098,10 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "Набор праздничных фейерверков", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех различных фейерверков, в том числе хроматический<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех различных фейерверков: хроматического<>, Атласа<> и с узором<>. Запустите фейерверки, чтобы озарить небо сверкающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<> (BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "Звездорожденный бегун", "Group": "Эксклюзивный космический корабль", - "Description": "Уникальный и эксклюзивный звездолет<>, созданный в честь завершения экспедиции «Омега»<>.\n\nЭтот универсальный корабль покрыт защищающей от радиации броней, а его аэродинамические показатели обеспечивают высокую маневренность во время сражений в атмосфере.\n\nПолучите<> этот корабль, чтобы добавить его в свою коллекцию или использовать вместо<> текущего корабля. Находясь на планете, вы можете призывать корабли через быстрое меню (QUICK_MENU<>).", + "Description": "Уникальный и эксклюзивный звездолет<>, созданный в честь завершения экспедиции «Омега»<>.\n\nЭтот необычный звездолет оптимизирован для эффективного планирования, а векторное поле позволяет ему парить над твердыми поверхностями.\n\nПолучите<> этот корабль, чтобы добавить его в свою коллекцию или использовать вместо<> текущего корабля. Находясь на планете, вы можете призывать корабли через быстрое меню (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8020,7 +8021,7 @@ "Icon": "other/442.png", "Name": "Абсолютный сокол UD7", "Group": "Эксклюзивный космический корабль", - "Description": "Эксклюзивный звездолет<>. Истребитель, оснащенный мощным фазовым лучом<> и улучшенным экранированием<>.\n\nПолучите<> этот корабль, чтобы добавить его в коллекцию или использовать вместо<> своего текущего корабля. Находясь на планете, вы можете призвать корабли с помощью быстрого меню (QUICK_MENU<>).", + "Description": "Эксклюзивный звездолет<>. Истребитель, оснащенный мощным фазовым лучом<> и улучшенным защитным экраном<>.\n\nПолучите<> этот корабль, чтобы добавить его в коллекцию или использовать вместо<> своего текущего корабля. Находясь на планете, вы можете призвать корабли с помощью быстрого меню (QUICK_MENU<>).", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8240,7 +8241,7 @@ "Icon": "other/452.png", "Name": "Набор фейерверков «Титан»", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,10 +8260,10 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "Набор фейерверков «Титан»", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8281,10 +8282,10 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "Набор фейерверков «Титан»", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8303,10 +8304,10 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "Набор фейерверков «Титан»", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8325,10 +8326,10 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "Набор фейерверков «Титан»", "Group": "Мультинабор пиротехники", - "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>\n(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", + "Description": "Набор из трех превосходных фейерверков, вдохновленных титаническими песчаными червями, странствующими по вселенной. В их составе полно кадмия<>, натрия<> и эмерила<>. Запустите фейерверки, чтобы озарить небо мерцающими огнями.\n\nПоставьте пусковую трубку с помощью меню созидания<>(BUILD_MENU<>). Внимание<>: не нацеливайте на живых существ. Не рекомендуется использовать в помещениях.", "BaseValueUnits": 250.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Фюзеляж «Омега»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "Сияющая кабина", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "Гоночная кабина", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "Игольчатый фюзеляж", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Кабина «Альфа»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "Фюзеляж «Вектор»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "Гладкая кабина", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "Скоростной фюзеляж", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "Турбинный фюзеляж", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение фюзеляжа<> и кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "Крылья «Вектор»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "Крылья «Вектор» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "Каркасные крылья", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "Каркасные крылья (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "Каркасные крылья «S»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "Каркасные крылья «S» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "Каркасные крылья «E»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "Каркасные крылья «E» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "Каркасные крылья «V»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "Каркасные крылья «V» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "Каркасные крылья «C»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "Каркасные крылья «C» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "Крылья «Ореол»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "Крылья «Форсаж»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "Крылья «Форсаж» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "Крылья «Форсаж» «E»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "Крылья «Форсаж» «E» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "Крылья «Форсаж» «V»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "Крылья «Форсаж» «V» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "Крылья «Форсаж» «C»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "Крылья «Форсаж» «C» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "Крылья «Стервятник»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "Крылья «Стервятник» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "Крылья «Решетка»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "Крылья «Решетка» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "Крылья «Звездный танцор»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "Крылья «Звездный танцор» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "Крылья «Горизонт»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "Крылья «Горизонт» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "Сияющие крылья", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "Сияющие крылья (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "Крылья «Дроид»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "Крылья «Дроид» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "Крылья «Дроид» «S»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "Крылья «Дроид» «S» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "Крылья «Дроид» «E»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "Крылья «Дроид» «E» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "Крылья «Дроид» «V»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "Крылья «Дроид» «V» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "Крылья «Дроид» «C»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "Крылья «Дроид» «C» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "Крылья «Квазар»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "Крылья «Квазар» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "Стреловидные крылья (низкие)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "Стреловидные крылья (средние)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "Стреловидные крылья (полные)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "Крылья «Веспер»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "Крылья «Веспер» (стреловидные)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "Крылья «Чайка»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "Крылья «Веспер» (стабилизатор)", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "Крылья «Дозор»", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент боевого<> звездолета. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "Тройной ускоритель", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент звездолета-истребителя<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "Одиночный двигатель", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент звездолета-истребителя<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "Векторный двигатель", + "Group": "Компонент боевого звездолета", + "Description": "Подкомпонент звездолета-истребителя<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "Кабина «Сверхзвук»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "Кабина «Тип-11»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "Кабина «Авиатор»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "Кабина «Литораль»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "Кабина «Сухогруз»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "Кабина «Переговорщик»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "Кабина «Стратосфера»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "Кабина «Гидравлика»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "Двигатель «Мегалит»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "Двигатель «Мегалит» для крыла «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "Двигатель «Мегалит» для крыла «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "Рулевой атмосферный двигатель", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "Рулевой атмосферный двигатель крыла «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "Рулевой атмосферный двигатель крыла «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "Двигатель «Дуо-макс»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение двигателей<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "Пустая панель крыла", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "Крыло «Сверхзвук»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "Крыло «Сверхзвук» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "Крыло «Сверхзвук» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "Крыло «Сверхзвук» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "Крыло «Сверхзвук» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "Крыло «Сверхзвук» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "Лопастное крыло «Сверхзвук»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "Крыло «Сверхзвук» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "Разделенное крыло «Сверхзвук»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "Крыло «Сверхзвук» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "Крыло «Топка»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "Крыло «Топка» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "Крыло «Топка» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "Крыло «Топка» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "Крыло «Топка» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "Крыло «Топка» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "Крыло «Турбина»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "Крыло «Топка» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "Разделенное крыло «Топка»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "Крыло «Топка» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "Крыло «Панцирь»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "Крыло «Панцирь» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "Крыло «Панцирь» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "Крыло «Панцирь» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "Крыло «Панцирь» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "Крыло «Панцирь» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "Лопастное крыло «Панцирь»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "Крыло «Панцирь» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "Разделенное крыло «Панцирь»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "Крыло «Панцирь» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "Крыло «Литораль»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "Крыло «Литораль» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "Крыло «Литораль» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "Крыло «Литораль» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "Лопастное крыло «Литораль»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "Крыло «Литораль» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "Разделенное крыло «Литораль»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "Крыло «Литораль» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "Широкофюзеляжное крыло", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "Широкофюзеляжное крыло «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "Широкофюзеляжное крыло «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "Широкофюзеляжное крыло «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "Широкофюзеляжное крыло «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "Широкофюзеляжное крыло «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "Широкофюзеляжное лопастное крыло", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "Широкофюзеляжное крыло «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "Широкофюзеляжное разделенное крыло", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "Широкофюзеляжное крыло «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "Крыло «Ионная вспышка»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "Крыло «Ионная вспышка» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "Крыло «Ионная вспышка» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "Крыло «Ионная вспышка» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "Крыло «Ионная вспышка» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "Крыло «Ионная вспышка» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "Крыло «Ионный луч»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "Крыло «Ионная вспышка» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "Разделенное крыло «Ионная вспышка»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "Крыло «Ионная вспышка» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "Крыло «Стратоимпульс»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "Крыло «Стратоимпульс» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "Крыло «Стратоимпульс» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "Крыло «Стратоимпульс» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "Крыло «Стратоимпульс» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "Крыло «Стратоимпульс» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "Лопастное крыло «Стратоимпульс»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "Крыло «Стратоимпульс» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "Разделенное крыло «Стратоимпульс»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "Крыло «Стратоимпульс» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "Крыло «Прямоточный двигатель»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "Крыло «Прямоточный двигатель» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "Крыло «Прямоточный двигатель» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "Крыло «Прямоточный двигатель» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "Крыло «Прямоточный двигатель» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "Крыло «Прямоточный двигатель» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "Взлетное высокой мощности", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "Крыло «Прямоточный двигатель» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "Разделенное крыло «Прямоточный двигатель»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "Крыло «Прямоточный двигатель» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "Крыло «Импульс»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "Крыло «Импульс» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "Крыло «Импульс» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "Крыло «Импульс» «C»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "Крыло «Импульс» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "Крыло «Импульс» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "Взлетное «Импульсное»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "Крыло «Импульс» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "Разделенное крыло «Импульс»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "Крыло «Импульс» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "Крыло «Тяжелое-22»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "Крыло «Тяжелое-22» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "Крыло «Тяжелое-22» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "Крыло «Тяжелое-22» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "Крыло «Тяжелое-22» «W»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "Крыло «Суперкондор»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "Крыло «Тяжелое-22» «V»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "Разделенное крыло «Тяжелое-22»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "Крыло «Тяжелое-22» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "Крылья «Мегалит»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "Крылья «Ультралит»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "Крылья «Мегалит» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "Крылья «Мегалит» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "Крылья «Мегалит» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "Крылья «Мегалит» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "Крылья «Сухогруз»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "Крылья «Сухогруз» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "Крылья «Сухогруз» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "Крылья «Сухогруз» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "Крылья «Сухогруз» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "Крылья «Титан»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "Крылья «Титан» «S»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "Крылья «Титан» «F»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "Крылья «Титан» «D»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "Крылья «Титан» «A»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "Тяжелые крылья «E»", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "Бронирование фюзеляжа", + "Group": "Компонент звездолета-тягача", + "Description": "Подкомпонент звездолета-тягача<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "Корпус «Светлячок»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "Корпус «Светлячок» «F»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "Корпус «Светлячок» «S»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "Корпус «Светлячок» «D»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "Корпус «Стрекоза»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "Корпус «Стрекоза» «F»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "Корпус «Стрекоза» «S»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "Корпус «Стрекоза» «D»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "Корпус «Евклид»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "Корпус «Геспер»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение кабины экипажа<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "Крыло-центроплан (пустое)", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "Крыло-планер", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "Крыло «Пульсар»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "Крыло «Пульсар»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "Крыло «Пульсар»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "Крыло «Пульсар»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "Крыло «Обелиск»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "Крыло «Небесная волна»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "Призматическое крыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "Плоское крыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "Крыло «Вихрь»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "Солнечное крыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "Крыло «Шляпка»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "Крыло «Шляпка»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "Крыло «Куратор»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "Крыло «Небесное копье»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "Аэродинамическое суперкрыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "Крыло «Стрекоза»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "Крыло «Светлячок»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "Осевое крыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "Коротковолновое крыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "Крыло «Солнечное пятно»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "Крыло «Солнечное пятно»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "Крыло «Солнечное пятно»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "Крыло «Солнечное пятно»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "Крыло «Дуговой профиль»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "Длинноволновое крыло", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "Крыло «Барабан» (Обелиск)", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "Крыло «Барабан»", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "Крыло «Барабан» (Куратор)", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "Крыло «Барабан» (коротковолновое)", + "Group": "Компонент звездолета-исследователя", + "Description": "Подкомпонент звездолета-исследователя<>. Этот модуль определяет стиль и расположение крыльев<> корабля.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ru/Products.lang.json b/assets/json/ru/Products.lang.json index ea7069e39..4a99efd86 100644 --- a/assets/json/ru/Products.lang.json +++ b/assets/json/ru/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "Реактор класса «C»", + "Group": "Генератор звездолета", + "Description": "Подкомпонент звездолета: ядро реактора<>. Базовая силовая установка, подходящая для обеспечения энергией звездолета класса «C»<>.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "Реактор класса «B»", + "Group": "Улучшенный генератор звездолета", + "Description": "Подкомпонент звездолета: ядро реактора<>. Улучшенная силовая установка, подходящая для обеспечения энергией звездолета класса «B»<>.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "Реактор класса «A»", + "Group": "Мощный генератор звездолета", + "Description": "Подкомпонент звездолета: ядро реактора<>. Продвинутая силовая установка, подходящая для обеспечения энергией звездолета класса «A»<>.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "Реактор класса «S»", + "Group": "Превосходный генератор звездолета", + "Description": "Подкомпонент звездолета: ядро реактора<>. Превосходная силовая установка, подходящая для обеспечения энергией звездолета класса «S»<>.\n\nДобыть компоненты звездолета можно, разбирая имеющиеся корабли с помощью блока оснащения звездолета<> на борту любой космической станции. Воспользуйтесь фабрикатором звездолетов<>, чтобы спроектировать и собрать новый звездолет.", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/ru/TechTree.lang.json b/assets/json/ru/TechTree.lang.json index c1f43450a..3e650e559 100644 --- a/assets/json/ru/TechTree.lang.json +++ b/assets/json/ru/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "Декоративные модули", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "Защищенный архив", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "Бак с топливом", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "Орбитальное хранилище", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "Складская конструкция", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "Малый голостенд «A»", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "Стоячий знак", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "Стоячий знак «B»", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "Топографический стол", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "Малый голостенд «B»", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "Малый голостенд «C»", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "Настенный голодисплей «A»", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "Настенный голодисплей «B»", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "Голостенд корваксов", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "Голостенд вай'кинов", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "Голостенд геков", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "Световой массив", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "Каркасное освещение", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "Цокольная подсветка", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "Столбовое освещение", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "Электротрансформатор", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "Биоящик", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "Малая кадка", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "Серверный шкаф «A»", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "Шкаф обработки данных", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "Серверный шкаф «B»", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "Гидравлические манипуляторы", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "Освещение", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "Промышленные модули", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "Сельскохозяйственные модули", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "Бревенчатые строения", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "Бревенчатая крыша", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "Каменные строения", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "Каменная крыша", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "Строения из сплава", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "Крыша из сплава", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "Примитивные формы", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "Хранилища", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/ru/Technology.lang.json b/assets/json/ru/Technology.lang.json index 2ecf17589..1b95304cc 100644 --- a/assets/json/ru/Technology.lang.json +++ b/assets/json/ru/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "Сканер экономики", "Group": "Технология сенсоров дальнего действия", - "Description": "Улучшение галактических сканеров корабля. Это устройство позволяет получать подробные данные об экономике звездных систем без необходимости их посещать.", + "Description": "Улучшение галактических сканеров<> корабля. Это устройство позволяет просматривать подробные экономические данные<> системы без ее посещения. Собранная информация автоматически отображается на галактической карте<>.\n\nЗапустите торговый компьютер<> сканера с помощью FE_ALT1<> для поиска прибыльных событий роста торговли<>.", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "Резистор сознания", "Group": "Частичный утиль стража", "Description": "Этот мультитул представляет собой гибридную технологию, объединяющую в себе грубый лом и могучую энергию. Частично это лом, частично страж, частично что-то неопределимое...\n\nПроцесс переработанного слияния не был завершен<>, когда инструмент был получен. Используйте REPAIR<>, чтобы закончить ремонт и освободить эту общую ячейку.", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "Нестройная призма", "Group": "Частичный утиль стража", "Description": "Этот мультитул представляет собой гибридную технологию, объединяющую в себе грубый лом и могучую энергию. Частично это лом, частично страж, частично что-то неопределимое...\n\nПроцесс переработанного слияния не был завершен<>, когда инструмент был получен. Используйте REPAIR<>, чтобы закончить ремонт и освободить эту общую ячейку.", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "Испорченные линзы", "Group": "Частичный утиль стража", "Description": "Этот мультитул представляет собой гибридную технологию, объединяющую в себе грубый лом и могучую энергию. Частично это лом, частично страж, частично что-то неопределимое...\n\nПроцесс переработанного слияния не был завершен<>, когда инструмент был получен. Используйте REPAIR<>, чтобы закончить ремонт и освободить эту общую ячейку.", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "Истощенный генератор", "Group": "Частичный утиль стража", "Description": "Этот мультитул представляет собой гибридную технологию, объединяющую в себе грубый лом и могучую энергию. Частично это лом, частично страж, частично что-то неопределимое...\n\nПроцесс переработанного слияния не был завершен<>, когда инструмент был получен. Используйте REPAIR<>, чтобы закончить ремонт и освободить эту общую ячейку.", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "Окисленные схемы", "Group": "Поврежденный компонент звездолета", "Description": "Серьезное повреждение<> подсистемы звездолета. До устранения повреждения эту ячейку нельзя использовать в качестве склада<> или для размещения технологии<>. Начните ремонт с помощью REPAIR<>.\n\nБазовые возможности звездолета не затронуты. Ремонт освободит ячейку для общего использования.", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "Поврежденная гидравлика", "Group": "Поврежденный компонент звездолета", "Description": "Серьезное повреждение<> подсистемы звездолета. До устранения повреждения эту ячейку нельзя использовать в качестве склада<> или для размещения технологии<>. Начните ремонт с помощью REPAIR<>.\n\nБазовые возможности звездолета не затронуты. Ремонт освободит ячейку для общего использования.", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "Проржавевшие баки", "Group": "Поврежденный компонент звездолета", "Description": "Серьезное повреждение<> подсистемы звездолета. До устранения повреждения эту ячейку нельзя использовать в качестве склада<> или для размещения технологии<>. Начните ремонт с помощью REPAIR<>.\n\nБазовые возможности звездолета не затронуты. Ремонт освободит ячейку для общего использования.", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "Износ модуля", "Group": "Поврежденный компонент мультитула", "Description": "Критическое повреждение<> подсистемы мультитула.\n\nПока не устранено повреждение, ячейку использовать нельзя. Начните ремонт с помощью REPAIR<>.\n\nРемонт освободит ячейку для общего использования.", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "Повреждение оплетки", "Group": "Поврежденный компонент мультитула", "Description": "Критическое повреждение<> подсистемы мультитула.\n\nПока не устранено повреждение, ячейку использовать нельзя. Начните ремонт с помощью REPAIR<>.\n\nРемонт освободит ячейку для общего использования.", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "Сгоревший терминал", "Group": "Поврежденный компонент мультитула", "Description": "Критическое повреждение<> подсистемы мультитула.\n\nПока не устранено повреждение, ячейку использовать нельзя. Начните ремонт с помощью REPAIR<>.\n\nРемонт освободит ячейку для общего использования.", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "Неисправный резистор", "Group": "Поврежденный компонент мультитула", "Description": "Критическое повреждение<> подсистемы мультитула.\n\nПока не устранено повреждение, ячейку использовать нельзя. Начните ремонт с помощью REPAIR<>.\n\nРемонт освободит ячейку для общего использования.", diff --git a/assets/json/ru/TradeItems.lang.json b/assets/json/ru/TradeItems.lang.json index 34b5dfca5..af6d8d322 100644 --- a/assets/json/ru/TradeItems.lang.json +++ b/assets/json/ru/TradeItems.lang.json @@ -241,7 +241,7 @@ "Icon": "tradeItems/12.png", "Name": "Нейтронный микроскоп", "Group": "Товары на продажу (наука)", - "Description": "Упаковка нейтронных микроскопов.\n\nСистемы с экономикой, основанной на науке, производят и используют микроскопы в больших количествах. Однако подобная массовость чревата появлением дефектов. На первый взгляд они незаметны, но использовать такие микроскопы уже нельзя. Однако это открывает новые торговые<> возможности — ведь их по-прежнему можно продать менее разборчивым покупателям. ", + "Description": "Упаковка нейтронных микроскопов.\n\nСистемы с экономикой, основанной на науке, производят и используют микроскопы в больших количествах. Однако подобная массовость чревата появлением дефектов. На первый взгляд они незаметны, но использовать такие микроскопы уже нельзя. Однако это открывает новые торговые<> возможности, ведь их по-прежнему можно продать менее разборчивым покупателям.", "BaseValueUnits": 6000.0, "CurrencyType": "Credits", "MaxStackSize": 25.0, @@ -304,7 +304,7 @@ "Icon": "tradeItems/15.png", "Name": "Нейротрубка", "Group": "Товары на продажу (наука)", - "Description": "Ящик свежих нейротрубок.\n\nНейротрубки — специальное средство для временного повышения внимания и производительности. Применяются повсеместно, но особым спросом пользуются в системах с экономикой, основанной на торговле<>, где конкуренция между рабочими особенно сильна.", + "Description": "Ящик свежих нейротрубок.\n\nНейротрубки — специальное средство для временного повышения внимания и производительности. Применяются повсеместно, но особым спросом пользуются в системах с экономикой, основанной на торговле<>, где конкуренция между рабочими особенно сильна.", "BaseValueUnits": 50000.0, "CurrencyType": "Credits", "MaxStackSize": 25.0, @@ -369,7 +369,7 @@ "Icon": "tradeItems/18.png", "Name": "Бромидная соль", "Group": "Товары на продажу (минералы)", - "Description": "Ящик бромидной соли.\n\nБромидная соль — важнейший материал, используемый на фабриках систем с экономикой, основанной на производственной<> промышленности. Чтобы ее получить, необходимо переработать большое количество сырья.", + "Description": "Ящик бромидной соли.\n\nБромидная соль — важнейший материал, используемый на фабриках систем с экономикой, основанной на производственной<> промышленности. Чтобы ее получить, необходимо переработать большое количество сырья.", "BaseValueUnits": 15000.0, "CurrencyType": "Credits", "MaxStackSize": 25.0, @@ -413,7 +413,7 @@ "Icon": "tradeItems/20.png", "Name": "Экранированный дуговой кристалл", "Group": "Товары на продажу (минералы)", - "Description": "Аккуратно упакованный пакет экранированных дуговых кристаллов.\n\nДуговые кристаллы — это чрезвычайное редкое минеральное образование, незаменимое в производственной<> промышленности. Также из них получаются очень красивые (хоть и крайне опасные) украшения.", + "Description": "Аккуратно упакованный пакет экранированных дуговых кристаллов.\n\nДуговые кристаллы — это чрезвычайное редкое минеральное образование, незаменимое в производственной<> промышленности. Также из них получаются очень красивые (хоть и крайне опасные) украшения.", "BaseValueUnits": 50000.0, "CurrencyType": "Credits", "MaxStackSize": 25.0, @@ -435,7 +435,7 @@ "Icon": "tradeItems/21.png", "Name": "Утилизированные схемы", "Group": "Товары на продажу (технология)", - "Description": "Подборка утилизированных микросхем.\n\nСистемы с экономикой, основанной на производстве энергии<>, постоянно нуждаются в высокотехнологичных компонентах. Спросом пользуются даже поврежденные схемы, ведь из них можно извлечь еще работающие детали, а некоторые и вовсе еще можно использовать. ", + "Description": "Подборка утилизированных микросхем.\n\nСистемы с экономикой, основанной на производстве энергии<>, постоянно нуждаются в высокотехнологичных компонентах. Спросом пользуются даже поврежденные схемы, ведь из них можно извлечь еще работающие детали, а некоторые и вовсе еще можно использовать.", "BaseValueUnits": 1000.0, "CurrencyType": "Credits", "MaxStackSize": 25.0, diff --git a/assets/json/zh-hans/Buildings.lang.json b/assets/json/zh-hans/Buildings.lang.json index 0c8911615..40ef1119d 100644 --- a/assets/json/zh-hans/Buildings.lang.json +++ b/assets/json/zh-hans/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "消耗型烟火技术设备", "Description": "这枚不同寻常的烟花中加入了镉<>粉末,灵感源自泰坦蠕虫起伏扭动时的身姿。点燃后在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "消耗型烟火技术设备", "Description": "这枚不同寻常的烟花中加入了钠<>粉末,灵感源自泰坦蠕虫起伏扭动时的身姿。点燃后在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "消耗型烟火技术设备", "Description": "这枚不同寻常的烟花中加入了艾梅里尔<>粉末,灵感源自泰坦蠕虫起伏扭动时的身姿。点燃后在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "安全档案", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "燃料罐", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "轨道仓库", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "存储框架", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "全息吉克显示器", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "全息科尔瓦克斯显示器", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "全息维吉恩显示器", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "全息墙壁显示器 A", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "全息墙壁显示器 B", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "小型全息显示器 A", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "小型全息显示器 B", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "小型全息显示器 C", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "框架照明设备", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "照明阵列", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "照明底座", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "照明支柱", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "生物箱", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "小型花盆", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "服务器阵列 A", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "服务器阵列 B", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "数据柜", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "功率变压器", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "液压臂", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "立式标志", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "立式标志 B", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "地图桌", + "Group": "合成空间站装饰", + "Description": "被设计为在宜居基地中使用的装饰品<>。\n\n此构件采用了与宇宙中的空间站<>相同的风格。", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "紫丝带烟花", + "Group": "消耗型烟火技术设备", + "Description": "这枚不同寻常的烟花中加入了亚特拉迪姆<>与锑<>元素,击发后会炸出一簇扭结缠绕的丝带。点燃后在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "蓝丝带烟花", + "Group": "消耗型烟火技术设备", + "Description": "这枚不同寻常的烟花中加入了铟<>与锑<>元素,击发后会炸出一簇扭结缠绕的丝带。点燃后在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "蓝绿丝带烟花", + "Group": "消耗型烟火技术设备", + "Description": "这枚不同寻常的烟花中加入了锌<>与锑<>元素,击发后会炸出一簇扭结缠绕的丝带。点燃后在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "扰乱信号海报", + "Group": "装饰", + "Description": "一幅自附着且无褶皱的专属墙壁艺术。\n这张海报象征着宇宙中主要派系之间的大量远程通讯的碎片。", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "飞船部件海报", + "Group": "装饰", + "Description": "一幅自附着且无褶皱的专属墙壁艺术。\n诚实的飞船销售吉克人巴卡尔捐赠了这副海报。今天就去拜访它的飞船部件商店!为最好的朋友们准备最好的价格!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "烘焙品促销海报", + "Group": "装饰", + "Description": "一幅自附着且无褶皱的专属墙壁艺术。\n这张海报上印着一系列烘焙品的广告,其中包括了一个松脆的面包卷与一叠新鲜的幽灵华夫饼。", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hans/Curiosity.lang.json b/assets/json/zh-hans/Curiosity.lang.json index 4376effb1..b994bb694 100644 --- a/assets/json/zh-hans/Curiosity.lang.json +++ b/assets/json/zh-hans/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "乌托邦补给投送G", "Group": "乌托邦基金会物资贮存箱", "Description": "为支援肩负改造被突兀陡峭的群山覆盖的新塞斯托星任务的勤劳建造者,乌托邦监督者很荣幸能够提供这份包含必要物资的贮存箱。\n\n选择补给包并使用打开包裹(<>FE_ALT1)<>领取你的乌托邦基金会补给,以及有关下一步任务<>的细节信息。", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "乌托邦补给投送D", "Group": "乌托邦基金会物资贮存箱", "Description": "为支援正在艾达斯十四星的[已修订<>]中艰难求生的建造者,乌托邦监督者很荣幸能够提供这份包含必要物资的贮存箱。\n\n选择补给包并使用打开包裹(<>FE_ALT1)<>领取你的乌托邦基金会补给,以及有关下一步任务<>的细节信息。", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "乌托邦补给投送E", "Group": "乌托邦基金会物资贮存箱", "Description": "为支援在恩迪尔A8星中寸步难行的沼泽中英勇重建的建造者们,乌托邦监督者很荣幸能够提供这份包含必要物资的贮存箱。\n\n选择补给包并使用打开包裹(<>FE_ALT1)<>领取你的乌托邦基金会补给,以及有关下一步任务<>的细节信息。", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "定居点坐标G", "Group": "乌托邦基金会定居点图标", "Description": "乌托邦基金会提供的地图,上面显示着你的目标建筑地点的个性化坐标<>。\n\n选择地图并使用规划路线(<>FE_ALT1)<>在你的套装界面标记位置。", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "定居点坐标D", "Group": "乌托邦基金会定居点图标", "Description": "乌托邦基金会提供的地图,上面显示着你的目标建筑地点的个性化坐标<>。\n\n选择地图并使用规划路线(<>FE_ALT1)<>在你的套装界面标记位置。", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "定居点坐标E", "Group": "乌托邦基金会定居点图标", "Description": "乌托邦基金会提供的地图,上面显示着你的目标建筑地点的个性化坐标<>。\n\n选择地图并使用规划路线(<>FE_ALT1)<>在你的套装界面标记位置。", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "将数据转换为套装导航标记" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "海盗应答器", + "Group": "回收的身份辨识设备", + "Description": "从一艘亡命之徒飞船<>的网络信号矩阵中取下的独特ID应答器<>。\n\n拥有这种设备意味着原始飞船已被彻底摧毁。将应答器交给雇佣兵公会<>的使者以收集对应赏金。", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hans/NutrientProcessor.lang.json b/assets/json/zh-hans/NutrientProcessor.lang.json index c09b5e9aa..405d22a7a 100644 --- a/assets/json/zh-hans/NutrientProcessor.lang.json +++ b/assets/json/zh-hans/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "准备诱饵" + "Operation": "处理器设置:准备诱饵" }, { "Id": "nut574", diff --git a/assets/json/zh-hans/Others.lang.json b/assets/json/zh-hans/Others.lang.json index 66697e5d1..86d289594 100644 --- a/assets/json/zh-hans/Others.lang.json +++ b/assets/json/zh-hans/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. 套装", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "可解锁兜帽", "Description": "飘逸的丝质覆盖物,赠予那些用自由之音<>歌唱的人。\n\n你可以在外观修改器<>用这个专属的外观<>改变你的套装外观。", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "混合烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "混合烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "混合烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "混合烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -6023,7 +6024,7 @@ "Group": "套装视觉增强", "Description": "专属套装外观<>。\n\n使用从护卫部队窃取的技术组装的钛合金喷射背包。持续流动的普茵与氮对引擎部进行着预先冷却,一来确保了燃料效率,二来又能够确保装置在无声无息中顺畅运作。\n\n警告<>:打开普茵储存室前请确保穿戴好防护用具。\n\n可以在外观修改器<>使用以更改你的套装外观。", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "欢庆烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "欢庆烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "欢庆烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "欢庆烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的综合烟花包。其中包含彩色<>、阿特拉斯<>和花纹<>烟花。点燃就可以在天空中开启一场光彩动人的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "星之子突破者", "Group": "专属飞船", - "Description": "一艘独一无二的专属飞船<>,纪念你完成欧米茄<>远征。\n\n这艘面面俱到的飞船配备有能够抵抗辐射的装甲板,并且能够借助符合空气动力学的工程设计在大气层内灵活飞行。\n\n领取<>这艘飞船并将其添加至你的收藏,或者与你的当前飞船进行交换<>。在行星上时,通过快捷菜单(QUICK_MENU<>)召唤飞船。", + "Description": "一艘独一无二的专属飞船<>,纪念你完成欧米茄<>远征。\n\n这艘不同寻常的飞船经过了优化改造,因此能够在飞行期间毫无阻力地顺畅滑行,除此以外一个局部范围的矢量场将允许飞船飘浮在实体平面之上。\n\n领取<>这艘飞船并将其添加至你的收藏,或者与你的当前飞船进行交换<>。在行星上时,通过快捷菜单(QUICK_MENU<>)召唤飞船。", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "泰坦烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的奢华烟花包,灵感源自潜伏于宇宙各地的泰坦蠕虫。内含大量的镉<>、钠<>和艾梅里尔<>。点燃就可以在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "泰坦烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的奢华烟花包,灵感源自潜伏于宇宙各地的泰坦蠕虫。内含大量的镉<>、钠<>和艾梅里尔<>。点燃就可以在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "泰坦烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的奢华烟花包,灵感源自潜伏于宇宙各地的泰坦蠕虫。内含大量的镉<>、钠<>和艾梅里尔<>。点燃就可以在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "泰坦烟花包", "Group": "烟火技术组合包", "Description": "一包包含三种烟花的奢华烟花包,灵感源自潜伏于宇宙各地的泰坦蠕虫。内含大量的镉<>、钠<>和艾梅里尔<>。点燃就可以在天空中开启一场炫丽的光影表演。\n\n可以通过建造菜单<>(BUILD_MENU<>)来放置发射筒。警告<>:不可瞄准活体生物。不建议在室内使用。", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "欧米茄船身", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "闪光驾驶舱", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "热力改装驾驶舱", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "细针船身", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "阿尔法驾驶舱", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "矢量船身", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "时髦驾驶舱", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "极速船身", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "涡轮船身", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船船身<>以及驾驶舱<>的样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "矢量机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "矢量机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "强化外壳机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "强化外壳机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "强化外壳S形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "强化外壳S形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "强化外壳E形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "强化外壳E形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "强化外壳V形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "强化外壳V形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "强化外壳C形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "强化外壳C形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "光环机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "助燃机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "助燃机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "助燃E形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "助燃E形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "助燃V形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "助燃V形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "助燃C形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "助燃C形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "秃鹫机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "秃鹫机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "栅栏机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "栅栏机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "星舞机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "星舞机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "地平线机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "地平线机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "闪光机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "闪光机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "人造人机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "人造人机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "人造人S形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "人造人S形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "人造人E形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "人造人E形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "人造人V形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "人造人V形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "人造人C形机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "人造人C形机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "类星体机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "类星体机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "横扫机翼(低)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "横扫机翼(中)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "横扫机翼(完整)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "长庚星机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "长庚星机翼(横扫)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "海鸥机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "长庚星机翼(导流翼)", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "守夜机翼", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "三重推进器", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "单向推进器", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "矢量推进器", + "Group": "战斗机飞船构件", + "Description": "战斗机<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "超级巡航驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "11式驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "飞行员驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "长岸驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "厚实驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "协调员驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "平流运输驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "液压驾驶舱", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "巨石驱动器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "F形机翼巨石驱动器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "F形机翼巨石驱动器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "升空推进器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "F形机翼升空推进器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "S形机翼升空推进器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "双极驱动器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船引擎<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "闲置机翼面板", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "超级巡航机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "超级巡航F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "超级巡航S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "超级巡航C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "超级巡航D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "超级巡航W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "超级巡航扇形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "超级巡航V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "超级巡航分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "超级巡航A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "炉膛机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "炉膛F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "炉膛S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "炉膛C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "炉膛D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "炉膛W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "涡轮机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "炉膛V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "炉膛分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "炉膛A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "壁垒机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "壁垒F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "壁垒S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "壁垒C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "壁垒D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "壁垒W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "壁垒扇形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "壁垒V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "壁垒分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "壁垒A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "长岸机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "长岸C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "长岸D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "长岸W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "长岸扇形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "长岸V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "长岸分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "长岸A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "宽敞机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "宽敞F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "宽敞S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "宽敞C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "宽敞D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "宽敞W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "宽敞扇形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "宽敞V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "宽敞分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "宽敞A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "离子耀光机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "离子耀光F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "离子耀光S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "离子耀光C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "离子耀光D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "离子耀光W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "离子耀光刃形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "离子耀光V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "离子耀光分类机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "离子耀光A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "平流脉冲机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "平流脉冲F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "平流脉冲S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "平流脉冲C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "平流脉冲D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "平流脉冲W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "平流脉冲扇形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "平流脉冲V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "平流脉冲分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "平流脉冲A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "冲压机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "冲压F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "冲压S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "冲压C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "冲压D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "冲压W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "HI-ROC弹射器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "冲压V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "冲压分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "冲压A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "脉冲机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "脉冲F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "脉冲S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "脉冲C形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "脉冲D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "脉冲W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "脉冲弹射器", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "脉冲V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "脉冲分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "脉冲A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "重-22机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "重-22 S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "重-22 F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "重-22 D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "重-22 W形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "神鹰机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "重-22 V形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "重-22 分裂机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "重-22 A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "巨石机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "极石机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "巨石S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "巨石F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "巨石D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "巨石A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "厚实机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "厚实S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "厚实F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "厚实D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "厚实A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "泰坦机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "泰坦S形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "泰坦F形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "泰坦D形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "泰坦A形机翼", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "E形机翼重型", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "船身装甲", + "Group": "拖运船飞船构件", + "Description": "拖运船<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "萤火虫船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "萤火虫F形船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "萤火虫S形船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "萤火虫D形船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "龙蝇船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "龙蝇F形船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "龙蝇S形船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "龙蝇D形船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "欧几里德船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "赫斯珀洛斯船身", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船驾驶舱<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "机翼末端(空)", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "滑翔者机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "脉冲星机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "脉冲星机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "脉冲星机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "脉冲星机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "方尖碑机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "天波机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "棱镜机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "平面机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "旋涡机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "日光机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "机翼盖", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "机翼盖", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "监督者机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "天枪机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "超箔机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "龙蝇机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "萤火虫机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "轴线机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "短波机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "日照点机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "日照点机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "日照点机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "日照点机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "弧箔机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "长波机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "鼓形机翼(方尖碑)", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "鼓形机翼", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "鼓形机翼(监督者)", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "鼓形机翼(短波)", + "Group": "探险家飞船构件", + "Description": "探险家<>级飞船的其中一种子部件。该模块决定了飞船机翼<>样式与位置。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hans/Products.lang.json b/assets/json/zh-hans/Products.lang.json index 16b47a67e..ffb787521 100644 --- a/assets/json/zh-hans/Products.lang.json +++ b/assets/json/zh-hans/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "C级反应堆", + "Group": "飞船发电机", + "Description": "反应堆<>是飞船的其中一种子部件。基础的发电机单元能够驱动一艘C级<>飞船。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "B级反应堆", + "Group": "改良版飞船发电机", + "Description": "反应堆<>是飞船的其中一种子部件。升级版的发电机单元能够驱动一艘B级<>飞船。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "A级反应堆", + "Group": "强力飞船发电机", + "Description": "反应堆<>是飞船的其中一种子部件。先进的发电机单元能够驱动一艘A级<>飞船。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "S级反应堆", + "Group": "至强飞船发电机", + "Description": "反应堆<>是飞船的其中一种子部件。卓越的发电机单元能够驱动一艘S级<>飞船。\n\n在任意空间站的飞船装备装置<>单元分解现有飞船以获取飞船构件。拜访飞船制造机<>以设计并组装新的飞船。", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hans/TechTree.lang.json b/assets/json/zh-hans/TechTree.lang.json index d2612af02..24b27f418 100644 --- a/assets/json/zh-hans/TechTree.lang.json +++ b/assets/json/zh-hans/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "装饰模块", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "安全档案", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "燃料罐", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "轨道仓库", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "存储框架", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "小型全息显示器 A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "立式标志", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "立式标志 B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "地图桌", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "小型全息显示器 B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "小型全息显示器 C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "全息墙壁显示器 A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "全息墙壁显示器 B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "全息科尔瓦克斯显示器", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "全息维吉恩显示器", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "全息吉克显示器", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "照明阵列", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "框架照明设备", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "照明底座", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "照明支柱", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "功率变压器", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "生物箱", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "小型花盆", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "服务器阵列 A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "数据柜", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "服务器阵列 B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "液压臂", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "照明", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "工业模块", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "农业模块", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "原木建筑", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "原木屋顶", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "石质建筑", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "石质屋顶", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "合金建筑", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "合金屋顶", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "远古形状", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "存储单元", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/zh-hans/Technology.lang.json b/assets/json/zh-hans/Technology.lang.json index 082cb3064..47415895a 100644 --- a/assets/json/zh-hans/Technology.lang.json +++ b/assets/json/zh-hans/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "经济扫描仪", "Group": "长距离传感器技术", - "Description": "飞船星际传感器升级。此件装置允许使用者能够在不用拜访恒星系的前提下查看详细经济数据。", + "Description": "飞船的星际传感器<>升级。此件装置允许使用者远程查看一个星系的详细经济数据<>。在星系图<>查看自动收集到的数据。\n\n使用FE_ALT1<>激活扫描仪的内部交易电脑<>以搜索收益率极高的贸易激增事件<>。", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "智慧生命电阻器", "Group": "残缺的护卫回收物", "Description": "该多用途工具是一种混合技术,是粗糙废料与更深邃的强大能源之间的融合:一部分回收物,一部分护卫,还有一部分无法分辨的存在......\n\n但是获取该工具时,这种回收融合尚未完成<>。使用REPAIR<>继续修复流程并为其他功能腾出栏位。", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "不谐棱镜", "Group": "残缺的护卫回收物", "Description": "该多用途工具是一种混合技术,是粗糙废料与更深邃的强大能源之间的融合:一部分回收物,一部分护卫,还有一部分无法分辨的存在......\n\n但是获取该工具时,这种回收融合尚未完成<>。使用REPAIR<>继续修复流程并为其他功能腾出栏位。", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "腐化透镜", "Group": "残缺的护卫回收物", "Description": "该多用途工具是一种混合技术,是粗糙废料与更深邃的强大能源之间的融合:一部分回收物,一部分护卫,还有一部分无法分辨的存在......\n\n但是获取该工具时,这种回收融合尚未完成<>。使用REPAIR<>继续修复流程并为其他功能腾出栏位。", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "干涸的能量核心", "Group": "残缺的护卫回收物", "Description": "该多用途工具是一种混合技术,是粗糙废料与更深邃的强大能源之间的融合:一部分回收物,一部分护卫,还有一部分无法分辨的存在......\n\n但是获取该工具时,这种回收融合尚未完成<>。使用REPAIR<>继续修复流程并为其他功能腾出栏位。", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "线圈生锈", "Group": "受损的飞船部件", "Description": "飞船子系统严重受损<>。栏位无法用于储存<>或技术<>用途,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n飞船核心机能将不受影响。修复该损伤将使栏位空出,以供一般库存用途使用。", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "液压装置受损", "Group": "受损的飞船部件", "Description": "飞船子系统严重受损<>。栏位无法用于储存<>或技术<>用途,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n飞船核心机能将不受影响。修复该损伤将使栏位空出,以供一般库存用途使用。", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "燃料箱腐蚀", "Group": "受损的飞船部件", "Description": "飞船子系统严重受损<>。栏位无法用于储存<>或技术<>用途,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n飞船核心机能将不受影响。修复该损伤将使栏位空出,以供一般库存用途使用。", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "受损模块", "Group": "受损的多用途工具部件", "Description": "多用途工具子系统严重受损<>。\n\n栏位无法使用,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n修复将使栏位空出,以供一般用途使用。", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "套管损坏", "Group": "受损的多用途工具部件", "Description": "多用途工具子系统严重受损<>。\n\n栏位无法使用,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n修复将使栏位空出,以供一般用途使用。", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "终端烧毁", "Group": "受损的多用途工具部件", "Description": "多用途工具子系统严重受损<>。\n\n栏位无法使用,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n修复将使栏位空出,以供一般用途使用。", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "电阻器故障", "Group": "受损的多用途工具部件", "Description": "多用途工具子系统严重受损<>。\n\n栏位无法使用,直至损害得到修复。使用REPAIR<>启动修复过程。\n\n修复将使栏位空出,以供一般用途使用。", diff --git a/assets/json/zh-hant/Buildings.lang.json b/assets/json/zh-hant/Buildings.lang.json index df9fbbe18..3d2125b35 100644 --- a/assets/json/zh-hant/Buildings.lang.json +++ b/assets/json/zh-hant/Buildings.lang.json @@ -5625,8 +5625,7 @@ "Usages": [ "HasDevProperties", "IsQuicksilver", - "IsTwitchCampaign1Reward", - "IsTwitchCampaign8Reward" + "IsTwitchCampaign1Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -22848,11 +22847,12 @@ "Group": "消耗型煙火表演裝置", "Description": "這套奇特的煙火帶有鎘<>鹽的色彩,\n靈感來自巨大沙蟲的蜿蜒身形。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。\n警告<>:請勿對著生物發射,不建議於室內使用。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22869,11 +22869,12 @@ "Group": "消耗型煙火表演裝置", "Description": "這套奇特的煙火帶有鈉<>鹽的色彩,\n靈感來自巨大沙蟲的蜿蜒身形。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。\n警告<>:請勿對著生物發射,不建議於室內使用。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -22890,11 +22891,12 @@ "Group": "消耗型煙火表演裝置", "Description": "這套特異的煙火帶有砪<>鹽的色彩,\n靈感來自巨大沙蟲的蜿蜒身形。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。\n警告<>:請勿對著生物發射,不建議於室內使用。", "BaseValueUnits": 60.0, - "CurrencyType": "None", + "CurrencyType": "Quicksilver", "MaxStackSize": 20.0, "Colour": "262626", "Usages": [ "HasDevProperties", + "IsQuicksilver", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -23061,5 +23063,802 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "build1087", + "Icon": "building/1087.png", + "Name": "保全資料庫", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1088", + "Icon": "building/1088.png", + "Name": "燃料罐", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1089", + "Icon": "building/1089.png", + "Name": "軌道倉儲", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1090", + "Icon": "building/1090.png", + "Name": "置物架", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1091", + "Icon": "building/1091.png", + "Name": "全像吉客族顯示器", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1092", + "Icon": "building/1092.png", + "Name": "全像科瓦族顯示器", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1093", + "Icon": "building/1093.png", + "Name": "全像維金族顯示器", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1094", + "Icon": "building/1094.png", + "Name": "全像壁掛顯示器 A", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1095", + "Icon": "building/1095.png", + "Name": "全像壁掛顯示器 B", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1096", + "Icon": "building/1096.png", + "Name": "小型全像顯示器 A", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1097", + "Icon": "building/1097.png", + "Name": "小型全像顯示器 B", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1098", + "Icon": "building/1098.png", + "Name": "小型全像顯示器 C", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 2.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 2, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1099", + "Icon": "building/1099.png", + "Name": "照明架", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1100", + "Icon": "building/1100.png", + "Name": "照明陣列", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1101", + "Icon": "building/1101.png", + "Name": "基座燈", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1102", + "Icon": "building/1102.png", + "Name": "立柱燈", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1103", + "Icon": "building/1103.png", + "Name": "生物箱", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1104", + "Icon": "building/1104.png", + "Name": "小型種植器", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 1.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1105", + "Icon": "building/1105.png", + "Name": "伺服器區塊 A", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1106", + "Icon": "building/1106.png", + "Name": "伺服器區塊 B", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1107", + "Icon": "building/1107.png", + "Name": "資料櫃", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1108", + "Icon": "building/1108.png", + "Name": "電力變壓器", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 5.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 5, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1109", + "Icon": "building/1109.png", + "Name": "液壓機械臂", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 10.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 10, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1110", + "Icon": "building/1110.png", + "Name": "立牌", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1111", + "Icon": "building/1111.png", + "Name": "立牌 B", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 3.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 3, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1112", + "Icon": "building/1112.png", + "Name": "地形圖桌", + "Group": "合成太空站裝飾", + "Description": "可用於居住基地的裝飾零件<>。\n\n該元件是依照宇宙中眾多太空站<>的風格製造而成。", + "BaseValueUnits": 8.0, + "CurrencyType": "None", + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 8, + "BlueprintCostType": "SalvagedData", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw9", + "Quantity": 5 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1113", + "Icon": "building/1113.png", + "Name": "紫絲帶煙火", + "Group": "消耗型煙火表演裝置", + "Description": "這種充滿異國風情的煙火會綻放為成簇狂亂旋轉的絲帶,並帶有亞特蘭提德鋼<>與銻<>元素的光輝。點燃即可在天空中創造出絢爛效果。\n\n從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1114", + "Icon": "building/1114.png", + "Name": "藍絲帶煙火", + "Group": "消耗型煙火表演裝置", + "Description": "這種充滿異國風情的煙火會綻放為成簇狂亂旋轉的絲帶,並帶有銦<>與銻<>元素的光輝。點燃即可在天空中創造出絢爛效果。\n\n從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1115", + "Icon": "building/1115.png", + "Name": "青絲帶煙火", + "Group": "消耗型煙火表演裝置", + "Description": "這種充滿異國風情的煙火會綻放為成簇狂亂旋轉的絲帶,並帶有鋅<>與銻<>元素的光輝。點燃即可在天空中創造出絢爛效果。\n\n從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", + "BaseValueUnits": 60.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 20.0, + "Colour": "262626", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1116", + "Icon": "building/1116.png", + "Name": "鎖碼訊號海報", + "Group": "裝飾", + "Description": "獨特的自黏防皺牆面藝術作品。\n這張海報呈現宇宙主要陣營間眾多長途通訊的訊號碎片。", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1117", + "Icon": "building/1117.png", + "Name": "太空船零件海報", + "Group": "裝飾", + "Description": "獨特的自黏防皺牆面藝術作品。\n這張海報由榮譽號吉客族銷售員的巴卡爾捐贈。立即前往太空船元件商店!親友有優惠價!", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "build1118", + "Icon": "building/1118.png", + "Name": "糕點義賣海報", + "Group": "裝飾", + "Description": "獨特的自黏防皺牆面藝術作品。\n這張海報宣傳各式糕點,包括酥皮圓麵包,及成堆令人魂牽夢縈的新鮮威化餅。", + "BaseValueUnits": 400.0, + "CurrencyType": "Quicksilver", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsQuicksilver", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [ + { + "Id": "raw1", + "Quantity": 25 + } + ], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hant/Curiosity.lang.json b/assets/json/zh-hant/Curiosity.lang.json index 552cb853a..fdc459594 100644 --- a/assets/json/zh-hant/Curiosity.lang.json +++ b/assets/json/zh-hant/Curiosity.lang.json @@ -1742,6 +1742,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -1914,7 +1915,7 @@ }, { "Id": "cur89", - "Icon": "curiosities/88.png", + "Icon": "curiosities/89.png", "Name": "烏托邦補給空投 Gamma", "Group": "烏托邦基金會補給儲物箱", "Description": "為了支持在新塞斯托星球陡峭裸露的山脈上勇敢苦幹的工人們,烏托邦監督者十分樂意提供容納關鍵物品的儲物箱。\n\n選擇補給包並使用打開包裹<> (FE_ALT1<>) 即可領取烏托邦基金會補給,以及下個任務<>的詳細資訊。", @@ -1936,7 +1937,7 @@ }, { "Id": "cur90", - "Icon": "curiosities/88.png", + "Icon": "curiosities/90.png", "Name": "烏托邦補給空投 Delta", "Group": "烏托邦基金會補給儲物箱", "Description": "為了支持對抗義達夫 XIV 星球 [已刪改<>] 的倖存工人們,烏托邦監督者十分樂意提供容納關鍵物品的儲物箱。\n\n選擇補給包並使用打開包裹<> (FE_ALT1<>) 即可領取烏托邦基金會補給,以及下個任務<>的詳細資訊。", @@ -1958,7 +1959,7 @@ }, { "Id": "cur91", - "Icon": "curiosities/88.png", + "Icon": "curiosities/91.png", "Name": "烏托邦補給空投 EPSILON", "Group": "烏托邦基金會補給儲物箱", "Description": "為了支持工人們在恩迪爾 A8 星球的噬人沼澤中勇敢地進行重建,烏托邦監督者十分樂意提供容納關鍵物品的儲物箱。\n\n選擇補給包並使用打開包裹<> (FE_ALT1<>) 即可領取烏托邦基金會補給,以及下個任務<>的詳細資訊。", @@ -2002,7 +2003,7 @@ }, { "Id": "cur93", - "Icon": "curiosities/92.png", + "Icon": "curiosities/93.png", "Name": "聚居地座標 Gamma", "Group": "烏托邦基金會聚居地圖", "Description": "來自烏托邦基金會的地圖,標示了目標建設區域的個人化座標<>。\n\n選擇地圖並使用規劃路線<> (FE_ALT1<>) 即可在強化套裝顯示器中釘選該地點。", @@ -2024,7 +2025,7 @@ }, { "Id": "cur94", - "Icon": "curiosities/92.png", + "Icon": "curiosities/94.png", "Name": "聚居地座標 Delta", "Group": "烏托邦基金會聚居地圖", "Description": "來自烏托邦基金會的地圖,標示了目標建設區域的個人化座標<>。\n\n選擇地圖並使用規劃路線<> (FE_ALT1<>) 即可在強化套裝顯示器中釘選該地點。", @@ -2046,7 +2047,7 @@ }, { "Id": "cur95", - "Icon": "curiosities/92.png", + "Icon": "curiosities/95.png", "Name": "聚居地座標 EPSILON", "Group": "烏托邦基金會聚居地圖", "Description": "來自烏托邦基金會的地圖,標示了目標建設區域的個人化座標<>。\n\n選擇地圖並使用規劃路線<> (FE_ALT1<>) 即可在強化套裝顯示器中釘選該地點。", @@ -2100,6 +2101,7 @@ "HasUsedToCraft", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2175,6 +2177,7 @@ "HasRefinedToCreate", "HasDevProperties", "IsConsumable", + "IsEggIngredient", "IsAddedInTrackedUpdate" ], "BlueprintCost": 1, @@ -2233,5 +2236,27 @@ "ConsumableRewardTexts": [ "將資料轉換成強化套裝導航記號" ] + }, + { + "Id": "cur103", + "Icon": "curiosities/103.png", + "Name": "海盜應答器", + "Group": "回收的識別裝置", + "Description": "具有唯一識別碼的應答器<>,取自亡命之徒太空船<>的內部訊號陣列。\n\n擁有這種裝置表示賊人的太空船損毀。上交應答器給傭兵公會<>的使節,即可領取相關賞金。", + "BaseValueUnits": 85000.0, + "CurrencyType": "Credits", + "MaxStackSize": 5.0, + "Colour": "1A2733", + "Usages": [ + "HasDevProperties", + "IsConsumable", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hant/NutrientProcessor.lang.json b/assets/json/zh-hant/NutrientProcessor.lang.json index 03c90d1a1..1b609169a 100644 --- a/assets/json/zh-hant/NutrientProcessor.lang.json +++ b/assets/json/zh-hant/NutrientProcessor.lang.json @@ -10429,7 +10429,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut537", @@ -10448,7 +10448,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut538", @@ -10467,7 +10467,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut539", @@ -10486,7 +10486,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut540", @@ -10505,7 +10505,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut541", @@ -10524,7 +10524,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut542", @@ -10543,7 +10543,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut543", @@ -10562,7 +10562,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut544", @@ -10581,7 +10581,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut545", @@ -10600,7 +10600,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut546", @@ -10619,7 +10619,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut547", @@ -10638,7 +10638,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut548", @@ -10657,7 +10657,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut549", @@ -10676,7 +10676,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut550", @@ -10695,7 +10695,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut551", @@ -10714,7 +10714,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut552", @@ -10733,7 +10733,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut553", @@ -10752,7 +10752,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut554", @@ -10771,7 +10771,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut555", @@ -10790,7 +10790,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut556", @@ -10809,7 +10809,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut557", @@ -10828,7 +10828,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut558", @@ -10847,7 +10847,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut559", @@ -10866,7 +10866,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut560", @@ -10885,7 +10885,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut561", @@ -10904,7 +10904,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut562", @@ -10923,7 +10923,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut563", @@ -10942,7 +10942,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut564", @@ -10961,7 +10961,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut565", @@ -10980,7 +10980,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut566", @@ -10999,7 +10999,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut567", @@ -11018,7 +11018,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut568", @@ -11037,7 +11037,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut569", @@ -11056,7 +11056,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut570", @@ -11075,7 +11075,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut571", @@ -11094,7 +11094,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut572", @@ -11113,7 +11113,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut573", @@ -11128,7 +11128,7 @@ "Quantity": 1 }, "Time": "5", - "Operation": "製作誘餌" + "Operation": "處理器設定:準備誘餌" }, { "Id": "nut574", diff --git a/assets/json/zh-hant/Others.lang.json b/assets/json/zh-hant/Others.lang.json index 465a26ee0..97b16876f 100644 --- a/assets/json/zh-hant/Others.lang.json +++ b/assets/json/zh-hant/Others.lang.json @@ -48,12 +48,12 @@ }, { "Id": "other3", - "Icon": "building/272.png", + "Icon": "other/3.png", "Name": "X.O. 宇宙服", "Group": "", "Description": "", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "CdnUrl": "https://cdn.nmsassistant.com/other/3.png", @@ -3657,7 +3657,7 @@ "Group": "可解鎖的兜帽", "Description": "平滑的絲綢衣裝,賜予願意與自由之聲<>一同歌唱之人。\n\n這個特殊的外觀覆寫<>能在外觀改造器<>中改變你的強化套裝外觀。", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "FFFFFF", "Usages": [ @@ -4595,7 +4595,8 @@ "HasDevProperties", "IsAddedInTrackedUpdate", "IsExpeditionSeason08Reward", - "IsExpeditionSeason08ReduxReward" + "IsExpeditionSeason08ReduxReward", + "IsTwitchCampaign8Reward" ], "BlueprintCost": 1, "BlueprintCostType": "None", @@ -5777,7 +5778,7 @@ }, { "Id": "other347", - "Icon": "other/346.png", + "Icon": "other/347.png", "Name": "混合煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -5799,7 +5800,7 @@ }, { "Id": "other348", - "Icon": "other/346.png", + "Icon": "other/348.png", "Name": "混合煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -5821,7 +5822,7 @@ }, { "Id": "other349", - "Icon": "other/346.png", + "Icon": "other/349.png", "Name": "混合煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -5843,7 +5844,7 @@ }, { "Id": "other350", - "Icon": "other/346.png", + "Icon": "other/350.png", "Name": "混合煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -6023,7 +6024,7 @@ "Group": "強化套裝視覺增強", "Description": "特殊的強化套裝外觀覆寫<>。\n\n一種鈦金屬飛行背包,由從巡警軍團竊取而來的科技組裝而成。其引擎內部有搏與氮氣流不斷進行預冷,可有效使用燃料,且運作時寂靜無聲。\n\n警告<>:請勿在未使用防護裝備的情況下開封搏容器槽。\n\n在外觀改造器<>改變你的強化套裝外觀。", "BaseValueUnits": 1000.0, - "CurrencyType": "Credits", + "CurrencyType": "Nanites", "MaxStackSize": 5.0, "Colour": "262626", "Usages": [ @@ -7031,7 +7032,7 @@ }, { "Id": "other400", - "Icon": "other/399.png", + "Icon": "other/400.png", "Name": "慶典煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -7053,7 +7054,7 @@ }, { "Id": "other401", - "Icon": "other/399.png", + "Icon": "other/401.png", "Name": "慶典煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -7075,7 +7076,7 @@ }, { "Id": "other402", - "Icon": "other/399.png", + "Icon": "other/402.png", "Name": "慶典煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -7097,7 +7098,7 @@ }, { "Id": "other403", - "Icon": "other/399.png", + "Icon": "other/403.png", "Name": "慶典煙火包", "Group": "煙火表演組合包", "Description": "三種綜合煙火的組合包,包含有色<>、寰宇<>與圖案<>煙火。點燃即可在天空中創造出光彩奪目的效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -7888,7 +7889,7 @@ "Icon": "other/436.png", "Name": "星辰之子信使", "Group": "特殊太空船", - "Description": "一艘獨一無二的太空船<>,用以紀念 Omega<> 探險的完成。\n\n這艘多用途太空船鍍有抗輻射裝甲,並採用空氣動力學外形設計,可在大氣層飛行時保持敏捷。\n\n認領<>這艘船加入你的收藏,或是與目前太空船交換<>。在星球上時,利用快捷選單 (QUICK_MENU<>) 召喚太空船。", + "Description": "一艘獨一無二的太空船<>,用以紀念 Omega<> 探險的完成。\n\n這艘不凡的太空船經過巧手改造後,飛行時不但平穩順暢,而且局部向量場使其可以懸浮在堅實的平面上方。\n\n領取<>這艘船加入你的收藏,或與目前太空船交換<>。在星球上時,利用快捷選單 (QUICK_MENU<>) 召喚太空船。", "BaseValueUnits": 3000.0, "CurrencyType": "Credits", "MaxStackSize": 5.0, @@ -8259,7 +8260,7 @@ }, { "Id": "other453", - "Icon": "other/452.png", + "Icon": "other/453.png", "Name": "泰坦煙火包", "Group": "煙火表演組合包", "Description": "三種豪華煙火的組合包,靈感來自潛伏在宇宙各處的巨大沙蟲,富含鎘<>、鈉<>與砪<>。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -8281,7 +8282,7 @@ }, { "Id": "other454", - "Icon": "other/452.png", + "Icon": "other/454.png", "Name": "泰坦煙火包", "Group": "煙火表演組合包", "Description": "三種豪華煙火的組合包,靈感來自潛伏在宇宙各處的巨大沙蟲,富含鎘<>、鈉<>與砪<>。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -8303,7 +8304,7 @@ }, { "Id": "other455", - "Icon": "other/452.png", + "Icon": "other/455.png", "Name": "泰坦煙火包", "Group": "煙火表演組合包", "Description": "三種豪華煙火的組合包,靈感來自潛伏在宇宙各處的巨大沙蟲,富含鎘<>、鈉<>與砪<>。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -8325,7 +8326,7 @@ }, { "Id": "other456", - "Icon": "other/452.png", + "Icon": "other/456.png", "Name": "泰坦煙火包", "Group": "煙火表演組合包", "Description": "三種豪華煙火的組合包,靈感來自潛伏在宇宙各處的巨大沙蟲,富含鎘<>、鈉<>與砪<>。點燃即可在天空中創造出絢爛效果。\n\n可從建造選單<> (BUILD_MENU<>) 放置發射管。警告<>:請勿對著生物發射,不建議於室內使用。", @@ -8344,5 +8345,4940 @@ "RequiredItems": [], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "other461", + "Icon": "other/461.png", + "Name": "Omega 機身", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other462", + "Icon": "other/462.png", + "Name": "光輝駕駛艙", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other463", + "Icon": "other/463.png", + "Name": "高速駕駛艙", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other464", + "Icon": "other/464.png", + "Name": "尖頭機身", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other465", + "Icon": "other/465.png", + "Name": "Alpha 駕駛艙", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other466", + "Icon": "other/466.png", + "Name": "向量機身", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other467", + "Icon": "other/467.png", + "Name": "流線型駕駛艙", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other468", + "Icon": "other/468.png", + "Name": "增速機身", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other469", + "Icon": "other/469.png", + "Name": "渦輪機身", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機身<>和駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other470", + "Icon": "other/470.png", + "Name": "向量機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other471", + "Icon": "other/471.png", + "Name": "向量機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other472", + "Icon": "other/472.png", + "Name": "硬體結構機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other473", + "Icon": "other/473.png", + "Name": "硬體結構機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other474", + "Icon": "other/474.png", + "Name": "硬體結構 S 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other475", + "Icon": "other/475.png", + "Name": "硬體結構 S 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other476", + "Icon": "other/476.png", + "Name": "硬體結構 E 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other477", + "Icon": "other/477.png", + "Name": "硬體結構 E 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other478", + "Icon": "other/478.png", + "Name": "硬體結構 V 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other479", + "Icon": "other/479.png", + "Name": "硬體結構 V 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other480", + "Icon": "other/480.png", + "Name": "硬體結構 C 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other481", + "Icon": "other/481.png", + "Name": "硬體結構 C 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other482", + "Icon": "other/482.png", + "Name": "榮光機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other483", + "Icon": "other/483.png", + "Name": "後燃機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other484", + "Icon": "other/484.png", + "Name": "後燃機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other485", + "Icon": "other/485.png", + "Name": "後燃 E 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other486", + "Icon": "other/486.png", + "Name": "後燃 E 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other487", + "Icon": "other/487.png", + "Name": "後燃 V 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other488", + "Icon": "other/488.png", + "Name": "後燃 V 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other489", + "Icon": "other/489.png", + "Name": "後燃 C 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other490", + "Icon": "other/490.png", + "Name": "後燃 C 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other491", + "Icon": "other/491.png", + "Name": "禿鷹機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other492", + "Icon": "other/492.png", + "Name": "禿鷹機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other493", + "Icon": "other/493.png", + "Name": "柵欄機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other494", + "Icon": "other/494.png", + "Name": "柵欄機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other495", + "Icon": "other/495.png", + "Name": "星舞機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other496", + "Icon": "other/496.png", + "Name": "星舞機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other497", + "Icon": "other/497.png", + "Name": "地平線機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other498", + "Icon": "other/498.png", + "Name": "地平線機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other499", + "Icon": "other/499.png", + "Name": "光輝機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other500", + "Icon": "other/500.png", + "Name": "光輝機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other501", + "Icon": "other/501.png", + "Name": "無人機機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other502", + "Icon": "other/502.png", + "Name": "無人機機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other503", + "Icon": "other/503.png", + "Name": "無人機 S 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other504", + "Icon": "other/504.png", + "Name": "無人機 S 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other505", + "Icon": "other/505.png", + "Name": "無人機 E 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other506", + "Icon": "other/506.png", + "Name": "無人機 E 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other507", + "Icon": "other/507.png", + "Name": "無人機 V 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other508", + "Icon": "other/508.png", + "Name": "無人機 V 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other509", + "Icon": "other/509.png", + "Name": "無人機 C 型機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other510", + "Icon": "other/510.png", + "Name": "無人機 C 型機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other511", + "Icon": "other/511.png", + "Name": "類星體機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other512", + "Icon": "other/512.png", + "Name": "類星體機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other513", + "Icon": "other/513.png", + "Name": "後掠翼 (低)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other514", + "Icon": "other/514.png", + "Name": "後掠翼 (中)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other515", + "Icon": "other/515.png", + "Name": "後掠翼 (完整)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other516", + "Icon": "other/516.png", + "Name": "夜行機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other517", + "Icon": "other/517.png", + "Name": "夜行機翼 (後掠翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other518", + "Icon": "other/518.png", + "Name": "鷗翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other519", + "Icon": "other/519.png", + "Name": "夜行機翼 (尾翼)", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other520", + "Icon": "other/520.png", + "Name": "守夜機翼", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other521", + "Icon": "other/521.png", + "Name": "三重推進器", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other522", + "Icon": "other/522.png", + "Name": "單一推進器", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other523", + "Icon": "other/523.png", + "Name": "向量推進器", + "Group": "戰鬥機元件", + "Description": "戰鬥機<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other524", + "Icon": "other/524.png", + "Name": "超音速巡航駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other525", + "Icon": "other/525.png", + "Name": "11 式駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other526", + "Icon": "other/526.png", + "Name": "飛行員駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other527", + "Icon": "other/527.png", + "Name": "灣岸駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other528", + "Icon": "other/528.png", + "Name": "貨船駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other529", + "Icon": "other/529.png", + "Name": "談判者駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other530", + "Icon": "other/530.png", + "Name": "高空拖運駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other531", + "Icon": "other/531.png", + "Name": "液壓駕駛艙", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 360000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other532", + "Icon": "other/532.png", + "Name": "巨石引擎", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other533", + "Icon": "other/533.png", + "Name": "F 型機翼巨石引擎", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other534", + "Icon": "other/534.png", + "Name": "F 型機翼巨石引擎", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other535", + "Icon": "other/535.png", + "Name": "空運推進器", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other536", + "Icon": "other/536.png", + "Name": "F 型機翼空運推進器", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other537", + "Icon": "other/537.png", + "Name": "S 型機翼空運推進器", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other538", + "Icon": "other/538.png", + "Name": "二極引擎", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船引擎<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other539", + "Icon": "other/539.png", + "Name": "空機翼面板", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other540", + "Icon": "other/540.png", + "Name": "超音速巡航機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other541", + "Icon": "other/541.png", + "Name": "超音速巡航 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other542", + "Icon": "other/542.png", + "Name": "超音速巡航 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other543", + "Icon": "other/543.png", + "Name": "超音速巡航 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other544", + "Icon": "other/544.png", + "Name": "超音速巡航 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other545", + "Icon": "other/545.png", + "Name": "超音速巡航 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other546", + "Icon": "other/546.png", + "Name": "超音速巡航風翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other547", + "Icon": "other/547.png", + "Name": "超音速巡航 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other548", + "Icon": "other/548.png", + "Name": "超音速巡航分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other549", + "Icon": "other/549.png", + "Name": "超音速巡航 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other550", + "Icon": "other/550.png", + "Name": "爐膛機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other551", + "Icon": "other/551.png", + "Name": "爐膛 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other552", + "Icon": "other/552.png", + "Name": "爐膛 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other553", + "Icon": "other/553.png", + "Name": "爐膛 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other554", + "Icon": "other/554.png", + "Name": "爐膛 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other555", + "Icon": "other/555.png", + "Name": "爐膛 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other556", + "Icon": "other/556.png", + "Name": "渦輪機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other557", + "Icon": "other/557.png", + "Name": "爐膛 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other558", + "Icon": "other/558.png", + "Name": "爐膛分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other559", + "Icon": "other/559.png", + "Name": "爐膛 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other560", + "Icon": "other/560.png", + "Name": "壁壘機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other561", + "Icon": "other/561.png", + "Name": "壁壘 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other562", + "Icon": "other/562.png", + "Name": "壁壘 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other563", + "Icon": "other/563.png", + "Name": "壁壘 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other564", + "Icon": "other/564.png", + "Name": "壁壘 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other565", + "Icon": "other/565.png", + "Name": "壁壘 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other566", + "Icon": "other/566.png", + "Name": "壁壘風翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other567", + "Icon": "other/567.png", + "Name": "壁壘 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other568", + "Icon": "other/568.png", + "Name": "壁壘分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other569", + "Icon": "other/569.png", + "Name": "壁壘 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other570", + "Icon": "other/570.png", + "Name": "灣岸機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other571", + "Icon": "other/571.png", + "Name": "灣岸 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other574", + "Icon": "other/574.png", + "Name": "灣岸 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other575", + "Icon": "other/575.png", + "Name": "灣岸 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other576", + "Icon": "other/576.png", + "Name": "灣岸風翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other577", + "Icon": "other/577.png", + "Name": "灣岸 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other578", + "Icon": "other/578.png", + "Name": "灣岸分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other579", + "Icon": "other/579.png", + "Name": "灣岸 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other580", + "Icon": "other/580.png", + "Name": "廣體機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other581", + "Icon": "other/581.png", + "Name": "廣體 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other582", + "Icon": "other/582.png", + "Name": "廣體 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other583", + "Icon": "other/583.png", + "Name": "廣體 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other584", + "Icon": "other/584.png", + "Name": "廣體 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other585", + "Icon": "other/585.png", + "Name": "廣體 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other586", + "Icon": "other/586.png", + "Name": "廣體風翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other587", + "Icon": "other/587.png", + "Name": "廣體 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other588", + "Icon": "other/588.png", + "Name": "廣體分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other589", + "Icon": "other/589.png", + "Name": "廣體 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other590", + "Icon": "other/590.png", + "Name": "離子光機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other591", + "Icon": "other/591.png", + "Name": "離子光 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other592", + "Icon": "other/592.png", + "Name": "離子光 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other593", + "Icon": "other/593.png", + "Name": "離子光 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other594", + "Icon": "other/594.png", + "Name": "離子光 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other595", + "Icon": "other/595.png", + "Name": "離子光 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other596", + "Icon": "other/596.png", + "Name": "離子螺旋翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other597", + "Icon": "other/597.png", + "Name": "離子光 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other598", + "Icon": "other/598.png", + "Name": "離子光分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other599", + "Icon": "other/599.png", + "Name": "離子光 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other600", + "Icon": "other/600.png", + "Name": "高空脈衝機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other601", + "Icon": "other/601.png", + "Name": "高空脈衝 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other602", + "Icon": "other/602.png", + "Name": "高空脈衝 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other603", + "Icon": "other/603.png", + "Name": "高空脈衝 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other604", + "Icon": "other/604.png", + "Name": "高空脈衝 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other605", + "Icon": "other/605.png", + "Name": "高空脈衝 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other606", + "Icon": "other/606.png", + "Name": "高空脈衝風翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other607", + "Icon": "other/607.png", + "Name": "高空脈衝 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other608", + "Icon": "other/608.png", + "Name": "高空脈衝分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other609", + "Icon": "other/609.png", + "Name": "高空脈衝 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other610", + "Icon": "other/610.png", + "Name": "衝壓噴射機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other611", + "Icon": "other/611.png", + "Name": "衝壓噴射 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other612", + "Icon": "other/612.png", + "Name": "衝壓噴射 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other613", + "Icon": "other/613.png", + "Name": "衝壓噴射 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other614", + "Icon": "other/614.png", + "Name": "衝壓噴射 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other615", + "Icon": "other/615.png", + "Name": "衝壓噴射 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other616", + "Icon": "other/616.png", + "Name": "高爬升率發射器", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other617", + "Icon": "other/617.png", + "Name": "衝壓噴射 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other618", + "Icon": "other/618.png", + "Name": "衝壓噴射分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other619", + "Icon": "other/619.png", + "Name": "衝壓噴射 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other620", + "Icon": "other/620.png", + "Name": "脈衝機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other621", + "Icon": "other/621.png", + "Name": "脈衝 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other622", + "Icon": "other/622.png", + "Name": "脈衝 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other623", + "Icon": "other/623.png", + "Name": "脈衝 C 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other624", + "Icon": "other/624.png", + "Name": "脈衝 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other625", + "Icon": "other/625.png", + "Name": "脈衝 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other626", + "Icon": "other/626.png", + "Name": "脈衝發射器", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other627", + "Icon": "other/627.png", + "Name": "脈衝 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other628", + "Icon": "other/628.png", + "Name": "脈衝分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other629", + "Icon": "other/629.png", + "Name": "脈衝 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other630", + "Icon": "other/630.png", + "Name": "22 重型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other631", + "Icon": "other/631.png", + "Name": "22 重型 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other632", + "Icon": "other/632.png", + "Name": "22 重型 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other633", + "Icon": "other/633.png", + "Name": "22 重型 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other634", + "Icon": "other/634.png", + "Name": "22 重型 W 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other635", + "Icon": "other/635.png", + "Name": "超級神鷹機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other636", + "Icon": "other/636.png", + "Name": "22 重型 V 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other637", + "Icon": "other/637.png", + "Name": "22 重型分翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other638", + "Icon": "other/638.png", + "Name": "22 重型 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other639", + "Icon": "other/639.png", + "Name": "巨石機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other640", + "Icon": "other/640.png", + "Name": "超音波碎石機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other641", + "Icon": "other/641.png", + "Name": "巨石 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other642", + "Icon": "other/642.png", + "Name": "巨石 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other643", + "Icon": "other/643.png", + "Name": "巨石 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other644", + "Icon": "other/644.png", + "Name": "巨石 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other645", + "Icon": "other/645.png", + "Name": "貨船機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other646", + "Icon": "other/646.png", + "Name": "貨船 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other647", + "Icon": "other/647.png", + "Name": "貨船 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other648", + "Icon": "other/648.png", + "Name": "貨船 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other649", + "Icon": "other/649.png", + "Name": "貨船 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other650", + "Icon": "other/650.png", + "Name": "泰坦機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other651", + "Icon": "other/651.png", + "Name": "泰坦 S 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other652", + "Icon": "other/652.png", + "Name": "泰坦 F 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other653", + "Icon": "other/653.png", + "Name": "泰坦 D 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other654", + "Icon": "other/654.png", + "Name": "泰坦 A 型機翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other655", + "Icon": "other/655.png", + "Name": "E 型重翼", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other656", + "Icon": "other/656.png", + "Name": "機身裝甲", + "Group": "拖運船元件", + "Description": "拖運船<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 646.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other657", + "Icon": "other/657.png", + "Name": "螢火蟲船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other658", + "Icon": "other/658.png", + "Name": "螢火蟲 F 型船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other659", + "Icon": "other/659.png", + "Name": "螢火蟲 S 型船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other660", + "Icon": "other/660.png", + "Name": "螢火蟲 D 型船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other661", + "Icon": "other/661.png", + "Name": "蜻蜓船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other662", + "Icon": "other/662.png", + "Name": "蜻蜓 F 型船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other663", + "Icon": "other/663.png", + "Name": "蜻蜓 S 型船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other664", + "Icon": "other/664.png", + "Name": "蜻蜓 D 型船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other665", + "Icon": "other/665.png", + "Name": "歐幾里得船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other666", + "Icon": "other/666.png", + "Name": "赫斯珀洛斯船身", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船駕駛艙<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 520000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other667", + "Icon": "other/667.png", + "Name": "短翼 (空)", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other668", + "Icon": "other/668.png", + "Name": "滑翔翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other669", + "Icon": "other/669.png", + "Name": "脈衝星機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other670", + "Icon": "other/670.png", + "Name": "脈衝星機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other671", + "Icon": "other/671.png", + "Name": "脈衝星機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other672", + "Icon": "other/672.png", + "Name": "脈衝星機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other673", + "Icon": "other/673.png", + "Name": "尖塔機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other674", + "Icon": "other/674.png", + "Name": "天浪機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other675", + "Icon": "other/675.png", + "Name": "稜光機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other676", + "Icon": "other/676.png", + "Name": "二維翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other677", + "Icon": "other/677.png", + "Name": "旋翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other678", + "Icon": "other/678.png", + "Name": "日光機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other679", + "Icon": "other/679.png", + "Name": "機翼蓋", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other680", + "Icon": "other/680.png", + "Name": "機翼蓋", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other681", + "Icon": "other/681.png", + "Name": "監督者機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other682", + "Icon": "other/682.png", + "Name": "天矛機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other683", + "Icon": "other/683.png", + "Name": "超箔機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other684", + "Icon": "other/684.png", + "Name": "蜻蜓機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other685", + "Icon": "other/685.png", + "Name": "螢火蟲機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other686", + "Icon": "other/686.png", + "Name": "軸翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other687", + "Icon": "other/687.png", + "Name": "短波機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other688", + "Icon": "other/688.png", + "Name": "太陽黑子機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other689", + "Icon": "other/689.png", + "Name": "太陽黑子機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other690", + "Icon": "other/690.png", + "Name": "太陽黑子機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other691", + "Icon": "other/691.png", + "Name": "太陽黑子機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other692", + "Icon": "other/692.png", + "Name": "弧形翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other693", + "Icon": "other/693.png", + "Name": "長波機翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other694", + "Icon": "other/694.png", + "Name": "鼓翼 (尖塔)", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other695", + "Icon": "other/695.png", + "Name": "鼓翼", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other696", + "Icon": "other/696.png", + "Name": "鼓翼 (監督者)", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "other697", + "Icon": "other/697.png", + "Name": "鼓翼 (短波)", + "Group": "探險船元件", + "Description": "探險家<>級太空船子元件。此模組決定太空船機翼<>的風格和定位。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 310000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "2C7C9F", + "Usages": [ + "HasDevProperties", + "IsAddedInTrackedUpdate" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hant/Products.lang.json b/assets/json/zh-hant/Products.lang.json index 6af1b7b7c..9fd7e7376 100644 --- a/assets/json/zh-hant/Products.lang.json +++ b/assets/json/zh-hant/Products.lang.json @@ -4133,5 +4133,85 @@ ], "StatBonuses": [], "ConsumableRewardTexts": [] + }, + { + "Id": "prod182", + "Icon": "products/182.png", + "Name": "C 級反應爐", + "Group": "太空船發電機", + "Description": "太空船子元件:反應爐核心<>。基礎發電機組可提供 C 級<>太空船電力。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 300.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod183", + "Icon": "products/183.png", + "Name": "B 級反應爐", + "Group": "改良的太空船發電機", + "Description": "太空船子元件:反應爐核心<>。進階發電機組可提供 B 級<>太空船電力。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 3000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod184", + "Icon": "products/184.png", + "Name": "A 級反應爐", + "Group": "電力十足的太空船發電機", + "Description": "太空船子元件:反應爐核心<>。高級發電機組可提供 A 級<>太空船電力。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 6500.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] + }, + { + "Id": "prod185", + "Icon": "products/185.png", + "Name": "S 級反應爐", + "Group": "頂級太空船發電機", + "Description": "太空船子元件:反應爐核心<>。特級發電機組可提供 S 級<>太空船電力。\n\n在任何太空站的太空船改造<>單位分解現有的太空船,並取得太空船元件。前往太空船製造器<>,設計並組裝新太空船。", + "BaseValueUnits": 12000.0, + "CurrencyType": "Nanites", + "MaxStackSize": 5.0, + "Colour": "311A49", + "Usages": [ + "HasDevProperties" + ], + "BlueprintCost": 1, + "BlueprintCostType": "None", + "BlueprintSource": 0, + "RequiredItems": [], + "StatBonuses": [], + "ConsumableRewardTexts": [] } ] \ No newline at end of file diff --git a/assets/json/zh-hant/TechTree.lang.json b/assets/json/zh-hant/TechTree.lang.json index c3be452e3..ff585ca90 100644 --- a/assets/json/zh-hant/TechTree.lang.json +++ b/assets/json/zh-hant/TechTree.lang.json @@ -3247,6 +3247,203 @@ }, { "Id": "tree3-subTree13", + "Name": "裝飾模組", + "CostType": "SalvagedData", + "Children": [ + { + "Id": "build1087", + "Title": "保全資料庫", + "Icon": "building/1087.png", + "Cost": 3, + "Children": [ + { + "Id": "build1088", + "Title": "燃料罐", + "Icon": "building/1088.png", + "Cost": 1, + "Children": [ + { + "Id": "build1089", + "Title": "軌道倉儲", + "Icon": "building/1089.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1090", + "Title": "置物架", + "Icon": "building/1090.png", + "Cost": 1, + "Children": [] + } + ] + }, + { + "Id": "build1096", + "Title": "小型全像顯示器 A", + "Icon": "building/1096.png", + "Cost": 2, + "Children": [ + { + "Id": "build1110", + "Title": "立牌", + "Icon": "building/1110.png", + "Cost": 3, + "Children": [ + { + "Id": "build1111", + "Title": "立牌 B", + "Icon": "building/1111.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1112", + "Title": "地形圖桌", + "Icon": "building/1112.png", + "Cost": 8, + "Children": [] + } + ] + }, + { + "Id": "build1097", + "Title": "小型全像顯示器 B", + "Icon": "building/1097.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1098", + "Title": "小型全像顯示器 C", + "Icon": "building/1098.png", + "Cost": 2, + "Children": [] + }, + { + "Id": "build1094", + "Title": "全像壁掛顯示器 A", + "Icon": "building/1094.png", + "Cost": 3, + "Children": [ + { + "Id": "build1095", + "Title": "全像壁掛顯示器 B", + "Icon": "building/1095.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1092", + "Title": "全像科瓦族顯示器", + "Icon": "building/1092.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1093", + "Title": "全像維金族顯示器", + "Icon": "building/1093.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1091", + "Title": "全像吉客族顯示器", + "Icon": "building/1091.png", + "Cost": 5, + "Children": [] + } + ] + } + ] + }, + { + "Id": "build1100", + "Title": "照明陣列", + "Icon": "building/1100.png", + "Cost": 3, + "Children": [ + { + "Id": "build1099", + "Title": "照明架", + "Icon": "building/1099.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1101", + "Title": "基座燈", + "Icon": "building/1101.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1102", + "Title": "立柱燈", + "Icon": "building/1102.png", + "Cost": 3, + "Children": [] + } + ] + }, + { + "Id": "build1108", + "Title": "電力變壓器", + "Icon": "building/1108.png", + "Cost": 5, + "Children": [ + { + "Id": "build1103", + "Title": "生物箱", + "Icon": "building/1103.png", + "Cost": 3, + "Children": [] + }, + { + "Id": "build1104", + "Title": "小型種植器", + "Icon": "building/1104.png", + "Cost": 1, + "Children": [] + }, + { + "Id": "build1105", + "Title": "伺服器區塊 A", + "Icon": "building/1105.png", + "Cost": 5, + "Children": [ + { + "Id": "build1107", + "Title": "資料櫃", + "Icon": "building/1107.png", + "Cost": 5, + "Children": [] + }, + { + "Id": "build1106", + "Title": "伺服器區塊 B", + "Icon": "building/1106.png", + "Cost": 5, + "Children": [] + } + ] + }, + { + "Id": "build1109", + "Title": "液壓機械臂", + "Icon": "building/1109.png", + "Cost": 10, + "Children": [] + } + ] + } + ] + } + ] + }, + { + "Id": "tree3-subTree14", "Name": "照明", "CostType": "SalvagedData", "Children": [ @@ -3409,7 +3606,7 @@ ] }, { - "Id": "tree3-subTree14", + "Id": "tree3-subTree15", "Name": "工業模組", "CostType": "SalvagedData", "Children": [ @@ -3533,7 +3730,7 @@ ] }, { - "Id": "tree3-subTree15", + "Id": "tree3-subTree16", "Name": "農業模組", "CostType": "SalvagedData", "Children": [ @@ -3681,7 +3878,7 @@ ] }, { - "Id": "tree3-subTree16", + "Id": "tree3-subTree17", "Name": "原木結構", "CostType": "SalvagedData", "Children": [ @@ -3929,7 +4126,7 @@ ] }, { - "Id": "tree3-subTree17", + "Id": "tree3-subTree18", "Name": "原木屋頂", "CostType": "SalvagedData", "Children": [ @@ -4050,7 +4247,7 @@ ] }, { - "Id": "tree3-subTree18", + "Id": "tree3-subTree19", "Name": "石材結構", "CostType": "SalvagedData", "Children": [ @@ -4306,7 +4503,7 @@ ] }, { - "Id": "tree3-subTree19", + "Id": "tree3-subTree20", "Name": "石材屋頂", "CostType": "SalvagedData", "Children": [ @@ -4411,7 +4608,7 @@ ] }, { - "Id": "tree3-subTree20", + "Id": "tree3-subTree21", "Name": "合金結構", "CostType": "SalvagedData", "Children": [ @@ -4659,7 +4856,7 @@ ] }, { - "Id": "tree3-subTree21", + "Id": "tree3-subTree22", "Name": "合金屋頂", "CostType": "SalvagedData", "Children": [ @@ -4786,7 +4983,7 @@ ] }, { - "Id": "tree3-subTree22", + "Id": "tree3-subTree23", "Name": "遠古圖形", "CostType": "SalvagedData", "Children": [ @@ -4854,7 +5051,7 @@ ] }, { - "Id": "tree3-subTree23", + "Id": "tree3-subTree24", "Name": "儲藏器", "CostType": "SalvagedData", "Children": [ diff --git a/assets/json/zh-hant/Technology.lang.json b/assets/json/zh-hant/Technology.lang.json index 6cfcc830a..7a63b499c 100644 --- a/assets/json/zh-hant/Technology.lang.json +++ b/assets/json/zh-hant/Technology.lang.json @@ -1479,7 +1479,7 @@ "Icon": "technology/39.png", "Name": "經濟掃描器", "Group": "遠距離偵測科技", - "Description": "太空船銀河規模偵測器升級。此裝置能讓使用者不用探訪星系,即可獲取詳盡的經濟資料。", + "Description": "太空船銀河級感應器<>升級。此裝置能讓使用者無需拜訪星系即可了解詳細經濟資料<>。使用銀河系地圖<>查看自動收集的資料。\n\n啟動掃描器的內部交易電腦<>和 FE_ALT1<>,尋找高利潤的交易飆升事件<>。", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "095C77", @@ -8806,7 +8806,7 @@ }, { "Id": "tech237", - "Icon": "technology/235.png", + "Icon": "technology/237.png", "Name": "智慧生物電阻器", "Group": "不完整的巡警回收物", "Description": "這個工具組是一種混合式科技的產物,結合了粗陋的廢料及深沉、強大的能量:一部分是回收物,一部分是巡警,一部分是某種無法辨識的東西......\n\n獲得此工具時,回收結合的過程尚未執行完畢<>。使用 REPAIR<> 繼續維修,清空此欄位供一般使用。", @@ -8831,7 +8831,7 @@ }, { "Id": "tech238", - "Icon": "technology/232.png", + "Icon": "technology/238.png", "Name": "不和諧稜鏡", "Group": "不完整的巡警回收物", "Description": "這個工具組是一種混合式科技的產物,結合了粗陋的廢料及深沉、強大的能量:一部分是回收物,一部分是巡警,一部分是某種無法辨識的東西......\n\n獲得此工具時,回收結合的過程尚未執行完畢<>。使用 REPAIR<> 繼續維修,清空此欄位供一般使用。", @@ -8856,7 +8856,7 @@ }, { "Id": "tech239", - "Icon": "technology/234.png", + "Icon": "technology/239.png", "Name": "受腐蝕的鏡片", "Group": "不完整的巡警回收物", "Description": "這個工具組是一種混合式科技的產物,結合了粗陋的廢料及深沉、強大的能量:一部分是回收物,一部分是巡警,一部分是某種無法辨識的東西......\n\n獲得此工具時,回收結合的過程尚未執行完畢<>。使用 REPAIR<> 繼續維修,清空此欄位供一般使用。", @@ -8885,7 +8885,7 @@ }, { "Id": "tech240", - "Icon": "technology/231.png", + "Icon": "technology/240.png", "Name": "被抽乾的能量核心", "Group": "不完整的巡警回收物", "Description": "這個工具組是一種混合式科技的產物,結合了粗陋的廢料及深沉、強大的能量:一部分是回收物,一部分是巡警,一部分是某種無法辨識的東西......\n\n獲得此工具時,回收結合的過程尚未執行完畢<>。使用 REPAIR<> 繼續維修,清空此欄位供一般使用。", @@ -9530,7 +9530,7 @@ "Icon": "technology/260.png", "Name": "拒者的印記", "Group": "宇宙烙印", - "Description": "一撮微不足道的星塵,極其渺小。仔細一看,表面布滿了結晶碎片和緋紅色的扭曲幾何形狀。\n\n這顆能量備受壓抑的塵埃閃閃發亮,似乎想要掙脫。\n\n只要發現<>星系、星球等宇宙中的物體,就能為印記充能<>。", + "Description": "一粒微不足道的星塵,極其渺小。仔細一看,表面布滿了結晶碎片和緋紅色的扭曲幾何形狀。\n\n這粒能量備受壓抑的塵埃閃閃發亮,似乎想要掙脫。\n\n只要發現<>星系、星球等宇宙中的物體,就能為印記充能<>。", "BaseValueUnits": 1.0, "CurrencyType": "None", "Colour": "2177C8", @@ -9586,7 +9586,7 @@ }, { "Id": "tech262", - "Icon": "tradeItems/21.png", + "Icon": "technology/262.png", "Name": "生鏽的迴路", "Group": "受損太空船元件", "Description": "太空船子系統嚴重受損<>。損害修復前,欄位無法用於儲存<>或科技<>。使用 REPAIR<> 開始進行修復。\n\n太空船的核心功能不會受到影響。修復毀損部分後,欄位即可供一般使用。", @@ -9611,7 +9611,7 @@ }, { "Id": "tech263", - "Icon": "products/113.png", + "Icon": "technology/263.png", "Name": "液壓傷害", "Group": "受損太空船元件", "Description": "太空船子系統嚴重受損<>。損害修復前,欄位無法用於儲存<>或科技<>。使用 REPAIR<> 開始進行修復。\n\n太空船的核心功能不會受到影響。修復毀損部分後,欄位即可供一般使用。", @@ -9636,7 +9636,7 @@ }, { "Id": "tech264", - "Icon": "other/366.png", + "Icon": "technology/264.png", "Name": "腐蝕的燃料槽", "Group": "受損太空船元件", "Description": "太空船子系統嚴重受損<>。損害修復前,欄位無法用於儲存<>或科技<>。使用 REPAIR<> 開始進行修復。\n\n太空船的核心功能不會受到影響。修復毀損部分後,欄位即可供一般使用。", @@ -9661,7 +9661,7 @@ }, { "Id": "tech265", - "Icon": "technology/88.png", + "Icon": "technology/265.png", "Name": "毀損模組", "Group": "受損工具組元件", "Description": "工具組系統嚴重受損<>。\n\n損害修復前,欄位無法使用。使用 REPAIR<> 開始進行修復。\n\n修復後欄位即可供一般使用。", @@ -9686,7 +9686,7 @@ }, { "Id": "tech266", - "Icon": "technology/89.png", + "Icon": "technology/266.png", "Name": "線組傷害", "Group": "受損工具組元件", "Description": "工具組系統嚴重受損<>。\n\n損害修復前,欄位無法使用。使用 REPAIR<> 開始進行修復。\n\n修復後欄位即可供一般使用。", @@ -9711,7 +9711,7 @@ }, { "Id": "tech267", - "Icon": "products/53.png", + "Icon": "technology/267.png", "Name": "燒掉的終端站", "Group": "受損工具組元件", "Description": "工具組系統嚴重受損<>。\n\n損害修復前,欄位無法使用。使用 REPAIR<> 開始進行修復。\n\n修復後欄位即可供一般使用。", @@ -9736,7 +9736,7 @@ }, { "Id": "tech268", - "Icon": "tradeItems/25.png", + "Icon": "technology/268.png", "Name": "故障的電阻器", "Group": "受損工具組元件", "Description": "工具組系統嚴重受損<>。\n\n損害修復前,欄位無法使用。使用 REPAIR<> 開始進行修復。\n\n修復後欄位即可供一般使用。", diff --git a/assets/lang/language.cs.json b/assets/lang/language.cs.json index 2e89ccb6d..2a01fe3d6 100644 --- a/assets/lang/language.cs.json +++ b/assets/lang/language.cs.json @@ -471,10 +471,10 @@ "allItemsListUseCompactTiles": "Seznam všech předmětů: Použít Kompaktní Dlaždice", "tapAndHoldToDrag": "Stiskni a podrž předmět k přesunutí a změně pořadí", "copiedToClipboard": "Zkopírováno do schránky", - "ukrainian": "Ukrainian", - "showReduxExpeditions": "Show Redux Expeditions", - "optional": "Optional", - "dataFromNMSCD": "Data below supplied by the NMSCD", + "ukrainian": "Ukrainština", + "showReduxExpeditions": "Ukázat Redux Expedice", + "optional": "Volitelné", + "dataFromNMSCD": "Data níže poskytnuta komunitou NMSCD", "communityMissionProgressTracker": "Community Mission Progress Tracker", - "hashCode": "CAB42E92CFF9965115BDA7825C37735D" + "hashCode": "34EDFFAE95A7BAA2CAF2BE85F5FD98AB" } \ No newline at end of file diff --git a/assets/lang/language.ja.json b/assets/lang/language.ja.json index b39f92ca9..399a2aca9 100644 --- a/assets/lang/language.ja.json +++ b/assets/lang/language.ja.json @@ -28,26 +28,26 @@ "seasonalExpeditionJson": "ja/SeasonalExpedition.lang", "journeyMilestoneJson": "ja/Milestones.lang", "title": "建築", - "loading": "Loading", - "about": "About", + "loading": "読み込み中", + "about": "Appについて", "aboutContent": "Why did I bother to build this? \r\nOne day I was playing No Man's Sky and wanted to plan out what farmable resources I should have at a new base, I thought that it would be easier to download an app from the Play/App Store than pull up the wiki on my second monitor. I found an app and was hit with a pay wall when I tried to look at the recipes for crafted materials, annoyed I decided to make an app that would be free for everyone to use. It was also a great excuse to play a bit with Flutter app development. \r\n\r\nP.S. I also have a blog, Inside my Mind - by Kurt Lourens. I havent been making use of it as much as I could have, but I have some articles😋.\r\n\r\nThis App is not affiliated with Hello Games or No Man's Sky, its subsidiaries, or its parent companies, whose names, logos and products are displayed in this App.", - "language": "Language help", - "languageContent": "I need some help to translate this App into multiple Languages. I only know English and Dutch and a tiny amount of French. \nIf you are willing to help please let me know. \nI will be putting the names of those who contributed and want recognition on the website 😁", - "email": "Offer help", - "github": "Go To Github", - "kurtsBlog": "Kurt's Blog", - "donation": "Donation", + "language": "翻訳を手伝う", + "languageContent": "このアプリを複数の言語に翻訳するのに助けが必要です。私は英語とオランダ語と少量のフランス語しか知りません。喜んで手伝ってくれるなら、私に知らせてください。貢献した方々の名前をウェブサイトに掲載し、表彰したいと考えています😁", + "email": "翻訳を手伝う", + "github": "Githubのページに行く", + "kurtsBlog": "Kurtのブログ", + "donation": "寄付", "donationDescrip": "All features of the app are available to you, there are no PayWalls. However there are costs involved with making Apps and hosting websites, so donations help me out. If you like this App please give me a review in the Play/App Store and donate if you can", "noticeContent": "Happy Valentine's Day! Hope your day is full of love from every corner of all the Galaxies! Special thanks to the @ItzHooverYT for creating NMS related Valentine's Day cards!", - "noticeAccept": "Accept", - "buyMeACoffee": "Buy me a Coffee", + "noticeAccept": "受け入れる", + "buyMeACoffee": "私にコーヒーを買ってください", "patreon": "Patreon", "paypal": "PayPal", "kofi": "Ko-fi", - "searchItems": "Search Items", - "rawMaterials": "Raw Materials", + "searchItems": "アイテムを探す", + "rawMaterials": "原材料", "products": "Crafted Products", - "other": "Other", + "other": "その他", "others": "Others", "curiosities": "Curiosities", "technologies": "Equipment", @@ -476,5 +476,5 @@ "optional": "Optional", "dataFromNMSCD": "Data below supplied by the NMSCD", "communityMissionProgressTracker": "Community Mission Progress Tracker", - "hashCode": "A6D583DA9DC8376AC2954DAB64B2AEAB" + "hashCode": "81159B26CF9EC5D615DD4D2BDE97D18F" } \ No newline at end of file diff --git a/assets/lang/language.pl.json b/assets/lang/language.pl.json index b4dd2cc00..c8c15e3b2 100644 --- a/assets/lang/language.pl.json +++ b/assets/lang/language.pl.json @@ -473,8 +473,8 @@ "copiedToClipboard": "Skopiowano do schowka", "ukrainian": "Ukraiński", "showReduxExpeditions": "Pokaż Przywrócone Ekspedycje", - "optional": "Optional", - "dataFromNMSCD": "Data below supplied by the NMSCD", - "communityMissionProgressTracker": "Community Mission Progress Tracker", - "hashCode": "23B03DD2381FF6DB80DD7C0355AE3F02" + "optional": "Opcjonalne", + "dataFromNMSCD": "Poniższe dane dostarczone przez NMSCD", + "communityMissionProgressTracker": "Śledzenie postępu misji społeczności", + "hashCode": "C8E0A1DBC90C2E37F1A0CE43B86DD7ED" } \ No newline at end of file diff --git a/assets/lang/language.zh-hans.json b/assets/lang/language.zh-hans.json index 3bef48e5e..223edaf99 100644 --- a/assets/lang/language.zh-hans.json +++ b/assets/lang/language.zh-hans.json @@ -34,7 +34,7 @@ "language": "语言帮助", "languageContent": "我需要一些帮助才能将此应用程序翻译成多种语言。 我只会英语和南非荷兰语以及少量法语。 如果您愿意提供帮助,请告诉我。 我会把那些做出贡献并希望得到认可的人的名字放在网站上😁", "email": "提供帮助", - "github": "去Github", + "github": "前往Github", "kurtsBlog": "Kurt的博客", "donation": "资助作者", "donationDescrip": "您可以使用该应用程序的所有功能,无需付费。 但是,制作应用程序和托管网站会涉及成本,因此捐款可以帮助我。 如果您喜欢这个应用程序,请在 Play/App Store 中给我一个评论,如果可以,捐赠是极好的。", @@ -471,10 +471,10 @@ "allItemsListUseCompactTiles": "全物品列表:使用简洁视图", "tapAndHoldToDrag": "按住以拖动", "copiedToClipboard": "已复制到剪贴板", - "ukrainian": "Ukrainian", - "showReduxExpeditions": "Show Redux Expeditions", - "optional": "Optional", - "dataFromNMSCD": "Data below supplied by the NMSCD", - "communityMissionProgressTracker": "Community Mission Progress Tracker", - "hashCode": "DB098CA38EDCD550EC4478C005F5F5CA" + "ukrainian": "乌克兰语", + "showReduxExpeditions": "显示重启的远征", + "optional": "可选", + "dataFromNMSCD": "以下数据由NMSCD提供", + "communityMissionProgressTracker": "社区任务进度追踪器", + "hashCode": "BD1DDA4889512247D559330D2F8EA293" } \ No newline at end of file diff --git a/assets/lang/language.zh-hant.json b/assets/lang/language.zh-hant.json index 479c8bb92..54109af00 100644 --- a/assets/lang/language.zh-hant.json +++ b/assets/lang/language.zh-hant.json @@ -83,7 +83,7 @@ "blueprintFrom": "藍圖來自", "unknown": "未知", "manufacturingFacility": "生產設施", - "manufacturingFacilityOrPolo": "Manufacturing Facility or Polo on the Space Anomaly", + "manufacturingFacilityOrPolo": "生產設施或太空異常上的波羅", "portalLibrary": "傳送門管理庫", "savedPortalCoordinates": "已保存的傳送門坐標", "noPortalItems": "沒有保存的傳送門", @@ -181,44 +181,44 @@ "yes": "是的", "no": "不是", "submit": "提交", - "feedbackNotSubmitted": "Feedback was not submitted", - "feedbackSubmitted": "Feedback Submitted", + "feedbackNotSubmitted": "反饋提交失敗", + "feedbackSubmitted": "反饋提交成功", "noticeReject": "不再顯示", "valentines": "情人節", - "viewItemsAdded": "View items added", + "viewItemsAdded": "檢視已添加物品", "newItemsAdded": "新增加物品", - "proceduralProducts": "Procedural Products", - "orderBy": "Order By", + "proceduralProducts": "隨機生成產物", + "orderBy": "排序", "name": "名字", "unitPrice": "單位價格", - "nanitePrice": "Nanite Price", + "nanitePrice": "價值 (奈米機群)", "quicksilverPrice": "快銀價格", - "isConsumable": "Consumable", - "useNMSFont": "Use No Man's Sky font", + "isConsumable": "消耗品", + "useNMSFont": "使用無人深空字體", "techTree": "科技樹", "inventoryManagement": "存庫管理", "inventoryName": "存庫名稱", "indonesian": "印尼人", - "galacticAddress": "Galactic Address", - "galacticAddressInvalid": "Galactic Address Invalid", - "numberOfSlots": "{0} slots", - "nextCommunityMission": "Next Community Mission Rewards", - "current": "Current", - "newPortalEntry": "New Portal Entry", - "renamePortal": "Rename Portal", - "addTag": "Add Tag", + "galacticAddress": "銀河座標", + "galacticAddressInvalid": "銀河座標無效", + "numberOfSlots": "{0}個欄位", + "nextCommunityMission": "下一個社群研究獎勵", + "current": "目前", + "newPortalEntry": "新增傳送門座標", + "renamePortal": "重新命名傳送門", + "addTag": "添加標記", "useAltGlyphs": "Use Alternate Glyph Images", "areYouSure": "確定?", - "synchronize": "Synchronise", - "inventoryNotUploaded": "Inventory was not uploaded", - "inventoryUploaded": "Inventory was uploaded", - "inventoryNotRestored": "Inventory was not restored", - "inventoryRestored": "Inventory was restored", - "backupInventory": "Backup Inventory", - "restoreInventory": "Restore Inventory", + "synchronize": "同步", + "inventoryNotUploaded": "庫存未上傳", + "inventoryUploaded": "庫存已上傳", + "inventoryNotRestored": "庫存未恢復", + "inventoryRestored": "庫存已恢復", + "backupInventory": "備份庫存", + "restoreInventory": "恢復庫存", "favourites": "我的最愛", "openCollective": "Open Collective", - "repairedUsing": "Repaired Using", + "repairedUsing": "維修所需", "timers": "計時器", "newTimer": "新計時器", "renameTimer": "重新命名計時器", @@ -226,10 +226,10 @@ "endDate": "結束日期", "errorStartDateShouldNotBeAfterEndDate": "開始日期不應晚於結束日期", "hexCoordLabel": "Hex Coordinates", - "icons": "Icons", - "coordinatesCopied": "Coordinates copied!", - "galacticAddressCopied": "Galactic Address copied!", - "privacyPolicy": "Privacy Policy", + "icons": "圖標", + "coordinatesCopied": "座標已複製!", + "galacticAddressCopied": "銀河座標已複製!", + "privacyPolicy": "隱私權政策", "account": "帳戶", "switchUser": "變更用戶", "logout": "登出", @@ -240,33 +240,33 @@ "days": " 日", "hour": "小時", "day": " 日", - "timerComplete": "Timer Complete", - "termsAndConditions": "Terms and Conditions", - "legal": "Legal", + "timerComplete": "計時結束", + "termsAndConditions": "條款及細則", + "legal": "法律", "more": "更多", - "galacticAtlas": "Galactic Atlas", - "legalNotice": "This app is not affiliated with Hello Games or No Man's Sky, its subsidiaries, or its parent companies, whose names, logos and products are displayed in this App.", + "galacticAtlas": "銀河寰宇地圖", + "legalNotice": "此應用程式不隸屬於Hello Games 或No Man's Sky 及其子公司或母公司,其名稱、標誌和產品均顯示在此應用程式中。", "czech": "Czech", - "thankYou": "Thank you!", - "thankYouForSubmittingFriendCode": "Thank you for submitting your Friend Code.", - "weDoNotStoreEmails": "The Assistant for No Man's Sky apps does not store your email address. We use it for confirmation.", - "emailHashExample": "In our database your email address looks like this: ", - "confirmFriendCode": "Confirm Friend Code", - "emailBackupLink": "If that doesn't work, copy and paste the following link in your browser:", - "anyQuestionsReplyToThisEmail": "If you have any questions, just reply to this email. We are always happy to help.", - "emailSignOff": "Kind Regards,", - "emailSignOffTeam": "AssistantNMS Team", - "needMoreHelp": "Need more help?", - "weAreHereToHelp": "We are here to help you", - "friendCodes": "Friend Codes", - "friendCodeCopied": "Friend Code copied!", - "friendCode": "Friend Code", - "pleaseCheckMailForConfirmation": "Please check your mail {0}, for a confirmation link", - "friendCodeNotSubmitted": "Friend Code was not submitted", + "thankYou": "謝謝!", + "thankYouForSubmittingFriendCode": "感謝提交您的好友代碼。", + "weDoNotStoreEmails": "無人深空應用程式助手不會存儲您的電子郵件地址。它僅用於進行確認。", + "emailHashExample": "在我們的資料庫中,您的電子郵件地址顯示為這樣:", + "confirmFriendCode": "確認好友代碼", + "emailBackupLink": "如果無法打開,請複製並在瀏覽器中粘貼以下鏈接:", + "anyQuestionsReplyToThisEmail": "如果您有任何問題,請回覆此電子郵件。我們隨時樂意提供幫助。", + "emailSignOff": "謹致問候", + "emailSignOffTeam": "無人深空助手團隊", + "needMoreHelp": "需要更多幫助?", + "weAreHereToHelp": "我們將為您提供幫助", + "friendCodes": "好友代碼", + "friendCodeCopied": "好友代碼已複製!", + "friendCode": "好友代碼", + "pleaseCheckMailForConfirmation": "請檢查您的電子郵箱{0},以獲取確認鏈接", + "friendCodeNotSubmitted": "好友代碼提交失敗", "emailAddress": "電郵地址", "solarPanelBatteryCalculator": "Solar/Battery Calculator", - "storeDescription": "Quickly and easily find out how to craft or refine items in No Man's Sky", - "storeFullDescription": "You no longer need to scroll through the menus in No Man's Sky to see how an item is crafted or guess how to refine a resource. This app will be your companion, with all the recipes you need. \n\rRoadmap: https://trello.com/b/zbnaIiVF/public\n\rDiscord: https://discord.gg/q3aFBQM\n\r- Save your data, everything is offline\n- All the recipes (for Resources, TradeItems, and Products)\n- Plan out what you need to farm\n- Blazing fast User Interface\n- Support for multiple languages (Your help would be appreciated)\n- No paywalls\n- Partially Open Source \n\rContributors listed on https://nmsassistant.com", + "storeDescription": "快速而輕鬆地找出物品製作或精煉方法", + "storeFullDescription": "您不再需要滾動瀏覽遊戲中的菜單,以了解如何製作物品或猜測如何精煉資源。此應用程式將是您的好夥伴,擁有您需要的所有配方。開發路線圖:https://trello.com/b/zbnaiivf/public Discord:https://discord.gg/q3afbqm - 保存您的數據,一切都是離線 - 所有配方(用於資源,貿易和產品) - 規劃為您需要的生產線 - 閃光疾速的用戶界面 - 支持多種語言(您的幫助將不勝感激) - 沒有付費牆 - 部分開源貢獻者列出於 https://nmsassistant.com", "viewOriginalWorkOnJsFiddle": "View original work on jsfiddle.net", "totalPowerConsumption": "Total Power Consumption in kPs", "minimum": "Minimum", @@ -476,5 +476,5 @@ "optional": "Optional", "dataFromNMSCD": "Data below supplied by the NMSCD", "communityMissionProgressTracker": "Community Mission Progress Tracker", - "hashCode": "54B3E8C8A084068DC1D9DA9D813E9F51" + "hashCode": "BFFA8A8A3FE9380FE1875E7CB02C8151" } \ No newline at end of file diff --git a/installers/assistantNMS.iss b/installers/assistantNMS.iss index 4210868cd..cbf30ab06 100644 --- a/installers/assistantNMS.iss +++ b/installers/assistantNMS.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Assistant for No Man's Sky" -#define MyAppVersion "2.23.0" +#define MyAppVersion "2.24.0" #define MyAppPublisher "AssistantApps" #define MyAppURL "https://nmsassistant.com/" #define MyAppExeName "assistantnms_app.exe" diff --git a/lib/assistant_apps_settings.dart b/lib/assistant_apps_settings.dart index cf5f052a4..238988a24 100644 --- a/lib/assistant_apps_settings.dart +++ b/lib/assistant_apps_settings.dart @@ -1,3 +1,3 @@ const assistantAppsApiUrl = 'https://api.assistantapps.com'; const assistantAppsAppGuid = '589405b4-e40f-4cd9-b793-6bf37944ee09'; -const currentWhatIsNewGuid = '92d603df-48a5-49d3-9f79-2aaf888b8e33'; +const currentWhatIsNewGuid = 'cb813e5d-87f7-402f-b3e6-daad888aa3e0'; diff --git a/lib/constants/app_available_languages.dart b/lib/constants/app_available_languages.dart index 872c97f74..48fd06eec 100644 --- a/lib/constants/app_available_languages.dart +++ b/lib/constants/app_available_languages.dart @@ -8,17 +8,17 @@ List supportedLanguageMaps = [ LocalizationMap(LocaleKey.french, 'fr', 'fr', percentageComplete: 100), LocalizationMap(LocaleKey.italian, 'it', 'it', percentageComplete: 99), LocalizationMap(LocaleKey.russian, 'ru', 'ru', percentageComplete: 100), - LocalizationMap(LocaleKey.polish, 'pl', 'pl', percentageComplete: 99), + LocalizationMap(LocaleKey.polish, 'pl', 'pl', percentageComplete: 100), LocalizationMap(LocaleKey.brazilianPortuguese, 'pt-br', 'br', percentageComplete: 99), LocalizationMap(LocaleKey.portuguese, 'pt', 'pt', percentageComplete: 36), LocalizationMap(LocaleKey.norwegian, 'no', 'no', percentageComplete: 79), LocalizationMap(LocaleKey.romanian, 'ro', 'ro', percentageComplete: 37), LocalizationMap(LocaleKey.spanish, 'es', 'es', percentageComplete: 100), - LocalizationMap(LocaleKey.czech, 'cs', 'cz', percentageComplete: 98), + LocalizationMap(LocaleKey.czech, 'cs', 'cz', percentageComplete: 99), LocalizationMap(LocaleKey.turkish, 'tr', 'tr', percentageComplete: 88), LocalizationMap(LocaleKey.hungarian, 'hu', 'hu', percentageComplete: 99), - LocalizationMap(LocaleKey.simplifiedChinese, 'zh-hans', 'cn', percentageComplete: 98), - LocalizationMap(LocaleKey.traditionalChinese, 'zh-hant', 'cn', percentageComplete: 49), + LocalizationMap(LocaleKey.simplifiedChinese, 'zh-hans', 'cn', percentageComplete: 100), + LocalizationMap(LocaleKey.traditionalChinese, 'zh-hant', 'cn', percentageComplete: 61), LocalizationMap(LocaleKey.arabic, 'ar', 'ae', percentageComplete: 11), LocalizationMap(LocaleKey.vietnamese, 'vi-vn', 'vn', percentageComplete: 87), LocalizationMap(LocaleKey.urdu, 'ur', 'pk', percentageComplete: 6), @@ -26,7 +26,7 @@ List supportedLanguageMaps = [ LocalizationMap(LocaleKey.indonesian, 'id', 'id', percentageComplete: 86), LocalizationMap(LocaleKey.malaysian, 'ms', 'my', percentageComplete: 86), LocalizationMap(LocaleKey.tagalog, 'tl', 'ph', percentageComplete: 0), - LocalizationMap(LocaleKey.japanese, 'ja', 'jp', percentageComplete: 6), + LocalizationMap(LocaleKey.japanese, 'ja', 'jp', percentageComplete: 10), LocalizationMap(LocaleKey.ukrainian, 'uk', 'ua', percentageComplete: 28), LocalizationMap(LocaleKey.afrikaans, 'af', 'za', percentageComplete: 59), diff --git a/lib/env/app_version_num.dart b/lib/env/app_version_num.dart index 16305ab9e..edad12116 100644 --- a/lib/env/app_version_num.dart +++ b/lib/env/app_version_num.dart @@ -1,3 +1,3 @@ -const appsBuildNum = 334; -const appsBuildName = '2.23.0'; -const appsCommit = '5ac48e9b0bf49ca15f22985c80a6828fedc2dcd0'; \ No newline at end of file +const appsBuildNum = 335; +const appsBuildName = '2.24.0'; +const appsCommit = '1da6606dd3e334f6cffc8bb3f855164819f70a03'; \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 634e517b5..62cc6ef1b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -438,10 +438,10 @@ packages: dependency: transitive description: name: file_selector_platform_interface - sha256: "0aa47a725c346825a2bd396343ce63ac00bda6eff2fbc43eabe99737dede8262" + sha256: a3994c26f10378a039faa11de174d7b78eb8f79e4dd0af2a451410c1a5c3f66b url: "https://pub.dev" source: hosted - version: "2.6.1" + version: "2.6.2" file_selector_windows: dependency: transitive description: @@ -882,26 +882,26 @@ packages: dependency: transitive description: name: image_picker_android - sha256: ecdc963d2aa67af5195e723a40580f802d4392e31457a12a562b3e2bd6a396fe + sha256: "39f2bfe497e495450c81abcd44b62f56c2a36a37a175da7d137b4454977b51b1" url: "https://pub.dev" source: hosted - version: "0.8.9+1" + version: "0.8.9+3" image_picker_for_web: dependency: transitive description: name: image_picker_for_web - sha256: "50bc9ae6a77eea3a8b11af5eb6c661eeb858fdd2f734c2a4fd17086922347ef7" + sha256: e2423c53a68b579a7c37a1eda967b8ae536c3d98518e5db95ca1fe5719a730a3 url: "https://pub.dev" source: hosted - version: "3.0.1" + version: "3.0.2" image_picker_ios: dependency: transitive description: name: image_picker_ios - sha256: eac0a62104fa12feed213596df0321f57ce5a572562f72a68c4ff81e9e4caacf + sha256: fadafce49e8569257a0cad56d24438a6fa1f0cbd7ee0af9b631f7492818a4ca3 url: "https://pub.dev" source: hosted - version: "0.8.9" + version: "0.8.9+1" image_picker_linux: dependency: transitive description: @@ -922,10 +922,10 @@ packages: dependency: transitive description: name: image_picker_platform_interface - sha256: ed9b00e63977c93b0d2d2b343685bed9c324534ba5abafbb3dfbd6a780b1b514 + sha256: fa4e815e6fcada50e35718727d83ba1c92f1edf95c0b4436554cec301b56233b url: "https://pub.dev" source: hosted - version: "2.9.1" + version: "2.9.3" image_picker_windows: dependency: transitive description: @@ -966,30 +966,6 @@ packages: url: "https://pub.dev" source: hosted version: "4.8.1" - leak_tracker: - dependency: transitive - description: - name: leak_tracker - sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa" - url: "https://pub.dev" - source: hosted - version: "10.0.0" - leak_tracker_flutter_testing: - dependency: transitive - description: - name: leak_tracker_flutter_testing - sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0 - url: "https://pub.dev" - source: hosted - version: "2.0.1" - leak_tracker_testing: - dependency: transitive - description: - name: leak_tracker_testing - sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47 - url: "https://pub.dev" - source: hosted - version: "2.0.1" lints: dependency: transitive description: @@ -1010,10 +986,10 @@ packages: dependency: transitive description: name: markdown - sha256: acf35edccc0463a9d7384e437c015a3535772e09714cf60e07eeef3a15870dcd + sha256: ef2a1298144e3f985cc736b22e0ccdaf188b5b3970648f2d9dc13efd1d9df051 url: "https://pub.dev" source: hosted - version: "7.1.1" + version: "7.2.2" marquee_vertical: dependency: "direct main" description: @@ -1026,18 +1002,18 @@ packages: dependency: transitive description: name: matcher - sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb + sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e" url: "https://pub.dev" source: hosted - version: "0.12.16+1" + version: "0.12.16" material_color_utilities: dependency: transitive description: name: material_color_utilities - sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a" + sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41" url: "https://pub.dev" source: hosted - version: "0.8.0" + version: "0.5.0" material_segmented_control: dependency: transitive description: @@ -1058,18 +1034,18 @@ packages: dependency: transitive description: name: meta - sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04 + sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e url: "https://pub.dev" source: hosted - version: "1.11.0" + version: "1.10.0" mime: dependency: transitive description: name: mime - sha256: e4ff8e8564c03f255408decd16e7899da1733852a9110a58fe6d1b817684a63e + sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2" url: "https://pub.dev" source: hosted - version: "1.0.4" + version: "1.0.5" msix: dependency: "direct dev" description: @@ -1130,10 +1106,10 @@ packages: dependency: transitive description: name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" + sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.8.3" path_drawing: dependency: transitive description: @@ -1314,10 +1290,10 @@ packages: dependency: transitive description: name: provider - sha256: "9a96a0a19b594dbc5bf0f1f27d2bc67d5f95957359b461cd9feb44ed6ae75096" + sha256: c8a055ee5ce3fd98d6fc872478b03823ffdb448699c6ebdbbc71d59b596fd48c url: "https://pub.dev" source: hosted - version: "6.1.1" + version: "6.1.2" pub_semver: dependency: transitive description: @@ -1403,10 +1379,10 @@ packages: dependency: transitive description: name: share_plus_platform_interface - sha256: df08bc3a07d01f5ea47b45d03ffcba1fa9cd5370fb44b3f38c70e42cced0f956 + sha256: "251eb156a8b5fa9ce033747d73535bf53911071f8d3b6f4f0b578505ce0d4496" url: "https://pub.dev" source: hosted - version: "3.3.1" + version: "3.4.0" shared_preferences: dependency: "direct main" description: @@ -1520,18 +1496,18 @@ packages: dependency: transitive description: name: sqflite - sha256: "591f1602816e9c31377d5f008c2d9ef7b8aca8941c3f89cc5fd9d84da0c38a9a" + sha256: a9016f495c927cb90557c909ff26a6d92d9bd54fc42ba92e19d4e79d61e798c6 url: "https://pub.dev" source: hosted - version: "2.3.0" + version: "2.3.2" sqflite_common: dependency: transitive description: name: sqflite_common - sha256: bb4738f15b23352822f4c42a531677e5c6f522e079461fd240ead29d8d8a54a6 + sha256: "28d8c66baee4968519fb8bd6cdbedad982d6e53359091f0b74544a9f32ec72d5" url: "https://pub.dev" source: hosted - version: "2.5.0+2" + version: "2.5.3" sse: dependency: transitive description: @@ -1713,18 +1689,18 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "31222ffb0063171b526d3e569079cf1f8b294075ba323443fdc690842bfd4def" + sha256: d4ed0711849dd8e33eb2dd69c25db0d0d3fdc37e0a62e629fe32f57a22db2745 url: "https://pub.dev" source: hosted - version: "6.2.0" + version: "6.3.0" url_launcher_ios: dependency: transitive description: name: url_launcher_ios - sha256: bba3373219b7abb6b5e0d071b0fe66dfbe005d07517a68e38d4fc3638f35c6d3 + sha256: "75bb6fe3f60070407704282a2d295630cab232991eb52542b18347a8a941df03" url: "https://pub.dev" source: hosted - version: "6.2.1" + version: "6.2.4" url_launcher_linux: dependency: transitive description: @@ -1745,18 +1721,18 @@ packages: dependency: transitive description: name: url_launcher_platform_interface - sha256: "980e8d9af422f477be6948bdfb68df8433be71f5743a188968b0c1b887807e50" + sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029" url: "https://pub.dev" source: hosted - version: "2.2.0" + version: "2.3.2" url_launcher_web: dependency: transitive description: name: url_launcher_web - sha256: "7286aec002c8feecc338cc33269e96b73955ab227456e9fb2a91f7fab8a358e9" + sha256: fff0932192afeedf63cdd50ecbb1bc825d31aed259f02bb8dba0f3b729a5e88b url: "https://pub.dev" source: hosted - version: "2.2.2" + version: "2.2.3" url_launcher_windows: dependency: transitive description: @@ -1785,26 +1761,26 @@ packages: dependency: transitive description: name: vector_graphics - sha256: "0f0c746dd2d6254a0057218ff980fc7f5670fd0fcf5e4db38a490d31eed4ad43" + sha256: "32c3c684e02f9bc0afb0ae0aa653337a2fe022e8ab064bcd7ffda27a74e288e3" url: "https://pub.dev" source: hosted - version: "1.1.9+1" + version: "1.1.11+1" vector_graphics_codec: dependency: transitive description: name: vector_graphics_codec - sha256: "0edf6d630d1bfd5589114138ed8fada3234deacc37966bec033d3047c29248b7" + sha256: c86987475f162fadff579e7320c7ddda04cd2fdeffbe1129227a85d9ac9e03da url: "https://pub.dev" source: hosted - version: "1.1.9+1" + version: "1.1.11+1" vector_graphics_compiler: dependency: transitive description: name: vector_graphics_compiler - sha256: d24333727332d9bd20990f1483af4e09abdb9b1fc7c3db940b56ab5c42790c26 + sha256: "12faff3f73b1741a36ca7e31b292ddeb629af819ca9efe9953b70bd63fc8cd81" url: "https://pub.dev" source: hosted - version: "1.1.9+1" + version: "1.1.11+1" vector_math: dependency: transitive description: @@ -1813,14 +1789,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.4" - vm_service: - dependency: transitive - description: - name: vm_service - sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957 - url: "https://pub.dev" - source: hosted - version: "13.0.0" web: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 448845a83..535dfb306 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: assistantnms_app description: Assistant for No Man's Sky homepage: https://nmsassistant.com # author: Kurt Lourens -version: 2.23.0+334 # dart scripts\version_num_script.dart +version: 2.24.0+335 # dart scripts\version_num_script.dart publish_to: "none" environment: @@ -88,7 +88,7 @@ flutter_icons: ## dart run flutter_launcher_icons:main msix_config: # https://pub.dev/documentation/msix/latest/ display_name: Assistant for No Man's Sky publisher_display_name: AssistantApps - msix_version: 2.23.0.0 + msix_version: 2.24.0.0 identity_name: 32412AssistantApps.AssistantforNoMansSky publisher: CN=3CD7EDA8-DFB6-44F8-A6AC-DC70B9A5D88A logo_path: "./assets/images/fullSizeIcon.png" diff --git a/release_notes.txt b/release_notes.txt index 33e5078d7..eebc1b513 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,8 +1,7 @@ -- ✨ Add items from 4.50 update -- 🗺️ Add guide by Forthamos -- 🐛 Fix bug that caused no guides to show +- ✨ Add 260+ items from 4.60 update +- 🌐 Updated translations -Submitted to App Stores 2024-02-19 +Submitted to App Stores 2024-03-27 For more details on this update please visit the "What is New" page in the Apps or on the website